Shades of Lime Green #2EC94C
Tints of Lime Green #2EC94C
RGB
CMYK
RGB Variations
Color information
#2EC94C (or 0x2EC94C) is known color: Lime Green. HEX triplet: 2E, C9 and 4C. RGB value is (46,201,76). Sum of RGB (Red+Green+Blue) = 46+201+76=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC94C is #D136B3. Grayscale: #8C8C8C. Windows color (decimal): -13711028 or 5032238. OLE color: 5032238.
HSL color Cylindrical-coordinate representation of color #2EC94C: hue angle of 131.61º 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 #2EC94C is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 76 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.21 |
| HSL | 131.61º | 0.63% | 0.48% | - |
| HSV(B) | 131.61º | 0.77% | 0.79% | - |
| XYZ | 23.32 | 42.88 | 13.88 | - |
| YUV | 140.41 | 91.65 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 76 | 0.77 | 0 | 0.62 | 0.21 | 131.61 | 0.63 | 0.48 |
| Hex | 2E | C9 | 4C | 4D | 0 | 3E | 15 | 84 | 3F | 30 |
| Octal | 56 | 311 | 114 | 115 | 0 | 76 | 25 | 204 | 77 | 60 |
| Binary | 101110 | 11001001 | 1001100 | 1001101 | 0 | 111110 | 10101 | 10000100 | 111111 | 110000 |
Color Harmonies of #2EC94C
Complementary color
Monochromatic Colors of #2EC94C
Black with #2EC94C
Text Example
Text Example
White with #2EC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC94C; }
p { color: rgb(46,201,76); }
H1.HeaderClassName
{
color: #2EC94C;
}
.AnyTagClassName
{
color: #2EC94C;
}
</style>
background-color css
<style>
a { background-color: #2EC94C; }
a { background-color: rgb(46,201,76); }
div.DivClassName
{
background-color: #2EC94C;
}
.BgClassName
{
background-color: #2EC94C;
}
</style>
border-color css
<style>
span { border-color: #2EC94C; }
span { border-color: rgb(46,201,76); }
td.TdClassName
{
border-color: #2EC94C;
}
.TagClassName
{
border-color: #2EC94C;
}
</style>