Shades of Lime Green #26EF3E
Tints of Lime Green #26EF3E
RGB
CMYK
RGB Variations
Color information
#26EF3E (or 0x26EF3E) is known color: Lime Green. HEX triplet: 26, EF and 3E. RGB value is (38,239,62). Sum of RGB (Red+Green+Blue) = 38+239+62=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 239 (93.75% from 255 or 70.50% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 239 - color contains mainly: green. Hex color #26EF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EF3E is #D910C1. Grayscale: #9F9F9F. Windows color (decimal): -14225602 or 4124454. OLE color: 4124454.
HSL color Cylindrical-coordinate representation of color #26EF3E: hue angle of 127.16º 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 #26EF3E is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 239 | 62 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.06 |
| HSL | 127.16º | 0.86% | 0.54% | - |
| HSV(B) | 127.16º | 0.84% | 0.94% | - |
| XYZ | 32.54 | 62.49 | 14.9 | - |
| YUV | 158.72 | 73.41 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 239 | 62 | 0.84 | 0 | 0.74 | 0.06 | 127.16 | 0.86 | 0.54 |
| Hex | 26 | EF | 3E | 54 | 0 | 4A | 6 | 7F | 56 | 36 |
| Octal | 46 | 357 | 76 | 124 | 0 | 112 | 6 | 177 | 126 | 66 |
| Binary | 100110 | 11101111 | 111110 | 1010100 | 0 | 1001010 | 110 | 1111111 | 1010110 | 110110 |
Color Harmonies of #26EF3E
Complementary color
Monochromatic Colors of #26EF3E
Black with #26EF3E
Text Example
Text Example
White with #26EF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EF3E; }
p { color: rgb(38,239,62); }
H1.HeaderClassName
{
color: #26EF3E;
}
.AnyTagClassName
{
color: #26EF3E;
}
</style>
background-color css
<style>
a { background-color: #26EF3E; }
a { background-color: rgb(38,239,62); }
div.DivClassName
{
background-color: #26EF3E;
}
.BgClassName
{
background-color: #26EF3E;
}
</style>
border-color css
<style>
span { border-color: #26EF3E; }
span { border-color: rgb(38,239,62); }
td.TdClassName
{
border-color: #26EF3E;
}
.TagClassName
{
border-color: #26EF3E;
}
</style>