Shades of Lime Green #32CA17
Tints of Lime Green #32CA17
RGB
CMYK
RGB Variations
Color information
#32CA17 (or 0x32CA17) is known color: Lime Green. HEX triplet: 32, CA and 17. RGB value is (50,202,23). Sum of RGB (Red+Green+Blue) = 50+202+23=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 202 (79.30% from 255 or 73.45% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CA17 is #CD35E8. Grayscale: #888888. Windows color (decimal): -13448681 or 1559090. OLE color: 1559090.
HSL color Cylindrical-coordinate representation of color #32CA17: hue angle of 110.95º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32CA17 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 23 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.21 |
| HSL | 110.95º | 0.8% | 0.44% | - |
| HSV(B) | 110.95º | 0.89% | 0.79% | - |
| XYZ | 22.59 | 42.98 | 7.92 | - |
| YUV | 136.15 | 64.14 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 23 | 0.75 | 0 | 0.89 | 0.21 | 110.95 | 0.8 | 0.44 |
| Hex | 32 | CA | 17 | 4B | 0 | 59 | 15 | 6F | 50 | 2C |
| Octal | 62 | 312 | 27 | 113 | 0 | 131 | 25 | 157 | 120 | 54 |
| Binary | 110010 | 11001010 | 10111 | 1001011 | 0 | 1011001 | 10101 | 1101111 | 1010000 | 101100 |
Color Harmonies of #32CA17
Complementary color
Monochromatic Colors of #32CA17
Black with #32CA17
Text Example
Text Example
White with #32CA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA17; }
p { color: rgb(50,202,23); }
H1.HeaderClassName
{
color: #32CA17;
}
.AnyTagClassName
{
color: #32CA17;
}
</style>
background-color css
<style>
a { background-color: #32CA17; }
a { background-color: rgb(50,202,23); }
div.DivClassName
{
background-color: #32CA17;
}
.BgClassName
{
background-color: #32CA17;
}
</style>
border-color css
<style>
span { border-color: #32CA17; }
span { border-color: rgb(50,202,23); }
td.TdClassName
{
border-color: #32CA17;
}
.TagClassName
{
border-color: #32CA17;
}
</style>