Shades of Lime Green #16C913
Tints of Lime Green #16C913
RGB
CMYK
RGB Variations
Color information
#16C913 (or 0x16C913) is known color: Lime Green. HEX triplet: 16, C9 and 13. RGB value is (22,201,19). Sum of RGB (Red+Green+Blue) = 22+201+19=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 201 (78.91% from 255 or 83.06% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 201 - color contains mainly: green. Hex color #16C913 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C913 is #E936EC. Grayscale: #7F7F7F. Windows color (decimal): -15283949 or 1296662. OLE color: 1296662.
HSL color Cylindrical-coordinate representation of color #16C913: hue angle of 119.01º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C913 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 201 | 19 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.21 |
| HSL | 119.01º | 0.83% | 0.43% | - |
| HSV(B) | 119.01º | 0.91% | 0.79% | - |
| XYZ | 21.34 | 41.99 | 7.6 | - |
| YUV | 126.73 | 67.2 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 201 | 19 | 0.89 | 0 | 0.91 | 0.21 | 119.01 | 0.83 | 0.43 |
| Hex | 16 | C9 | 13 | 59 | 0 | 5B | 15 | 77 | 53 | 2B |
| Octal | 26 | 311 | 23 | 131 | 0 | 133 | 25 | 167 | 123 | 53 |
| Binary | 10110 | 11001001 | 10011 | 1011001 | 0 | 1011011 | 10101 | 1110111 | 1010011 | 101011 |
Color Harmonies of #16C913
Complementary color
Monochromatic Colors of #16C913
Black with #16C913
Text Example
Text Example
White with #16C913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C913; }
p { color: rgb(22,201,19); }
H1.HeaderClassName
{
color: #16C913;
}
.AnyTagClassName
{
color: #16C913;
}
</style>
background-color css
<style>
a { background-color: #16C913; }
a { background-color: rgb(22,201,19); }
div.DivClassName
{
background-color: #16C913;
}
.BgClassName
{
background-color: #16C913;
}
</style>
border-color css
<style>
span { border-color: #16C913; }
span { border-color: rgb(22,201,19); }
td.TdClassName
{
border-color: #16C913;
}
.TagClassName
{
border-color: #16C913;
}
</style>