Shades of Lime Green #19EA32
Tints of Lime Green #19EA32
RGB
CMYK
RGB Variations
Color information
#19EA32 (or 0x19EA32) is known color: Lime Green. HEX triplet: 19, EA and 32. RGB value is (25,234,50). Sum of RGB (Red+Green+Blue) = 25+234+50=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 234 (91.80% from 255 or 75.73% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 234 - color contains mainly: green. Hex color #19EA32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EA32 is #E615CD. Grayscale: #979797. Windows color (decimal): -15078862 or 3336729. OLE color: 3336729.
HSL color Cylindrical-coordinate representation of color #19EA32: hue angle of 127.18º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EA32 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 234 | 50 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.08 |
| HSL | 127.18º | 0.83% | 0.51% | - |
| HSV(B) | 127.18º | 0.89% | 0.92% | - |
| XYZ | 30.4 | 59.28 | 12.86 | - |
| YUV | 150.53 | 71.26 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 50 | 0.89 | 0 | 0.79 | 0.08 | 127.18 | 0.83 | 0.51 |
| Hex | 19 | EA | 32 | 59 | 0 | 4F | 8 | 7F | 53 | 33 |
| Octal | 31 | 352 | 62 | 131 | 0 | 117 | 10 | 177 | 123 | 63 |
| Binary | 11001 | 11101010 | 110010 | 1011001 | 0 | 1001111 | 1000 | 1111111 | 1010011 | 110011 |
Color Harmonies of #19EA32
Complementary color
Monochromatic Colors of #19EA32
Black with #19EA32
Text Example
Text Example
White with #19EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EA32; }
p { color: rgb(25,234,50); }
H1.HeaderClassName
{
color: #19EA32;
}
.AnyTagClassName
{
color: #19EA32;
}
</style>
background-color css
<style>
a { background-color: #19EA32; }
a { background-color: rgb(25,234,50); }
div.DivClassName
{
background-color: #19EA32;
}
.BgClassName
{
background-color: #19EA32;
}
</style>
border-color css
<style>
span { border-color: #19EA32; }
span { border-color: rgb(25,234,50); }
td.TdClassName
{
border-color: #19EA32;
}
.TagClassName
{
border-color: #19EA32;
}
</style>