Shades of Lime Green #19C210
Tints of Lime Green #19C210
RGB
CMYK
RGB Variations
Color information
#19C210 (or 0x19C210) is known color: Lime Green. HEX triplet: 19, C2 and 10. RGB value is (25,194,16). Sum of RGB (Red+Green+Blue) = 25+194+16=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 194 (76.17% from 255 or 82.55% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 194 - color contains mainly: green. Hex color #19C210 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C210 is #E63DEF. Grayscale: #7B7B7B. Windows color (decimal): -15089136 or 1098265. OLE color: 1098265.
HSL color Cylindrical-coordinate representation of color #19C210: hue angle of 116.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19C210 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 194 | 16 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.24 |
| HSL | 116.97º | 0.85% | 0.41% | - |
| HSV(B) | 116.97º | 0.92% | 0.76% | - |
| XYZ | 19.79 | 38.83 | 6.94 | - |
| YUV | 123.18 | 67.51 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 194 | 16 | 0.87 | 0 | 0.92 | 0.24 | 116.97 | 0.85 | 0.41 |
| Hex | 19 | C2 | 10 | 57 | 0 | 5C | 18 | 75 | 55 | 29 |
| Octal | 31 | 302 | 20 | 127 | 0 | 134 | 30 | 165 | 125 | 51 |
| Binary | 11001 | 11000010 | 10000 | 1010111 | 0 | 1011100 | 11000 | 1110101 | 1010101 | 101001 |
Color Harmonies of #19C210
Complementary color
Monochromatic Colors of #19C210
Black with #19C210
Text Example
Text Example
White with #19C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C210; }
p { color: rgb(25,194,16); }
H1.HeaderClassName
{
color: #19C210;
}
.AnyTagClassName
{
color: #19C210;
}
</style>
background-color css
<style>
a { background-color: #19C210; }
a { background-color: rgb(25,194,16); }
div.DivClassName
{
background-color: #19C210;
}
.BgClassName
{
background-color: #19C210;
}
</style>
border-color css
<style>
span { border-color: #19C210; }
span { border-color: rgb(25,194,16); }
td.TdClassName
{
border-color: #19C210;
}
.TagClassName
{
border-color: #19C210;
}
</style>