Shades of Lime Green #16CA0A
Tints of Lime Green #16CA0A
RGB
CMYK
RGB Variations
Color information
#16CA0A (or 0x16CA0A) is known color: Lime Green. HEX triplet: 16, CA and 0A. RGB value is (22,202,10). Sum of RGB (Red+Green+Blue) = 22+202+10=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 202 (79.30% from 255 or 86.32% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CA0A is #E935F5. Grayscale: #7E7E7E. Windows color (decimal): -15283702 or 707094. OLE color: 707094.
HSL color Cylindrical-coordinate representation of color #16CA0A: hue angle of 116.25º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16CA0A is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 10 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.21 |
| HSL | 116.25º | 0.91% | 0.42% | - |
| HSV(B) | 116.25º | 0.95% | 0.79% | - |
| XYZ | 21.51 | 42.43 | 7.34 | - |
| YUV | 126.29 | 62.37 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 10 | 0.89 | 0 | 0.95 | 0.21 | 116.25 | 0.91 | 0.42 |
| Hex | 16 | CA | A | 59 | 0 | 5F | 15 | 74 | 5B | 2A |
| Octal | 26 | 312 | 12 | 131 | 0 | 137 | 25 | 164 | 133 | 52 |
| Binary | 10110 | 11001010 | 1010 | 1011001 | 0 | 1011111 | 10101 | 1110100 | 1011011 | 101010 |
Color Harmonies of #16CA0A
Complementary color
Monochromatic Colors of #16CA0A
Black with #16CA0A
Text Example
Text Example
White with #16CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA0A; }
p { color: rgb(22,202,10); }
H1.HeaderClassName
{
color: #16CA0A;
}
.AnyTagClassName
{
color: #16CA0A;
}
</style>
background-color css
<style>
a { background-color: #16CA0A; }
a { background-color: rgb(22,202,10); }
div.DivClassName
{
background-color: #16CA0A;
}
.BgClassName
{
background-color: #16CA0A;
}
</style>
border-color css
<style>
span { border-color: #16CA0A; }
span { border-color: rgb(22,202,10); }
td.TdClassName
{
border-color: #16CA0A;
}
.TagClassName
{
border-color: #16CA0A;
}
</style>