Shades of Lime Green #2EBA4A
Tints of Lime Green #2EBA4A
RGB
CMYK
RGB Variations
Color information
#2EBA4A (or 0x2EBA4A) is known color: Lime Green. HEX triplet: 2E, BA and 4A. RGB value is (46,186,74). Sum of RGB (Red+Green+Blue) = 46+186+74=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA4A is #D145B5. Grayscale: #838383. Windows color (decimal): -13714870 or 4897326. OLE color: 4897326.
HSL color Cylindrical-coordinate representation of color #2EBA4A: hue angle of 132º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA4A is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 74 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.27 |
| HSL | 132º | 0.6% | 0.45% | - |
| HSV(B) | 132º | 0.75% | 0.73% | - |
| XYZ | 19.92 | 36.19 | 12.41 | - |
| YUV | 131.37 | 95.62 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 74 | 0.75 | 0 | 0.60 | 0.27 | 132 | 0.6 | 0.45 |
| Hex | 2E | BA | 4A | 4B | 0 | 3C | 1B | 84 | 3C | 2D |
| Octal | 56 | 272 | 112 | 113 | 0 | 74 | 33 | 204 | 74 | 55 |
| Binary | 101110 | 10111010 | 1001010 | 1001011 | 0 | 111100 | 11011 | 10000100 | 111100 | 101101 |
Color Harmonies of #2EBA4A
Complementary color
Monochromatic Colors of #2EBA4A
Black with #2EBA4A
Text Example
Text Example
White with #2EBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA4A; }
p { color: rgb(46,186,74); }
H1.HeaderClassName
{
color: #2EBA4A;
}
.AnyTagClassName
{
color: #2EBA4A;
}
</style>
background-color css
<style>
a { background-color: #2EBA4A; }
a { background-color: rgb(46,186,74); }
div.DivClassName
{
background-color: #2EBA4A;
}
.BgClassName
{
background-color: #2EBA4A;
}
</style>
border-color css
<style>
span { border-color: #2EBA4A; }
span { border-color: rgb(46,186,74); }
td.TdClassName
{
border-color: #2EBA4A;
}
.TagClassName
{
border-color: #2EBA4A;
}
</style>