Shades of Lime Green #2EC53E
Tints of Lime Green #2EC53E
RGB
CMYK
RGB Variations
Color information
#2EC53E (or 0x2EC53E) is known color: Lime Green. HEX triplet: 2E, C5 and 3E. RGB value is (46,197,62). Sum of RGB (Red+Green+Blue) = 46+197+62=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC53E is #D13AC1. Grayscale: #888888. Windows color (decimal): -13712066 or 4113710. OLE color: 4113710.
HSL color Cylindrical-coordinate representation of color #2EC53E: hue angle of 126.36º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC53E is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 62 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.23 |
| HSL | 126.36º | 0.62% | 0.48% | - |
| HSV(B) | 126.36º | 0.77% | 0.77% | - |
| XYZ | 21.96 | 40.86 | 11.29 | - |
| YUV | 136.46 | 85.97 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 62 | 0.77 | 0 | 0.69 | 0.23 | 126.36 | 0.62 | 0.48 |
| Hex | 2E | C5 | 3E | 4D | 0 | 45 | 17 | 7E | 3E | 30 |
| Octal | 56 | 305 | 76 | 115 | 0 | 105 | 27 | 176 | 76 | 60 |
| Binary | 101110 | 11000101 | 111110 | 1001101 | 0 | 1000101 | 10111 | 1111110 | 111110 | 110000 |
Color Harmonies of #2EC53E
Complementary color
Monochromatic Colors of #2EC53E
Black with #2EC53E
Text Example
Text Example
White with #2EC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC53E; }
p { color: rgb(46,197,62); }
H1.HeaderClassName
{
color: #2EC53E;
}
.AnyTagClassName
{
color: #2EC53E;
}
</style>
background-color css
<style>
a { background-color: #2EC53E; }
a { background-color: rgb(46,197,62); }
div.DivClassName
{
background-color: #2EC53E;
}
.BgClassName
{
background-color: #2EC53E;
}
</style>
border-color css
<style>
span { border-color: #2EC53E; }
span { border-color: rgb(46,197,62); }
td.TdClassName
{
border-color: #2EC53E;
}
.TagClassName
{
border-color: #2EC53E;
}
</style>