Shades of Lime Green #19E12A
Tints of Lime Green #19E12A
RGB
CMYK
RGB Variations
Color information
#19E12A (or 0x19E12A) is known color: Lime Green. HEX triplet: 19, E1 and 2A. RGB value is (25,225,42). Sum of RGB (Red+Green+Blue) = 25+225+42=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #19E12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19E12A is #E61ED5. Grayscale: #909090. Windows color (decimal): -15081174 or 2810137. OLE color: 2810137.
HSL color Cylindrical-coordinate representation of color #19E12A: hue angle of 125.1º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E12A is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 42 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.12 |
| HSL | 125.1º | 0.8% | 0.49% | - |
| HSV(B) | 125.1º | 0.89% | 0.88% | - |
| XYZ | 27.74 | 54.22 | 11.19 | - |
| YUV | 144.34 | 70.24 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 42 | 0.89 | 0 | 0.81 | 0.12 | 125.1 | 0.8 | 0.49 |
| Hex | 19 | E1 | 2A | 59 | 0 | 51 | C | 7D | 50 | 31 |
| Octal | 31 | 341 | 52 | 131 | 0 | 121 | 14 | 175 | 120 | 61 |
| Binary | 11001 | 11100001 | 101010 | 1011001 | 0 | 1010001 | 1100 | 1111101 | 1010000 | 110001 |
Color Harmonies of #19E12A
Complementary color
Monochromatic Colors of #19E12A
Black with #19E12A
Text Example
Text Example
White with #19E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E12A; }
p { color: rgb(25,225,42); }
H1.HeaderClassName
{
color: #19E12A;
}
.AnyTagClassName
{
color: #19E12A;
}
</style>
background-color css
<style>
a { background-color: #19E12A; }
a { background-color: rgb(25,225,42); }
div.DivClassName
{
background-color: #19E12A;
}
.BgClassName
{
background-color: #19E12A;
}
</style>
border-color css
<style>
span { border-color: #19E12A; }
span { border-color: rgb(25,225,42); }
td.TdClassName
{
border-color: #19E12A;
}
.TagClassName
{
border-color: #19E12A;
}
</style>