Shades of Lime Green #2EC549
Tints of Lime Green #2EC549
RGB
CMYK
RGB Variations
Color information
#2EC549 (or 0x2EC549) is known color: Lime Green. HEX triplet: 2E, C5 and 49. RGB value is (46,197,73). Sum of RGB (Red+Green+Blue) = 46+197+73=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC549 is #D13AB6. Grayscale: #8A8A8A. Windows color (decimal): -13712055 or 4834606. OLE color: 4834606.
HSL color Cylindrical-coordinate representation of color #2EC549: hue angle of 130.73º 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 #2EC549 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 73 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.23 |
| HSL | 130.73º | 0.62% | 0.48% | - |
| HSV(B) | 130.73º | 0.77% | 0.77% | - |
| XYZ | 22.3 | 40.99 | 13.04 | - |
| YUV | 137.72 | 91.47 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 73 | 0.77 | 0 | 0.63 | 0.23 | 130.73 | 0.62 | 0.48 |
| Hex | 2E | C5 | 49 | 4D | 0 | 3F | 17 | 83 | 3E | 30 |
| Octal | 56 | 305 | 111 | 115 | 0 | 77 | 27 | 203 | 76 | 60 |
| Binary | 101110 | 11000101 | 1001001 | 1001101 | 0 | 111111 | 10111 | 10000011 | 111110 | 110000 |
Color Harmonies of #2EC549
Complementary color
Monochromatic Colors of #2EC549
Black with #2EC549
Text Example
Text Example
White with #2EC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC549; }
p { color: rgb(46,197,73); }
H1.HeaderClassName
{
color: #2EC549;
}
.AnyTagClassName
{
color: #2EC549;
}
</style>
background-color css
<style>
a { background-color: #2EC549; }
a { background-color: rgb(46,197,73); }
div.DivClassName
{
background-color: #2EC549;
}
.BgClassName
{
background-color: #2EC549;
}
</style>
border-color css
<style>
span { border-color: #2EC549; }
span { border-color: rgb(46,197,73); }
td.TdClassName
{
border-color: #2EC549;
}
.TagClassName
{
border-color: #2EC549;
}
</style>