Shades of Lime Green #19CA32
Tints of Lime Green #19CA32
RGB
CMYK
RGB Variations
Color information
#19CA32 (or 0x19CA32) is known color: Lime Green. HEX triplet: 19, CA and 32. RGB value is (25,202,50). Sum of RGB (Red+Green+Blue) = 25+202+50=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 202 (79.30% from 255 or 72.92% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 202 - color contains mainly: green. Hex color #19CA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CA32 is #E635CD. Grayscale: #848484. Windows color (decimal): -15087054 or 3328537. OLE color: 3328537.
HSL color Cylindrical-coordinate representation of color #19CA32: hue angle of 128.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CA32 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 202 | 50 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.21 |
| HSL | 128.47º | 0.78% | 0.45% | - |
| HSV(B) | 128.47º | 0.88% | 0.79% | - |
| XYZ | 22.1 | 42.68 | 10.09 | - |
| YUV | 131.75 | 81.86 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 202 | 50 | 0.88 | 0 | 0.75 | 0.21 | 128.47 | 0.78 | 0.45 |
| Hex | 19 | CA | 32 | 58 | 0 | 4B | 15 | 80 | 4E | 2D |
| Octal | 31 | 312 | 62 | 130 | 0 | 113 | 25 | 200 | 116 | 55 |
| Binary | 11001 | 11001010 | 110010 | 1011000 | 0 | 1001011 | 10101 | 10000000 | 1001110 | 101101 |
Color Harmonies of #19CA32
Complementary color
Monochromatic Colors of #19CA32
Black with #19CA32
Text Example
Text Example
White with #19CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CA32; }
p { color: rgb(25,202,50); }
H1.HeaderClassName
{
color: #19CA32;
}
.AnyTagClassName
{
color: #19CA32;
}
</style>
background-color css
<style>
a { background-color: #19CA32; }
a { background-color: rgb(25,202,50); }
div.DivClassName
{
background-color: #19CA32;
}
.BgClassName
{
background-color: #19CA32;
}
</style>
border-color css
<style>
span { border-color: #19CA32; }
span { border-color: rgb(25,202,50); }
td.TdClassName
{
border-color: #19CA32;
}
.TagClassName
{
border-color: #19CA32;
}
</style>