What is hex #32CD32 color?

 
The hex code #32CD32 is also know by an other name that is Lime Green.
This color is composed of 50% red, 205% green and 50% blue. So we can say that the RGB value is (50,205,50)
You need to use it for a printer? The CMYK colors code equivalent of hex #32CD32 is C:76 M:0 Y:76, K:20) .
In the HSV/HSB scale, #32CD32 has a hue of 120°, 76% saturation and a brightness value of 80%.
If you want to know all about the hex #32CD32, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #32CD32 (complementary, analogous, triadic, tetradic...).

Hex #32CD32 Color Codes & Equivalents

Color Name [Lime Green]
RGB Values (50,205,50)
CMYK Values (76%, 0%, 76%, 20%)
HSV/HSB Values (120°, 76%, 80%)
Closest Web Safe
#33CC33
Inverse Color
#cd32cd
Closest Pantone®
802 C
Closest RAL
RAL 6018 [Yellow green]
Complementary Color
#cd32cd

#32CD32 Converted to Grayscale Codes

Average
#666666
Lightness (Desaturation)
#808080
Weighted (BT601)
#8d8d8d
Luma (BT709)
#a1a1a1

Hex #32CD32 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #32CD32 is #cd32cd. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #32CD32 you will find #cd32cd. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#32CD32 #cd32cd

Analogous Palette

The analogous color scheme of #32CD32 is composed with colors #7FCD32 and #32CD7F. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #32CD32 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#7FCD32 #32CD32 #32CD7F

Split-Complementary Palette

The split-complementary color scheme of #32CD32 is composed with colors #CD327F and #7F32CD. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#32CD32 #CD327F #7F32CD

Triadic Palette

The triadic color scheme of #32CD32 is composed with colors #CD3232 and #3232CD. They are located to the right and left of your main color #32CD32 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#32CD32 #CD3232 #3232CD

Tetradic Palette

The tetradic color scheme of #32CD32 is composed with colors #3232CD, #CD32CD and #CDCD32 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#32CD32 #3232CD #CD32CD #CDCD32

Square Palette

The square color scheme of #32CD32 is composed with colors #327FCD, #CD32CD and #CD7F32 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#32CD32 #327FCD #CD32CD #CD7F32

Tints, Tones & Shades of Hex #32CD32

Tints

Tints are created by adding white, resulting in lighter shades of #32CD32.

#32CD32 #42D142 #52D552 #63D963 #73DD73 #84E184 #94E594 #A4E9A4

Tones

Tones are made by mixing with gray, softening the original color.

#32CD32 #3EC03E #4AB44A #57A757 #639B63 #708E70 #7C827C #7F7F7F

Shades

Shades result from adding black, creating darker variations.

#32CD32 #2EBC2E #2AAC2A #269B26 #228B22 #1E7B1E #1A6A1A #165A16

Hex #32CD32 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #32CD32
Java new Color(50,205,50);
Python Color(#32CD32)
.NET Color.FromArgb(255, 50,205,50);
Swift / iOS UIColor(red: 0.2, green: 0.8, blue: 0.2, alpha: 1)
Kotlin / Android Color.rgb(50, 205, 50)