Shades of Lime Green #19C02A
Tints of Lime Green #19C02A
RGB
CMYK
RGB Variations
Color information
#19C02A (or 0x19C02A) is known color: Lime Green. HEX triplet: 19, C0 and 2A. RGB value is (25,192,42). Sum of RGB (Red+Green+Blue) = 25+192+42=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 192 (75.39% from 255 or 74.13% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 192 - color contains mainly: green. Hex color #19C02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C02A is #E63FD5. Grayscale: #7D7D7D. Windows color (decimal): -15089622 or 2801689. OLE color: 2801689.
HSL color Cylindrical-coordinate representation of color #19C02A: hue angle of 126.11º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C02A is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 42 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.25 |
| HSL | 126.11º | 0.77% | 0.43% | - |
| HSV(B) | 126.11º | 0.87% | 0.75% | - |
| XYZ | 19.67 | 38.07 | 8.5 | - |
| YUV | 124.97 | 81.17 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 42 | 0.87 | 0 | 0.78 | 0.25 | 126.11 | 0.77 | 0.43 |
| Hex | 19 | C0 | 2A | 57 | 0 | 4E | 19 | 7E | 4D | 2B |
| Octal | 31 | 300 | 52 | 127 | 0 | 116 | 31 | 176 | 115 | 53 |
| Binary | 11001 | 11000000 | 101010 | 1010111 | 0 | 1001110 | 11001 | 1111110 | 1001101 | 101011 |
Color Harmonies of #19C02A
Complementary color
Monochromatic Colors of #19C02A
Black with #19C02A
Text Example
Text Example
White with #19C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C02A; }
p { color: rgb(25,192,42); }
H1.HeaderClassName
{
color: #19C02A;
}
.AnyTagClassName
{
color: #19C02A;
}
</style>
background-color css
<style>
a { background-color: #19C02A; }
a { background-color: rgb(25,192,42); }
div.DivClassName
{
background-color: #19C02A;
}
.BgClassName
{
background-color: #19C02A;
}
</style>
border-color css
<style>
span { border-color: #19C02A; }
span { border-color: rgb(25,192,42); }
td.TdClassName
{
border-color: #19C02A;
}
.TagClassName
{
border-color: #19C02A;
}
</style>