Shades of Lime Green #26EF3A
Tints of Lime Green #26EF3A
RGB
CMYK
RGB Variations
Color information
#26EF3A (or 0x26EF3A) is known color: Lime Green. HEX triplet: 26, EF and 3A. RGB value is (38,239,58). Sum of RGB (Red+Green+Blue) = 38+239+58=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #26EF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EF3A is #D910C5. Grayscale: #9E9E9E. Windows color (decimal): -14225606 or 3862310. OLE color: 3862310.
HSL color Cylindrical-coordinate representation of color #26EF3A: hue angle of 125.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EF3A is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 239 | 58 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.06 |
| HSL | 125.97º | 0.86% | 0.54% | - |
| HSV(B) | 125.97º | 0.84% | 0.94% | - |
| XYZ | 32.43 | 62.45 | 14.35 | - |
| YUV | 158.27 | 71.41 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 239 | 58 | 0.84 | 0 | 0.76 | 0.06 | 125.97 | 0.86 | 0.54 |
| Hex | 26 | EF | 3A | 54 | 0 | 4C | 6 | 7E | 56 | 36 |
| Octal | 46 | 357 | 72 | 124 | 0 | 114 | 6 | 176 | 126 | 66 |
| Binary | 100110 | 11101111 | 111010 | 1010100 | 0 | 1001100 | 110 | 1111110 | 1010110 | 110110 |
Color Harmonies of #26EF3A
Complementary color
Monochromatic Colors of #26EF3A
Black with #26EF3A
Text Example
Text Example
White with #26EF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EF3A; }
p { color: rgb(38,239,58); }
H1.HeaderClassName
{
color: #26EF3A;
}
.AnyTagClassName
{
color: #26EF3A;
}
</style>
background-color css
<style>
a { background-color: #26EF3A; }
a { background-color: rgb(38,239,58); }
div.DivClassName
{
background-color: #26EF3A;
}
.BgClassName
{
background-color: #26EF3A;
}
</style>
border-color css
<style>
span { border-color: #26EF3A; }
span { border-color: rgb(38,239,58); }
td.TdClassName
{
border-color: #26EF3A;
}
.TagClassName
{
border-color: #26EF3A;
}
</style>