Shades of Lime Green #32CA1D
Tints of Lime Green #32CA1D
RGB
CMYK
RGB Variations
Color information
#32CA1D (or 0x32CA1D) is known color: Lime Green. HEX triplet: 32, CA and 1D. RGB value is (50,202,29). Sum of RGB (Red+Green+Blue) = 50+202+29=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA1D is #CD35E2. Grayscale: #898989. Windows color (decimal): -13448675 or 1952306. OLE color: 1952306.
HSL color Cylindrical-coordinate representation of color #32CA1D: hue angle of 112.72º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32CA1D is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 29 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.21 |
| HSL | 112.72º | 0.75% | 0.45% | - |
| HSV(B) | 112.72º | 0.86% | 0.79% | - |
| XYZ | 22.66 | 43.01 | 8.27 | - |
| YUV | 136.83 | 67.14 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 29 | 0.75 | 0 | 0.86 | 0.21 | 112.72 | 0.75 | 0.45 |
| Hex | 32 | CA | 1D | 4B | 0 | 56 | 15 | 71 | 4B | 2D |
| Octal | 62 | 312 | 35 | 113 | 0 | 126 | 25 | 161 | 113 | 55 |
| Binary | 110010 | 11001010 | 11101 | 1001011 | 0 | 1010110 | 10101 | 1110001 | 1001011 | 101101 |
Color Harmonies of #32CA1D
Complementary color
Monochromatic Colors of #32CA1D
Black with #32CA1D
Text Example
Text Example
White with #32CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA1D; }
p { color: rgb(50,202,29); }
H1.HeaderClassName
{
color: #32CA1D;
}
.AnyTagClassName
{
color: #32CA1D;
}
</style>
background-color css
<style>
a { background-color: #32CA1D; }
a { background-color: rgb(50,202,29); }
div.DivClassName
{
background-color: #32CA1D;
}
.BgClassName
{
background-color: #32CA1D;
}
</style>
border-color css
<style>
span { border-color: #32CA1D; }
span { border-color: rgb(50,202,29); }
td.TdClassName
{
border-color: #32CA1D;
}
.TagClassName
{
border-color: #32CA1D;
}
</style>