Shades of Lime Green #19C010
Tints of Lime Green #19C010
RGB
CMYK
RGB Variations
Color information
#19C010 (or 0x19C010) is known color: Lime Green. HEX triplet: 19, C0 and 10. RGB value is (25,192,16). Sum of RGB (Red+Green+Blue) = 25+192+16=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #19C010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C010 is #E63FEF. Grayscale: #7A7A7A. Windows color (decimal): -15089648 or 1097753. OLE color: 1097753.
HSL color Cylindrical-coordinate representation of color #19C010: hue angle of 116.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19C010 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 16 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.25 |
| HSL | 116.93º | 0.85% | 0.41% | - |
| HSV(B) | 116.93º | 0.92% | 0.75% | - |
| XYZ | 19.34 | 37.94 | 6.79 | - |
| YUV | 122 | 68.17 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 16 | 0.87 | 0 | 0.92 | 0.25 | 116.93 | 0.85 | 0.41 |
| Hex | 19 | C0 | 10 | 57 | 0 | 5C | 19 | 75 | 55 | 29 |
| Octal | 31 | 300 | 20 | 127 | 0 | 134 | 31 | 165 | 125 | 51 |
| Binary | 11001 | 11000000 | 10000 | 1010111 | 0 | 1011100 | 11001 | 1110101 | 1010101 | 101001 |
Color Harmonies of #19C010
Complementary color
Monochromatic Colors of #19C010
Black with #19C010
Text Example
Text Example
White with #19C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C010; }
p { color: rgb(25,192,16); }
H1.HeaderClassName
{
color: #19C010;
}
.AnyTagClassName
{
color: #19C010;
}
</style>
background-color css
<style>
a { background-color: #19C010; }
a { background-color: rgb(25,192,16); }
div.DivClassName
{
background-color: #19C010;
}
.BgClassName
{
background-color: #19C010;
}
</style>
border-color css
<style>
span { border-color: #19C010; }
span { border-color: rgb(25,192,16); }
td.TdClassName
{
border-color: #19C010;
}
.TagClassName
{
border-color: #19C010;
}
</style>