Shades of Lime Green #19DB25
Tints of Lime Green #19DB25
RGB
CMYK
RGB Variations
Color information
#19DB25 (or 0x19DB25) is known color: Lime Green. HEX triplet: 19, DB and 25. RGB value is (25,219,37). Sum of RGB (Red+Green+Blue) = 25+219+37=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 219 (85.94% from 255 or 77.94% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 219 - color contains mainly: green. Hex color #19DB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DB25 is #E624DA. Grayscale: #8C8C8C. Windows color (decimal): -15082715 or 2480921. OLE color: 2480921.
HSL color Cylindrical-coordinate representation of color #19DB25: hue angle of 123.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DB25 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 37 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.14 |
| HSL | 123.71º | 0.8% | 0.48% | - |
| HSV(B) | 123.71º | 0.89% | 0.86% | - |
| XYZ | 26.07 | 51 | 10.22 | - |
| YUV | 140.25 | 69.73 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 37 | 0.89 | 0 | 0.83 | 0.14 | 123.71 | 0.8 | 0.48 |
| Hex | 19 | DB | 25 | 59 | 0 | 53 | E | 7C | 50 | 30 |
| Octal | 31 | 333 | 45 | 131 | 0 | 123 | 16 | 174 | 120 | 60 |
| Binary | 11001 | 11011011 | 100101 | 1011001 | 0 | 1010011 | 1110 | 1111100 | 1010000 | 110000 |
Color Harmonies of #19DB25
Complementary color
Monochromatic Colors of #19DB25
Black with #19DB25
Text Example
Text Example
White with #19DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DB25; }
p { color: rgb(25,219,37); }
H1.HeaderClassName
{
color: #19DB25;
}
.AnyTagClassName
{
color: #19DB25;
}
</style>
background-color css
<style>
a { background-color: #19DB25; }
a { background-color: rgb(25,219,37); }
div.DivClassName
{
background-color: #19DB25;
}
.BgClassName
{
background-color: #19DB25;
}
</style>
border-color css
<style>
span { border-color: #19DB25; }
span { border-color: rgb(25,219,37); }
td.TdClassName
{
border-color: #19DB25;
}
.TagClassName
{
border-color: #19DB25;
}
</style>