✓ Copied to clipboard
#32CD32 color swatch preview — Color From Pic.
#32CD32 color swatch

#32CD32

#32CD32

📝 Color Information

The hexadecimal color code #32CD32 represents a medium shade in the green family. In the RGB color model, this color is composed of 50 red, 205 green, and 50 blue, which translates to approximately 20% red, 80% green, and 20% blue. This makes it a moderately saturated color with cool undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #32CD32 has a hue of 120 degrees, a saturation level of 61%, and a lightness value of 50%. The hue angle of places this color firmly in the green spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 76%, and brightness/value of 80%. For print applications using the CMYK color model, #32CD32 would be reproduced using 76% cyan, 0% magenta, 76% yellow, and 20% black. The closest web-safe color is #33CC33, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. With its medium lightness, it's versatile enough for both foreground elements and subtle backgrounds. The high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #32CD32 with other colors, consider its complementary color at hue 300° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 3329330, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
green-500
HEX
#32CD32
RGB
rgb(50, 205, 50)
RGB %
20%, 80%, 20%
HSL
hsl(120, 61%, 50%)
HSV
hsv(120, 76%, 80%)
CMYK
76%, 0%, 76%, 20%
Decimal
3329330
Web Safe
#33CC33

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #32CD32

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #32CD32

Tones (adding gray / desaturating)

🌈 Hue Variations of #32CD32

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #32CD32
This demonstrates text readability on the color background. (Click to edit)
#32CD32 as Text
This shows the color used as text on white. (Click to edit)

👓 Color Blindness Simulator

Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.

📋 CSS Code

:root { --color-hex: #32CD32; --color-rgb: 50, 205, 50; --color-hsl: 120, 61%, 50%; } .bg-color { background-color: #32CD32; } .text-color { color: #32CD32; } .border-color { border-color: #32CD32; }