Shades of Lime Green #2EC84E
Tints of Lime Green #2EC84E
RGB
CMYK
RGB Variations
Color information
#2EC84E (or 0x2EC84E) is known color: Lime Green. HEX triplet: 2E, C8 and 4E. RGB value is (46,200,78). Sum of RGB (Red+Green+Blue) = 46+200+78=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC84E is #D137B1. Grayscale: #8C8C8C. Windows color (decimal): -13711282 or 5163054. OLE color: 5163054.
HSL color Cylindrical-coordinate representation of color #2EC84E: hue angle of 132.47º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC84E is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 78 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.22 |
| HSL | 132.47º | 0.63% | 0.48% | - |
| HSV(B) | 132.47º | 0.77% | 0.78% | - |
| XYZ | 23.16 | 42.44 | 14.18 | - |
| YUV | 140.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 78 | 0.77 | 0 | 0.61 | 0.22 | 132.47 | 0.63 | 0.48 |
| Hex | 2E | C8 | 4E | 4D | 0 | 3D | 16 | 84 | 3F | 30 |
| Octal | 56 | 310 | 116 | 115 | 0 | 75 | 26 | 204 | 77 | 60 |
| Binary | 101110 | 11001000 | 1001110 | 1001101 | 0 | 111101 | 10110 | 10000100 | 111111 | 110000 |
Color Harmonies of #2EC84E
Complementary color
Monochromatic Colors of #2EC84E
Black with #2EC84E
Text Example
Text Example
White with #2EC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC84E; }
p { color: rgb(46,200,78); }
H1.HeaderClassName
{
color: #2EC84E;
}
.AnyTagClassName
{
color: #2EC84E;
}
</style>
background-color css
<style>
a { background-color: #2EC84E; }
a { background-color: rgb(46,200,78); }
div.DivClassName
{
background-color: #2EC84E;
}
.BgClassName
{
background-color: #2EC84E;
}
</style>
border-color css
<style>
span { border-color: #2EC84E; }
span { border-color: rgb(46,200,78); }
td.TdClassName
{
border-color: #2EC84E;
}
.TagClassName
{
border-color: #2EC84E;
}
</style>