Shades of Lime Green #32CB18
Tints of Lime Green #32CB18
RGB
CMYK
RGB Variations
Color information
#32CB18 (or 0x32CB18) is known color: Lime Green. HEX triplet: 32, CB and 18. RGB value is (50,203,24). Sum of RGB (Red+Green+Blue) = 50+203+24=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 203 (79.69% from 255 or 73.29% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CB18 is #CD34E7. Grayscale: #898989. Windows color (decimal): -13448424 or 1624882. OLE color: 1624882.
HSL color Cylindrical-coordinate representation of color #32CB18: hue angle of 111.28º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32CB18 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 24 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.20 |
| HSL | 111.28º | 0.79% | 0.45% | - |
| HSV(B) | 111.28º | 0.88% | 0.8% | - |
| XYZ | 22.84 | 43.46 | 8.05 | - |
| YUV | 136.85 | 64.31 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 24 | 0.75 | 0 | 0.88 | 0.20 | 111.28 | 0.79 | 0.45 |
| Hex | 32 | CB | 18 | 4B | 0 | 58 | 14 | 6F | 4F | 2D |
| Octal | 62 | 313 | 30 | 113 | 0 | 130 | 24 | 157 | 117 | 55 |
| Binary | 110010 | 11001011 | 11000 | 1001011 | 0 | 1011000 | 10100 | 1101111 | 1001111 | 101101 |
Color Harmonies of #32CB18
Complementary color
Monochromatic Colors of #32CB18
Black with #32CB18
Text Example
Text Example
White with #32CB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CB18; }
p { color: rgb(50,203,24); }
H1.HeaderClassName
{
color: #32CB18;
}
.AnyTagClassName
{
color: #32CB18;
}
</style>
background-color css
<style>
a { background-color: #32CB18; }
a { background-color: rgb(50,203,24); }
div.DivClassName
{
background-color: #32CB18;
}
.BgClassName
{
background-color: #32CB18;
}
</style>
border-color css
<style>
span { border-color: #32CB18; }
span { border-color: rgb(50,203,24); }
td.TdClassName
{
border-color: #32CB18;
}
.TagClassName
{
border-color: #32CB18;
}
</style>