Shades of Lime Green #2EBA26
Tints of Lime Green #2EBA26
RGB
CMYK
RGB Variations
Color information
#2EBA26 (or 0x2EBA26) is known color: Lime Green. HEX triplet: 2E, BA and 26. RGB value is (46,186,38). Sum of RGB (Red+Green+Blue) = 46+186+38=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA26 is #D145D9. Grayscale: #7F7F7F. Windows color (decimal): -13714906 or 2538030. OLE color: 2538030.
HSL color Cylindrical-coordinate representation of color #2EBA26: hue angle of 116.76º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EBA26 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 38 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.27 |
| HSL | 116.76º | 0.66% | 0.44% | - |
| HSV(B) | 116.76º | 0.8% | 0.73% | - |
| XYZ | 19.04 | 35.84 | 7.75 | - |
| YUV | 127.27 | 77.62 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 38 | 0.75 | 0 | 0.80 | 0.27 | 116.76 | 0.66 | 0.44 |
| Hex | 2E | BA | 26 | 4B | 0 | 50 | 1B | 75 | 42 | 2C |
| Octal | 56 | 272 | 46 | 113 | 0 | 120 | 33 | 165 | 102 | 54 |
| Binary | 101110 | 10111010 | 100110 | 1001011 | 0 | 1010000 | 11011 | 1110101 | 1000010 | 101100 |
Color Harmonies of #2EBA26
Complementary color
Monochromatic Colors of #2EBA26
Black with #2EBA26
Text Example
Text Example
White with #2EBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA26; }
p { color: rgb(46,186,38); }
H1.HeaderClassName
{
color: #2EBA26;
}
.AnyTagClassName
{
color: #2EBA26;
}
</style>
background-color css
<style>
a { background-color: #2EBA26; }
a { background-color: rgb(46,186,38); }
div.DivClassName
{
background-color: #2EBA26;
}
.BgClassName
{
background-color: #2EBA26;
}
</style>
border-color css
<style>
span { border-color: #2EBA26; }
span { border-color: rgb(46,186,38); }
td.TdClassName
{
border-color: #2EBA26;
}
.TagClassName
{
border-color: #2EBA26;
}
</style>