Shades of Lime Green #32CA19
Tints of Lime Green #32CA19
RGB
CMYK
RGB Variations
Color information
#32CA19 (or 0x32CA19) is known color: Lime Green. HEX triplet: 32, CA and 19. RGB value is (50,202,25). Sum of RGB (Red+Green+Blue) = 50+202+25=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 202 (79.30% from 255 or 72.92% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CA19 is #CD35E6. Grayscale: #888888. Windows color (decimal): -13448679 or 1690162. OLE color: 1690162.
HSL color Cylindrical-coordinate representation of color #32CA19: hue angle of 111.53º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32CA19 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 25 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.21 |
| HSL | 111.53º | 0.78% | 0.45% | - |
| HSV(B) | 111.53º | 0.88% | 0.79% | - |
| XYZ | 22.61 | 42.99 | 8.03 | - |
| YUV | 136.37 | 65.14 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 25 | 0.75 | 0 | 0.88 | 0.21 | 111.53 | 0.78 | 0.45 |
| Hex | 32 | CA | 19 | 4B | 0 | 58 | 15 | 70 | 4E | 2D |
| Octal | 62 | 312 | 31 | 113 | 0 | 130 | 25 | 160 | 116 | 55 |
| Binary | 110010 | 11001010 | 11001 | 1001011 | 0 | 1011000 | 10101 | 1110000 | 1001110 | 101101 |
Color Harmonies of #32CA19
Complementary color
Monochromatic Colors of #32CA19
Black with #32CA19
Text Example
Text Example
White with #32CA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA19; }
p { color: rgb(50,202,25); }
H1.HeaderClassName
{
color: #32CA19;
}
.AnyTagClassName
{
color: #32CA19;
}
</style>
background-color css
<style>
a { background-color: #32CA19; }
a { background-color: rgb(50,202,25); }
div.DivClassName
{
background-color: #32CA19;
}
.BgClassName
{
background-color: #32CA19;
}
</style>
border-color css
<style>
span { border-color: #32CA19; }
span { border-color: rgb(50,202,25); }
td.TdClassName
{
border-color: #32CA19;
}
.TagClassName
{
border-color: #32CA19;
}
</style>