Shades of Lime Green #26DB19
Tints of Lime Green #26DB19
RGB
CMYK
RGB Variations
Color information
#26DB19 (or 0x26DB19) is known color: Lime Green. HEX triplet: 26, DB and 19. RGB value is (38,219,25). Sum of RGB (Red+Green+Blue) = 38+219+25=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 219 (85.94% from 255 or 77.66% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 219 - color contains mainly: green. Hex color #26DB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DB19 is #D924E6. Grayscale: #8F8F8F. Windows color (decimal): -14230759 or 1694502. OLE color: 1694502.
HSL color Cylindrical-coordinate representation of color #26DB19: hue angle of 115.98º 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 #26DB19 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 219 | 25 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.14 |
| HSL | 115.98º | 0.8% | 0.48% | - |
| HSV(B) | 115.98º | 0.89% | 0.86% | - |
| XYZ | 26.31 | 51.15 | 9.41 | - |
| YUV | 142.77 | 61.53 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 25 | 0.83 | 0 | 0.89 | 0.14 | 115.98 | 0.8 | 0.48 |
| Hex | 26 | DB | 19 | 53 | 0 | 59 | E | 74 | 50 | 30 |
| Octal | 46 | 333 | 31 | 123 | 0 | 131 | 16 | 164 | 120 | 60 |
| Binary | 100110 | 11011011 | 11001 | 1010011 | 0 | 1011001 | 1110 | 1110100 | 1010000 | 110000 |
Color Harmonies of #26DB19
Complementary color
Monochromatic Colors of #26DB19
Black with #26DB19
Text Example
Text Example
White with #26DB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DB19; }
p { color: rgb(38,219,25); }
H1.HeaderClassName
{
color: #26DB19;
}
.AnyTagClassName
{
color: #26DB19;
}
</style>
background-color css
<style>
a { background-color: #26DB19; }
a { background-color: rgb(38,219,25); }
div.DivClassName
{
background-color: #26DB19;
}
.BgClassName
{
background-color: #26DB19;
}
</style>
border-color css
<style>
span { border-color: #26DB19; }
span { border-color: rgb(38,219,25); }
td.TdClassName
{
border-color: #26DB19;
}
.TagClassName
{
border-color: #26DB19;
}
</style>