Shades of Lime Green #2ED549
Tints of Lime Green #2ED549
RGB
CMYK
RGB Variations
Color information
#2ED549 (or 0x2ED549) is known color: Lime Green. HEX triplet: 2E, D5 and 49. RGB value is (46,213,73). Sum of RGB (Red+Green+Blue) = 46+213+73=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 213 (83.59% from 255 or 64.16% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED549 is #D12AB6. Grayscale: #939393. Windows color (decimal): -13707959 or 4838702. OLE color: 4838702.
HSL color Cylindrical-coordinate representation of color #2ED549: hue angle of 129.7º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED549 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 73 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.16 |
| HSL | 129.7º | 0.67% | 0.51% | - |
| HSV(B) | 129.7º | 0.78% | 0.84% | - |
| XYZ | 26.12 | 48.65 | 14.32 | - |
| YUV | 147.11 | 86.17 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 73 | 0.78 | 0 | 0.66 | 0.16 | 129.7 | 0.67 | 0.51 |
| Hex | 2E | D5 | 49 | 4E | 0 | 42 | 10 | 82 | 43 | 33 |
| Octal | 56 | 325 | 111 | 116 | 0 | 102 | 20 | 202 | 103 | 63 |
| Binary | 101110 | 11010101 | 1001001 | 1001110 | 0 | 1000010 | 10000 | 10000010 | 1000011 | 110011 |
Color Harmonies of #2ED549
Complementary color
Monochromatic Colors of #2ED549
Black with #2ED549
Text Example
Text Example
White with #2ED549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED549; }
p { color: rgb(46,213,73); }
H1.HeaderClassName
{
color: #2ED549;
}
.AnyTagClassName
{
color: #2ED549;
}
</style>
background-color css
<style>
a { background-color: #2ED549; }
a { background-color: rgb(46,213,73); }
div.DivClassName
{
background-color: #2ED549;
}
.BgClassName
{
background-color: #2ED549;
}
</style>
border-color css
<style>
span { border-color: #2ED549; }
span { border-color: rgb(46,213,73); }
td.TdClassName
{
border-color: #2ED549;
}
.TagClassName
{
border-color: #2ED549;
}
</style>