Shades of Lime Green #19DD32
Tints of Lime Green #19DD32
RGB
CMYK
RGB Variations
Color information
#19DD32 (or 0x19DD32) is known color: Lime Green. HEX triplet: 19, DD and 32. RGB value is (25,221,50). Sum of RGB (Red+Green+Blue) = 25+221+50=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 221 (86.72% from 255 or 74.66% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 221 - color contains mainly: green. Hex color #19DD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DD32 is #E622CD. Grayscale: #8F8F8F. Windows color (decimal): -15082190 or 3333401. OLE color: 3333401.
HSL color Cylindrical-coordinate representation of color #19DD32: hue angle of 127.65º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DD32 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 50 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.13 |
| HSL | 127.65º | 0.8% | 0.48% | - |
| HSV(B) | 127.65º | 0.89% | 0.87% | - |
| XYZ | 26.83 | 52.15 | 11.67 | - |
| YUV | 142.9 | 75.57 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 50 | 0.89 | 0 | 0.77 | 0.13 | 127.65 | 0.8 | 0.48 |
| Hex | 19 | DD | 32 | 59 | 0 | 4D | D | 80 | 50 | 30 |
| Octal | 31 | 335 | 62 | 131 | 0 | 115 | 15 | 200 | 120 | 60 |
| Binary | 11001 | 11011101 | 110010 | 1011001 | 0 | 1001101 | 1101 | 10000000 | 1010000 | 110000 |
Color Harmonies of #19DD32
Complementary color
Monochromatic Colors of #19DD32
Black with #19DD32
Text Example
Text Example
White with #19DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DD32; }
p { color: rgb(25,221,50); }
H1.HeaderClassName
{
color: #19DD32;
}
.AnyTagClassName
{
color: #19DD32;
}
</style>
background-color css
<style>
a { background-color: #19DD32; }
a { background-color: rgb(25,221,50); }
div.DivClassName
{
background-color: #19DD32;
}
.BgClassName
{
background-color: #19DD32;
}
</style>
border-color css
<style>
span { border-color: #19DD32; }
span { border-color: rgb(25,221,50); }
td.TdClassName
{
border-color: #19DD32;
}
.TagClassName
{
border-color: #19DD32;
}
</style>