Shades of Lime Green #32CC16
Tints of Lime Green #32CC16
RGB
CMYK
RGB Variations
Color information
#32CC16 (or 0x32CC16) is known color: Lime Green. HEX triplet: 32, CC and 16. RGB value is (50,204,22). Sum of RGB (Red+Green+Blue) = 50+204+22=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CC16 is #CD33E9. Grayscale: #898989. Windows color (decimal): -13448170 or 1494066. OLE color: 1494066.
HSL color Cylindrical-coordinate representation of color #32CC16: hue angle of 110.77º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32CC16 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 22 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.2 |
| HSL | 110.77º | 0.81% | 0.44% | - |
| HSV(B) | 110.77º | 0.89% | 0.8% | - |
| XYZ | 23.05 | 43.92 | 8.02 | - |
| YUV | 137.21 | 62.98 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 22 | 0.75 | 0 | 0.89 | 0.2 | 110.77 | 0.81 | 0.44 |
| Hex | 32 | CC | 16 | 4B | 0 | 59 | 14 | 6F | 51 | 2C |
| Octal | 62 | 314 | 26 | 113 | 0 | 131 | 24 | 157 | 121 | 54 |
| Binary | 110010 | 11001100 | 10110 | 1001011 | 0 | 1011001 | 10100 | 1101111 | 1010001 | 101100 |
Color Harmonies of #32CC16
Complementary color
Monochromatic Colors of #32CC16
Black with #32CC16
Text Example
Text Example
White with #32CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC16; }
p { color: rgb(50,204,22); }
H1.HeaderClassName
{
color: #32CC16;
}
.AnyTagClassName
{
color: #32CC16;
}
</style>
background-color css
<style>
a { background-color: #32CC16; }
a { background-color: rgb(50,204,22); }
div.DivClassName
{
background-color: #32CC16;
}
.BgClassName
{
background-color: #32CC16;
}
</style>
border-color css
<style>
span { border-color: #32CC16; }
span { border-color: rgb(50,204,22); }
td.TdClassName
{
border-color: #32CC16;
}
.TagClassName
{
border-color: #32CC16;
}
</style>