Shades of Lime Green #19DD22
Tints of Lime Green #19DD22
RGB
CMYK
RGB Variations
Color information
#19DD22 (or 0x19DD22) is known color: Lime Green. HEX triplet: 19, DD and 22. RGB value is (25,221,34). Sum of RGB (Red+Green+Blue) = 25+221+34=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #19DD22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DD22 is #E622DD. Grayscale: #8D8D8D. Windows color (decimal): -15082206 or 2284825. OLE color: 2284825.
HSL color Cylindrical-coordinate representation of color #19DD22: hue angle of 122.76º 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 #19DD22 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 34 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.13 |
| HSL | 122.76º | 0.8% | 0.48% | - |
| HSV(B) | 122.76º | 0.89% | 0.87% | - |
| XYZ | 26.55 | 52.04 | 10.16 | - |
| YUV | 141.08 | 67.57 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 34 | 0.89 | 0 | 0.85 | 0.13 | 122.76 | 0.8 | 0.48 |
| Hex | 19 | DD | 22 | 59 | 0 | 55 | D | 7B | 50 | 30 |
| Octal | 31 | 335 | 42 | 131 | 0 | 125 | 15 | 173 | 120 | 60 |
| Binary | 11001 | 11011101 | 100010 | 1011001 | 0 | 1010101 | 1101 | 1111011 | 1010000 | 110000 |
Color Harmonies of #19DD22
Complementary color
Monochromatic Colors of #19DD22
Black with #19DD22
Text Example
Text Example
White with #19DD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DD22; }
p { color: rgb(25,221,34); }
H1.HeaderClassName
{
color: #19DD22;
}
.AnyTagClassName
{
color: #19DD22;
}
</style>
background-color css
<style>
a { background-color: #19DD22; }
a { background-color: rgb(25,221,34); }
div.DivClassName
{
background-color: #19DD22;
}
.BgClassName
{
background-color: #19DD22;
}
</style>
border-color css
<style>
span { border-color: #19DD22; }
span { border-color: rgb(25,221,34); }
td.TdClassName
{
border-color: #19DD22;
}
.TagClassName
{
border-color: #19DD22;
}
</style>