Shades of Lime Green #2EC546
Tints of Lime Green #2EC546
RGB
CMYK
RGB Variations
Color information
#2EC546 (or 0x2EC546) is known color: Lime Green. HEX triplet: 2E, C5 and 46. RGB value is (46,197,70). Sum of RGB (Red+Green+Blue) = 46+197+70=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC546 is #D13AB9. Grayscale: #898989. Windows color (decimal): -13712058 or 4637998. OLE color: 4637998.
HSL color Cylindrical-coordinate representation of color #2EC546: hue angle of 129.54º 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 #2EC546 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 70 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.23 |
| HSL | 129.54º | 0.62% | 0.48% | - |
| HSV(B) | 129.54º | 0.77% | 0.77% | - |
| XYZ | 22.2 | 40.96 | 12.53 | - |
| YUV | 137.37 | 89.97 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 70 | 0.77 | 0 | 0.64 | 0.23 | 129.54 | 0.62 | 0.48 |
| Hex | 2E | C5 | 46 | 4D | 0 | 40 | 17 | 82 | 3E | 30 |
| Octal | 56 | 305 | 106 | 115 | 0 | 100 | 27 | 202 | 76 | 60 |
| Binary | 101110 | 11000101 | 1000110 | 1001101 | 0 | 1000000 | 10111 | 10000010 | 111110 | 110000 |
Color Harmonies of #2EC546
Complementary color
Monochromatic Colors of #2EC546
Black with #2EC546
Text Example
Text Example
White with #2EC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC546; }
p { color: rgb(46,197,70); }
H1.HeaderClassName
{
color: #2EC546;
}
.AnyTagClassName
{
color: #2EC546;
}
</style>
background-color css
<style>
a { background-color: #2EC546; }
a { background-color: rgb(46,197,70); }
div.DivClassName
{
background-color: #2EC546;
}
.BgClassName
{
background-color: #2EC546;
}
</style>
border-color css
<style>
span { border-color: #2EC546; }
span { border-color: rgb(46,197,70); }
td.TdClassName
{
border-color: #2EC546;
}
.TagClassName
{
border-color: #2EC546;
}
</style>