Shades of Lime Green #2EC52F
Tints of Lime Green #2EC52F
RGB
CMYK
RGB Variations
Color information
#2EC52F (or 0x2EC52F) is known color: Lime Green. HEX triplet: 2E, C5 and 2F. RGB value is (46,197,47). Sum of RGB (Red+Green+Blue) = 46+197+47=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC52F is #D13AD0. Grayscale: #878787. Windows color (decimal): -13712081 or 3130670. OLE color: 3130670.
HSL color Cylindrical-coordinate representation of color #2EC52F: hue angle of 120.4º 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 #2EC52F is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 47 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.23 |
| HSL | 120.4º | 0.62% | 0.48% | - |
| HSV(B) | 120.4º | 0.77% | 0.77% | - |
| XYZ | 21.61 | 40.72 | 9.41 | - |
| YUV | 134.75 | 78.47 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 47 | 0.77 | 0 | 0.76 | 0.23 | 120.4 | 0.62 | 0.48 |
| Hex | 2E | C5 | 2F | 4D | 0 | 4C | 17 | 78 | 3E | 30 |
| Octal | 56 | 305 | 57 | 115 | 0 | 114 | 27 | 170 | 76 | 60 |
| Binary | 101110 | 11000101 | 101111 | 1001101 | 0 | 1001100 | 10111 | 1111000 | 111110 | 110000 |
Color Harmonies of #2EC52F
Complementary color
Monochromatic Colors of #2EC52F
Black with #2EC52F
Text Example
Text Example
White with #2EC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC52F; }
p { color: rgb(46,197,47); }
H1.HeaderClassName
{
color: #2EC52F;
}
.AnyTagClassName
{
color: #2EC52F;
}
</style>
background-color css
<style>
a { background-color: #2EC52F; }
a { background-color: rgb(46,197,47); }
div.DivClassName
{
background-color: #2EC52F;
}
.BgClassName
{
background-color: #2EC52F;
}
</style>
border-color css
<style>
span { border-color: #2EC52F; }
span { border-color: rgb(46,197,47); }
td.TdClassName
{
border-color: #2EC52F;
}
.TagClassName
{
border-color: #2EC52F;
}
</style>