Shades of Lime Green #16C909
Tints of Lime Green #16C909
RGB
CMYK
RGB Variations
Color information
#16C909 (or 0x16C909) is known color: Lime Green. HEX triplet: 16, C9 and 09. RGB value is (22,201,9). Sum of RGB (Red+Green+Blue) = 22+201+9=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 201 (78.91% from 255 or 86.64% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 201 - color contains mainly: green. Hex color #16C909 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C909 is #E936F6. Grayscale: #7E7E7E. Windows color (decimal): -15283959 or 641302. OLE color: 641302.
HSL color Cylindrical-coordinate representation of color #16C909: hue angle of 115.94º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16C909 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 201 | 9 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.21 |
| HSL | 115.94º | 0.91% | 0.41% | - |
| HSV(B) | 115.94º | 0.96% | 0.79% | - |
| XYZ | 21.27 | 41.96 | 7.24 | - |
| YUV | 125.59 | 62.2 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 201 | 9 | 0.89 | 0 | 0.96 | 0.21 | 115.94 | 0.91 | 0.41 |
| Hex | 16 | C9 | 9 | 59 | 0 | 60 | 15 | 74 | 5B | 29 |
| Octal | 26 | 311 | 11 | 131 | 0 | 140 | 25 | 164 | 133 | 51 |
| Binary | 10110 | 11001001 | 1001 | 1011001 | 0 | 1100000 | 10101 | 1110100 | 1011011 | 101001 |
Color Harmonies of #16C909
Complementary color
Monochromatic Colors of #16C909
Black with #16C909
Text Example
Text Example
White with #16C909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C909; }
p { color: rgb(22,201,9); }
H1.HeaderClassName
{
color: #16C909;
}
.AnyTagClassName
{
color: #16C909;
}
</style>
background-color css
<style>
a { background-color: #16C909; }
a { background-color: rgb(22,201,9); }
div.DivClassName
{
background-color: #16C909;
}
.BgClassName
{
background-color: #16C909;
}
</style>
border-color css
<style>
span { border-color: #16C909; }
span { border-color: rgb(22,201,9); }
td.TdClassName
{
border-color: #16C909;
}
.TagClassName
{
border-color: #16C909;
}
</style>