Shades of Lime Green #2EC84A
Tints of Lime Green #2EC84A
RGB
CMYK
RGB Variations
Color information
#2EC84A (or 0x2EC84A) is known color: Lime Green. HEX triplet: 2E, C8 and 4A. RGB value is (46,200,74). Sum of RGB (Red+Green+Blue) = 46+200+74=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC84A is #D137B5. Grayscale: #8B8B8B. Windows color (decimal): -13711286 or 4900910. OLE color: 4900910.
HSL color Cylindrical-coordinate representation of color #2EC84A: hue angle of 130.91º 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 #2EC84A is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 74 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.22 |
| HSL | 130.91º | 0.63% | 0.48% | - |
| HSV(B) | 130.91º | 0.77% | 0.78% | - |
| XYZ | 23.02 | 42.38 | 13.45 | - |
| YUV | 139.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 74 | 0.77 | 0 | 0.63 | 0.22 | 130.91 | 0.63 | 0.48 |
| Hex | 2E | C8 | 4A | 4D | 0 | 3F | 16 | 83 | 3F | 30 |
| Octal | 56 | 310 | 112 | 115 | 0 | 77 | 26 | 203 | 77 | 60 |
| Binary | 101110 | 11001000 | 1001010 | 1001101 | 0 | 111111 | 10110 | 10000011 | 111111 | 110000 |
Color Harmonies of #2EC84A
Complementary color
Monochromatic Colors of #2EC84A
Black with #2EC84A
Text Example
Text Example
White with #2EC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC84A; }
p { color: rgb(46,200,74); }
H1.HeaderClassName
{
color: #2EC84A;
}
.AnyTagClassName
{
color: #2EC84A;
}
</style>
background-color css
<style>
a { background-color: #2EC84A; }
a { background-color: rgb(46,200,74); }
div.DivClassName
{
background-color: #2EC84A;
}
.BgClassName
{
background-color: #2EC84A;
}
</style>
border-color css
<style>
span { border-color: #2EC84A; }
span { border-color: rgb(46,200,74); }
td.TdClassName
{
border-color: #2EC84A;
}
.TagClassName
{
border-color: #2EC84A;
}
</style>