Shades of Lime Green #26DB36
Tints of Lime Green #26DB36
RGB
CMYK
RGB Variations
Color information
#26DB36 (or 0x26DB36) is known color: Lime Green. HEX triplet: 26, DB and 36. RGB value is (38,219,54). Sum of RGB (Red+Green+Blue) = 38+219+54=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 219 (85.94% from 255 or 70.42% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 219 - color contains mainly: green. Hex color #26DB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DB36 is #D924C9. Grayscale: #929292. Windows color (decimal): -14230730 or 3595046. OLE color: 3595046.
HSL color Cylindrical-coordinate representation of color #26DB36: hue angle of 125.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DB36 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 219 | 54 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.14 |
| HSL | 125.3º | 0.72% | 0.5% | - |
| HSV(B) | 125.3º | 0.83% | 0.86% | - |
| XYZ | 26.8 | 51.34 | 11.99 | - |
| YUV | 146.07 | 76.03 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 54 | 0.83 | 0 | 0.75 | 0.14 | 125.3 | 0.72 | 0.5 |
| Hex | 26 | DB | 36 | 53 | 0 | 4B | E | 7D | 48 | 32 |
| Octal | 46 | 333 | 66 | 123 | 0 | 113 | 16 | 175 | 110 | 62 |
| Binary | 100110 | 11011011 | 110110 | 1010011 | 0 | 1001011 | 1110 | 1111101 | 1001000 | 110010 |
Color Harmonies of #26DB36
Complementary color
Monochromatic Colors of #26DB36
Black with #26DB36
Text Example
Text Example
White with #26DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DB36; }
p { color: rgb(38,219,54); }
H1.HeaderClassName
{
color: #26DB36;
}
.AnyTagClassName
{
color: #26DB36;
}
</style>
background-color css
<style>
a { background-color: #26DB36; }
a { background-color: rgb(38,219,54); }
div.DivClassName
{
background-color: #26DB36;
}
.BgClassName
{
background-color: #26DB36;
}
</style>
border-color css
<style>
span { border-color: #26DB36; }
span { border-color: rgb(38,219,54); }
td.TdClassName
{
border-color: #26DB36;
}
.TagClassName
{
border-color: #26DB36;
}
</style>