Shades of Lime Green #2EC849
Tints of Lime Green #2EC849
RGB
CMYK
RGB Variations
Color information
#2EC849 (or 0x2EC849) is known color: Lime Green. HEX triplet: 2E, C8 and 49. RGB value is (46,200,73). Sum of RGB (Red+Green+Blue) = 46+200+73=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC849 is #D137B6. Grayscale: #8B8B8B. Windows color (decimal): -13711287 or 4835374. OLE color: 4835374.
HSL color Cylindrical-coordinate representation of color #2EC849: hue angle of 130.52º 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 #2EC849 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 73 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.22 |
| HSL | 130.52º | 0.63% | 0.48% | - |
| HSV(B) | 130.52º | 0.77% | 0.78% | - |
| XYZ | 22.98 | 42.37 | 13.27 | - |
| YUV | 139.48 | 90.48 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 73 | 0.77 | 0 | 0.64 | 0.22 | 130.52 | 0.63 | 0.48 |
| Hex | 2E | C8 | 49 | 4D | 0 | 40 | 16 | 83 | 3F | 30 |
| Octal | 56 | 310 | 111 | 115 | 0 | 100 | 26 | 203 | 77 | 60 |
| Binary | 101110 | 11001000 | 1001001 | 1001101 | 0 | 1000000 | 10110 | 10000011 | 111111 | 110000 |
Color Harmonies of #2EC849
Complementary color
Monochromatic Colors of #2EC849
Black with #2EC849
Text Example
Text Example
White with #2EC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC849; }
p { color: rgb(46,200,73); }
H1.HeaderClassName
{
color: #2EC849;
}
.AnyTagClassName
{
color: #2EC849;
}
</style>
background-color css
<style>
a { background-color: #2EC849; }
a { background-color: rgb(46,200,73); }
div.DivClassName
{
background-color: #2EC849;
}
.BgClassName
{
background-color: #2EC849;
}
</style>
border-color css
<style>
span { border-color: #2EC849; }
span { border-color: rgb(46,200,73); }
td.TdClassName
{
border-color: #2EC849;
}
.TagClassName
{
border-color: #2EC849;
}
</style>