Shades of Lime Green #2ED54D
Tints of Lime Green #2ED54D
RGB
CMYK
RGB Variations
Color information
#2ED54D (or 0x2ED54D) is known color: Lime Green. HEX triplet: 2E, D5 and 4D. RGB value is (46,213,77). Sum of RGB (Red+Green+Blue) = 46+213+77=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED54D is #D12AB2. Grayscale: #939393. Windows color (decimal): -13707955 or 5100846. OLE color: 5100846.
HSL color Cylindrical-coordinate representation of color #2ED54D: hue angle of 131.14º 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 #2ED54D is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 77 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.16 |
| HSL | 131.14º | 0.67% | 0.51% | - |
| HSV(B) | 131.14º | 0.78% | 0.84% | - |
| XYZ | 26.26 | 48.71 | 15.04 | - |
| YUV | 147.56 | 88.17 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 77 | 0.78 | 0 | 0.64 | 0.16 | 131.14 | 0.67 | 0.51 |
| Hex | 2E | D5 | 4D | 4E | 0 | 40 | 10 | 83 | 43 | 33 |
| Octal | 56 | 325 | 115 | 116 | 0 | 100 | 20 | 203 | 103 | 63 |
| Binary | 101110 | 11010101 | 1001101 | 1001110 | 0 | 1000000 | 10000 | 10000011 | 1000011 | 110011 |
Color Harmonies of #2ED54D
Complementary color
Monochromatic Colors of #2ED54D
Black with #2ED54D
Text Example
Text Example
White with #2ED54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED54D; }
p { color: rgb(46,213,77); }
H1.HeaderClassName
{
color: #2ED54D;
}
.AnyTagClassName
{
color: #2ED54D;
}
</style>
background-color css
<style>
a { background-color: #2ED54D; }
a { background-color: rgb(46,213,77); }
div.DivClassName
{
background-color: #2ED54D;
}
.BgClassName
{
background-color: #2ED54D;
}
</style>
border-color css
<style>
span { border-color: #2ED54D; }
span { border-color: rgb(46,213,77); }
td.TdClassName
{
border-color: #2ED54D;
}
.TagClassName
{
border-color: #2ED54D;
}
</style>