Shades of Lime Green #2EAC26
Tints of Lime Green #2EAC26
RGB
CMYK
RGB Variations
Color information
#2EAC26 (or 0x2EAC26) is known color: Lime Green. HEX triplet: 2E, AC and 26. RGB value is (46,172,38). Sum of RGB (Red+Green+Blue) = 46+172+38=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC26 is #D153D9. Grayscale: #777777. Windows color (decimal): -13718490 or 2534446. OLE color: 2534446.
HSL color Cylindrical-coordinate representation of color #2EAC26: hue angle of 116.42º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EAC26 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 38 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.33 |
| HSL | 116.42º | 0.64% | 0.41% | - |
| HSV(B) | 116.42º | 0.78% | 0.67% | - |
| XYZ | 16.23 | 30.23 | 6.81 | - |
| YUV | 119.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 38 | 0.73 | 0 | 0.78 | 0.33 | 116.42 | 0.64 | 0.41 |
| Hex | 2E | AC | 26 | 49 | 0 | 4E | 21 | 74 | 40 | 29 |
| Octal | 56 | 254 | 46 | 111 | 0 | 116 | 41 | 164 | 100 | 51 |
| Binary | 101110 | 10101100 | 100110 | 1001001 | 0 | 1001110 | 100001 | 1110100 | 1000000 | 101001 |
Color Harmonies of #2EAC26
Complementary color
Monochromatic Colors of #2EAC26
Black with #2EAC26
Text Example
Text Example
White with #2EAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC26; }
p { color: rgb(46,172,38); }
H1.HeaderClassName
{
color: #2EAC26;
}
.AnyTagClassName
{
color: #2EAC26;
}
</style>
background-color css
<style>
a { background-color: #2EAC26; }
a { background-color: rgb(46,172,38); }
div.DivClassName
{
background-color: #2EAC26;
}
.BgClassName
{
background-color: #2EAC26;
}
</style>
border-color css
<style>
span { border-color: #2EAC26; }
span { border-color: rgb(46,172,38); }
td.TdClassName
{
border-color: #2EAC26;
}
.TagClassName
{
border-color: #2EAC26;
}
</style>