Shades of Lime Green #2EC834
Tints of Lime Green #2EC834
RGB
CMYK
RGB Variations
Color information
#2EC834 (or 0x2EC834) is known color: Lime Green. HEX triplet: 2E, C8 and 34. RGB value is (46,200,52). Sum of RGB (Red+Green+Blue) = 46+200+52=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC834 is #D137CB. Grayscale: #898989. Windows color (decimal): -13711308 or 3459118. OLE color: 3459118.
HSL color Cylindrical-coordinate representation of color #2EC834: hue angle of 122.34º 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 #2EC834 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 52 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.22 |
| HSL | 122.34º | 0.63% | 0.48% | - |
| HSV(B) | 122.34º | 0.77% | 0.78% | - |
| XYZ | 22.4 | 42.14 | 10.2 | - |
| YUV | 137.08 | 79.98 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 52 | 0.77 | 0 | 0.74 | 0.22 | 122.34 | 0.63 | 0.48 |
| Hex | 2E | C8 | 34 | 4D | 0 | 4A | 16 | 7A | 3F | 30 |
| Octal | 56 | 310 | 64 | 115 | 0 | 112 | 26 | 172 | 77 | 60 |
| Binary | 101110 | 11001000 | 110100 | 1001101 | 0 | 1001010 | 10110 | 1111010 | 111111 | 110000 |
Color Harmonies of #2EC834
Complementary color
Monochromatic Colors of #2EC834
Black with #2EC834
Text Example
Text Example
White with #2EC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC834; }
p { color: rgb(46,200,52); }
H1.HeaderClassName
{
color: #2EC834;
}
.AnyTagClassName
{
color: #2EC834;
}
</style>
background-color css
<style>
a { background-color: #2EC834; }
a { background-color: rgb(46,200,52); }
div.DivClassName
{
background-color: #2EC834;
}
.BgClassName
{
background-color: #2EC834;
}
</style>
border-color css
<style>
span { border-color: #2EC834; }
span { border-color: rgb(46,200,52); }
td.TdClassName
{
border-color: #2EC834;
}
.TagClassName
{
border-color: #2EC834;
}
</style>