Shades of Lime Green #2EC94D
Tints of Lime Green #2EC94D
RGB
CMYK
RGB Variations
Color information
#2EC94D (or 0x2EC94D) is known color: Lime Green. HEX triplet: 2E, C9 and 4D. RGB value is (46,201,77). Sum of RGB (Red+Green+Blue) = 46+201+77=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 201 (78.91% from 255 or 62.04% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC94D is #D136B2. Grayscale: #8C8C8C. Windows color (decimal): -13711027 or 5097774. OLE color: 5097774.
HSL color Cylindrical-coordinate representation of color #2EC94D: hue angle of 132º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC94D is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 77 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.21 |
| HSL | 132º | 0.63% | 0.48% | - |
| HSV(B) | 132º | 0.77% | 0.79% | - |
| XYZ | 23.35 | 42.89 | 14.07 | - |
| YUV | 140.52 | 92.15 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 77 | 0.77 | 0 | 0.62 | 0.21 | 132 | 0.63 | 0.48 |
| Hex | 2E | C9 | 4D | 4D | 0 | 3E | 15 | 84 | 3F | 30 |
| Octal | 56 | 311 | 115 | 115 | 0 | 76 | 25 | 204 | 77 | 60 |
| Binary | 101110 | 11001001 | 1001101 | 1001101 | 0 | 111110 | 10101 | 10000100 | 111111 | 110000 |
Color Harmonies of #2EC94D
Complementary color
Monochromatic Colors of #2EC94D
Black with #2EC94D
Text Example
Text Example
White with #2EC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC94D; }
p { color: rgb(46,201,77); }
H1.HeaderClassName
{
color: #2EC94D;
}
.AnyTagClassName
{
color: #2EC94D;
}
</style>
background-color css
<style>
a { background-color: #2EC94D; }
a { background-color: rgb(46,201,77); }
div.DivClassName
{
background-color: #2EC94D;
}
.BgClassName
{
background-color: #2EC94D;
}
</style>
border-color css
<style>
span { border-color: #2EC94D; }
span { border-color: rgb(46,201,77); }
td.TdClassName
{
border-color: #2EC94D;
}
.TagClassName
{
border-color: #2EC94D;
}
</style>