Shades of Lime Green #2EC94E
Tints of Lime Green #2EC94E
RGB
CMYK
RGB Variations
Color information
#2EC94E (or 0x2EC94E) is known color: Lime Green. HEX triplet: 2E, C9 and 4E. RGB value is (46,201,78). Sum of RGB (Red+Green+Blue) = 46+201+78=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC94E is #D136B1. Grayscale: #8C8C8C. Windows color (decimal): -13711026 or 5163310. OLE color: 5163310.
HSL color Cylindrical-coordinate representation of color #2EC94E: hue angle of 132.39º 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 #2EC94E is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 78 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.21 |
| HSL | 132.39º | 0.63% | 0.48% | - |
| HSV(B) | 132.39º | 0.77% | 0.79% | - |
| XYZ | 23.39 | 42.9 | 14.26 | - |
| YUV | 140.63 | 92.65 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 78 | 0.77 | 0 | 0.61 | 0.21 | 132.39 | 0.63 | 0.48 |
| Hex | 2E | C9 | 4E | 4D | 0 | 3D | 15 | 84 | 3F | 30 |
| Octal | 56 | 311 | 116 | 115 | 0 | 75 | 25 | 204 | 77 | 60 |
| Binary | 101110 | 11001001 | 1001110 | 1001101 | 0 | 111101 | 10101 | 10000100 | 111111 | 110000 |
Color Harmonies of #2EC94E
Complementary color
Monochromatic Colors of #2EC94E
Black with #2EC94E
Text Example
Text Example
White with #2EC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC94E; }
p { color: rgb(46,201,78); }
H1.HeaderClassName
{
color: #2EC94E;
}
.AnyTagClassName
{
color: #2EC94E;
}
</style>
background-color css
<style>
a { background-color: #2EC94E; }
a { background-color: rgb(46,201,78); }
div.DivClassName
{
background-color: #2EC94E;
}
.BgClassName
{
background-color: #2EC94E;
}
</style>
border-color css
<style>
span { border-color: #2EC94E; }
span { border-color: rgb(46,201,78); }
td.TdClassName
{
border-color: #2EC94E;
}
.TagClassName
{
border-color: #2EC94E;
}
</style>