Shades of Lime Green #19DC26
Tints of Lime Green #19DC26
RGB
CMYK
RGB Variations
Color information
#19DC26 (or 0x19DC26) is known color: Lime Green. HEX triplet: 19, DC and 26. RGB value is (25,220,38). Sum of RGB (Red+Green+Blue) = 25+220+38=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DC26 is #E623D9. Grayscale: #8D8D8D. Windows color (decimal): -15082458 or 2546713. OLE color: 2546713.
HSL color Cylindrical-coordinate representation of color #19DC26: hue angle of 124º 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 #19DC26 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 38 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.14 |
| HSL | 124º | 0.8% | 0.48% | - |
| HSV(B) | 124º | 0.89% | 0.86% | - |
| XYZ | 26.34 | 51.53 | 10.39 | - |
| YUV | 140.95 | 69.9 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 38 | 0.89 | 0 | 0.83 | 0.14 | 124 | 0.8 | 0.48 |
| Hex | 19 | DC | 26 | 59 | 0 | 53 | E | 7C | 50 | 30 |
| Octal | 31 | 334 | 46 | 131 | 0 | 123 | 16 | 174 | 120 | 60 |
| Binary | 11001 | 11011100 | 100110 | 1011001 | 0 | 1010011 | 1110 | 1111100 | 1010000 | 110000 |
Color Harmonies of #19DC26
Complementary color
Monochromatic Colors of #19DC26
Black with #19DC26
Text Example
Text Example
White with #19DC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC26; }
p { color: rgb(25,220,38); }
H1.HeaderClassName
{
color: #19DC26;
}
.AnyTagClassName
{
color: #19DC26;
}
</style>
background-color css
<style>
a { background-color: #19DC26; }
a { background-color: rgb(25,220,38); }
div.DivClassName
{
background-color: #19DC26;
}
.BgClassName
{
background-color: #19DC26;
}
</style>
border-color css
<style>
span { border-color: #19DC26; }
span { border-color: rgb(25,220,38); }
td.TdClassName
{
border-color: #19DC26;
}
.TagClassName
{
border-color: #19DC26;
}
</style>