Shades of Lime Green #2ED543
Tints of Lime Green #2ED543
RGB
CMYK
RGB Variations
Color information
#2ED543 (or 0x2ED543) is known color: Lime Green. HEX triplet: 2E, D5 and 43. RGB value is (46,213,67). Sum of RGB (Red+Green+Blue) = 46+213+67=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED543 is #D12ABC. Grayscale: #929292. Windows color (decimal): -13707965 or 4445486. OLE color: 4445486.
HSL color Cylindrical-coordinate representation of color #2ED543: hue angle of 127.54º 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 #2ED543 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 67 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.16 |
| HSL | 127.54º | 0.67% | 0.51% | - |
| HSV(B) | 127.54º | 0.78% | 0.84% | - |
| XYZ | 25.93 | 48.57 | 13.32 | - |
| YUV | 146.42 | 83.17 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 67 | 0.78 | 0 | 0.69 | 0.16 | 127.54 | 0.67 | 0.51 |
| Hex | 2E | D5 | 43 | 4E | 0 | 45 | 10 | 80 | 43 | 33 |
| Octal | 56 | 325 | 103 | 116 | 0 | 105 | 20 | 200 | 103 | 63 |
| Binary | 101110 | 11010101 | 1000011 | 1001110 | 0 | 1000101 | 10000 | 10000000 | 1000011 | 110011 |
Color Harmonies of #2ED543
Complementary color
Monochromatic Colors of #2ED543
Black with #2ED543
Text Example
Text Example
White with #2ED543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED543; }
p { color: rgb(46,213,67); }
H1.HeaderClassName
{
color: #2ED543;
}
.AnyTagClassName
{
color: #2ED543;
}
</style>
background-color css
<style>
a { background-color: #2ED543; }
a { background-color: rgb(46,213,67); }
div.DivClassName
{
background-color: #2ED543;
}
.BgClassName
{
background-color: #2ED543;
}
</style>
border-color css
<style>
span { border-color: #2ED543; }
span { border-color: rgb(46,213,67); }
td.TdClassName
{
border-color: #2ED543;
}
.TagClassName
{
border-color: #2ED543;
}
</style>