Shades of Lime Green #16C619
Tints of Lime Green #16C619
RGB
CMYK
RGB Variations
Color information
#16C619 (or 0x16C619) is known color: Lime Green. HEX triplet: 16, C6 and 19. RGB value is (22,198,25). Sum of RGB (Red+Green+Blue) = 22+198+25=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 198 (77.73% from 255 or 80.82% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 198 - color contains mainly: green. Hex color #16C619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C619 is #E939E6. Grayscale: #7E7E7E. Windows color (decimal): -15284711 or 1689110. OLE color: 1689110.
HSL color Cylindrical-coordinate representation of color #16C619: hue angle of 121.02º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C619 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 198 | 25 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.22 |
| HSL | 121.02º | 0.8% | 0.43% | - |
| HSV(B) | 121.02º | 0.89% | 0.78% | - |
| XYZ | 20.7 | 40.63 | 7.67 | - |
| YUV | 125.65 | 71.19 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 198 | 25 | 0.89 | 0 | 0.87 | 0.22 | 121.02 | 0.8 | 0.43 |
| Hex | 16 | C6 | 19 | 59 | 0 | 57 | 16 | 79 | 50 | 2B |
| Octal | 26 | 306 | 31 | 131 | 0 | 127 | 26 | 171 | 120 | 53 |
| Binary | 10110 | 11000110 | 11001 | 1011001 | 0 | 1010111 | 10110 | 1111001 | 1010000 | 101011 |
Color Harmonies of #16C619
Complementary color
Monochromatic Colors of #16C619
Black with #16C619
Text Example
Text Example
White with #16C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C619; }
p { color: rgb(22,198,25); }
H1.HeaderClassName
{
color: #16C619;
}
.AnyTagClassName
{
color: #16C619;
}
</style>
background-color css
<style>
a { background-color: #16C619; }
a { background-color: rgb(22,198,25); }
div.DivClassName
{
background-color: #16C619;
}
.BgClassName
{
background-color: #16C619;
}
</style>
border-color css
<style>
span { border-color: #16C619; }
span { border-color: rgb(22,198,25); }
td.TdClassName
{
border-color: #16C619;
}
.TagClassName
{
border-color: #16C619;
}
</style>