Shades of Lime Green #26EE26
Tints of Lime Green #26EE26
RGB
CMYK
RGB Variations
Color information
#26EE26 (or 0x26EE26) is known color: Lime Green. HEX triplet: 26, EE and 26. RGB value is (38,238,38). Sum of RGB (Red+Green+Blue) = 38+238+38=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 238 (93.36% from 255 or 75.80% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 238 - color contains mainly: green. Hex color #26EE26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EE26 is #D911D9. Grayscale: #9C9C9C. Windows color (decimal): -14225882 or 2551334. OLE color: 2551334.
HSL color Cylindrical-coordinate representation of color #26EE26: hue angle of 120º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EE26 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 38 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.07 |
| HSL | 120º | 0.85% | 0.54% | - |
| HSV(B) | 120º | 0.84% | 0.93% | - |
| XYZ | 31.72 | 61.7 | 12.07 | - |
| YUV | 155.4 | 61.74 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 38 | 0.84 | 0 | 0.84 | 0.07 | 120 | 0.85 | 0.54 |
| Hex | 26 | EE | 26 | 54 | 0 | 54 | 7 | 78 | 55 | 36 |
| Octal | 46 | 356 | 46 | 124 | 0 | 124 | 7 | 170 | 125 | 66 |
| Binary | 100110 | 11101110 | 100110 | 1010100 | 0 | 1010100 | 111 | 1111000 | 1010101 | 110110 |
Color Harmonies of #26EE26
Complementary color
Monochromatic Colors of #26EE26
Black with #26EE26
Text Example
Text Example
White with #26EE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EE26; }
p { color: rgb(38,238,38); }
H1.HeaderClassName
{
color: #26EE26;
}
.AnyTagClassName
{
color: #26EE26;
}
</style>
background-color css
<style>
a { background-color: #26EE26; }
a { background-color: rgb(38,238,38); }
div.DivClassName
{
background-color: #26EE26;
}
.BgClassName
{
background-color: #26EE26;
}
</style>
border-color css
<style>
span { border-color: #26EE26; }
span { border-color: rgb(38,238,38); }
td.TdClassName
{
border-color: #26EE26;
}
.TagClassName
{
border-color: #26EE26;
}
</style>