Shades of Lime Green #2EC54D
Tints of Lime Green #2EC54D
RGB
CMYK
RGB Variations
Color information
#2EC54D (or 0x2EC54D) is known color: Lime Green. HEX triplet: 2E, C5 and 4D. RGB value is (46,197,77). Sum of RGB (Red+Green+Blue) = 46+197+77=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC54D is #D13AB2. Grayscale: #8A8A8A. Windows color (decimal): -13712051 or 5096750. OLE color: 5096750.
HSL color Cylindrical-coordinate representation of color #2EC54D: hue angle of 132.32º 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 #2EC54D is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 77 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.23 |
| HSL | 132.32º | 0.62% | 0.48% | - |
| HSV(B) | 132.32º | 0.77% | 0.77% | - |
| XYZ | 22.43 | 41.05 | 13.76 | - |
| YUV | 138.17 | 93.47 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 77 | 0.77 | 0 | 0.61 | 0.23 | 132.32 | 0.62 | 0.48 |
| Hex | 2E | C5 | 4D | 4D | 0 | 3D | 17 | 84 | 3E | 30 |
| Octal | 56 | 305 | 115 | 115 | 0 | 75 | 27 | 204 | 76 | 60 |
| Binary | 101110 | 11000101 | 1001101 | 1001101 | 0 | 111101 | 10111 | 10000100 | 111110 | 110000 |
Color Harmonies of #2EC54D
Complementary color
Monochromatic Colors of #2EC54D
Black with #2EC54D
Text Example
Text Example
White with #2EC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC54D; }
p { color: rgb(46,197,77); }
H1.HeaderClassName
{
color: #2EC54D;
}
.AnyTagClassName
{
color: #2EC54D;
}
</style>
background-color css
<style>
a { background-color: #2EC54D; }
a { background-color: rgb(46,197,77); }
div.DivClassName
{
background-color: #2EC54D;
}
.BgClassName
{
background-color: #2EC54D;
}
</style>
border-color css
<style>
span { border-color: #2EC54D; }
span { border-color: rgb(46,197,77); }
td.TdClassName
{
border-color: #2EC54D;
}
.TagClassName
{
border-color: #2EC54D;
}
</style>