Shades of Lime Green #32D016
Tints of Lime Green #32D016
RGB
CMYK
RGB Variations
Color information
#32D016 (or 0x32D016) is known color: Lime Green. HEX triplet: 32, D0 and 16. RGB value is (50,208,22). Sum of RGB (Red+Green+Blue) = 50+208+22=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #32D016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D016 is #CD2FE9. Grayscale: #8C8C8C. Windows color (decimal): -13447146 or 1495090. OLE color: 1495090.
HSL color Cylindrical-coordinate representation of color #32D016: hue angle of 110.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32D016 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 22 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.18 |
| HSL | 110.97º | 0.81% | 0.45% | - |
| HSV(B) | 110.97º | 0.89% | 0.82% | - |
| XYZ | 24.02 | 45.85 | 8.34 | - |
| YUV | 139.55 | 61.65 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 22 | 0.76 | 0 | 0.89 | 0.18 | 110.97 | 0.81 | 0.45 |
| Hex | 32 | D0 | 16 | 4C | 0 | 59 | 12 | 6F | 51 | 2D |
| Octal | 62 | 320 | 26 | 114 | 0 | 131 | 22 | 157 | 121 | 55 |
| Binary | 110010 | 11010000 | 10110 | 1001100 | 0 | 1011001 | 10010 | 1101111 | 1010001 | 101101 |
Color Harmonies of #32D016
Complementary color
Monochromatic Colors of #32D016
Black with #32D016
Text Example
Text Example
White with #32D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D016; }
p { color: rgb(50,208,22); }
H1.HeaderClassName
{
color: #32D016;
}
.AnyTagClassName
{
color: #32D016;
}
</style>
background-color css
<style>
a { background-color: #32D016; }
a { background-color: rgb(50,208,22); }
div.DivClassName
{
background-color: #32D016;
}
.BgClassName
{
background-color: #32D016;
}
</style>
border-color css
<style>
span { border-color: #32D016; }
span { border-color: rgb(50,208,22); }
td.TdClassName
{
border-color: #32D016;
}
.TagClassName
{
border-color: #32D016;
}
</style>