Shades of Lime Green #16CC12
Tints of Lime Green #16CC12
RGB
CMYK
RGB Variations
Color information
#16CC12 (or 0x16CC12) is known color: Lime Green. HEX triplet: 16, CC and 12. RGB value is (22,204,18). Sum of RGB (Red+Green+Blue) = 22+204+18=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 204 (80.08% from 255 or 83.61% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CC12 is #E933ED. Grayscale: #808080. Windows color (decimal): -15283182 or 1231894. OLE color: 1231894.
HSL color Cylindrical-coordinate representation of color #16CC12: hue angle of 118.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CC12 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 18 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.2 |
| HSL | 118.71º | 0.84% | 0.44% | - |
| HSV(B) | 118.71º | 0.91% | 0.8% | - |
| XYZ | 22.03 | 43.4 | 7.79 | - |
| YUV | 128.38 | 65.7 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 18 | 0.89 | 0 | 0.91 | 0.2 | 118.71 | 0.84 | 0.44 |
| Hex | 16 | CC | 12 | 59 | 0 | 5B | 14 | 77 | 54 | 2C |
| Octal | 26 | 314 | 22 | 131 | 0 | 133 | 24 | 167 | 124 | 54 |
| Binary | 10110 | 11001100 | 10010 | 1011001 | 0 | 1011011 | 10100 | 1110111 | 1010100 | 101100 |
Color Harmonies of #16CC12
Complementary color
Monochromatic Colors of #16CC12
Black with #16CC12
Text Example
Text Example
White with #16CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CC12; }
p { color: rgb(22,204,18); }
H1.HeaderClassName
{
color: #16CC12;
}
.AnyTagClassName
{
color: #16CC12;
}
</style>
background-color css
<style>
a { background-color: #16CC12; }
a { background-color: rgb(22,204,18); }
div.DivClassName
{
background-color: #16CC12;
}
.BgClassName
{
background-color: #16CC12;
}
</style>
border-color css
<style>
span { border-color: #16CC12; }
span { border-color: rgb(22,204,18); }
td.TdClassName
{
border-color: #16CC12;
}
.TagClassName
{
border-color: #16CC12;
}
</style>