Shades of Lime Green #16C919
Tints of Lime Green #16C919
RGB
CMYK
RGB Variations
Color information
#16C919 (or 0x16C919) is known color: Lime Green. HEX triplet: 16, C9 and 19. RGB value is (22,201,25). Sum of RGB (Red+Green+Blue) = 22+201+25=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 201 (78.91% from 255 or 81.05% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 201 - color contains mainly: green. Hex color #16C919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C919 is #E936E6. Grayscale: #7F7F7F. Windows color (decimal): -15283943 or 1689878. OLE color: 1689878.
HSL color Cylindrical-coordinate representation of color #16C919: hue angle of 121.01º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C919 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 201 | 25 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.21 |
| HSL | 121.01º | 0.8% | 0.44% | - |
| HSV(B) | 121.01º | 0.89% | 0.79% | - |
| XYZ | 21.39 | 42.01 | 7.9 | - |
| YUV | 127.42 | 70.2 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 201 | 25 | 0.89 | 0 | 0.88 | 0.21 | 121.01 | 0.8 | 0.44 |
| Hex | 16 | C9 | 19 | 59 | 0 | 58 | 15 | 79 | 50 | 2C |
| Octal | 26 | 311 | 31 | 131 | 0 | 130 | 25 | 171 | 120 | 54 |
| Binary | 10110 | 11001001 | 11001 | 1011001 | 0 | 1011000 | 10101 | 1111001 | 1010000 | 101100 |
Color Harmonies of #16C919
Complementary color
Monochromatic Colors of #16C919
Black with #16C919
Text Example
Text Example
White with #16C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C919; }
p { color: rgb(22,201,25); }
H1.HeaderClassName
{
color: #16C919;
}
.AnyTagClassName
{
color: #16C919;
}
</style>
background-color css
<style>
a { background-color: #16C919; }
a { background-color: rgb(22,201,25); }
div.DivClassName
{
background-color: #16C919;
}
.BgClassName
{
background-color: #16C919;
}
</style>
border-color css
<style>
span { border-color: #16C919; }
span { border-color: rgb(22,201,25); }
td.TdClassName
{
border-color: #16C919;
}
.TagClassName
{
border-color: #16C919;
}
</style>