Shades of Lime Green #2ED545
Tints of Lime Green #2ED545
RGB
CMYK
RGB Variations
Color information
#2ED545 (or 0x2ED545) is known color: Lime Green. HEX triplet: 2E, D5 and 45. RGB value is (46,213,69). Sum of RGB (Red+Green+Blue) = 46+213+69=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED545 is #D12ABA. Grayscale: #939393. Windows color (decimal): -13707963 or 4576558. OLE color: 4576558.
HSL color Cylindrical-coordinate representation of color #2ED545: hue angle of 128.26º 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 #2ED545 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 69 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.16 |
| HSL | 128.26º | 0.67% | 0.51% | - |
| HSV(B) | 128.26º | 0.78% | 0.84% | - |
| XYZ | 26 | 48.6 | 13.64 | - |
| YUV | 146.65 | 84.17 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 69 | 0.78 | 0 | 0.68 | 0.16 | 128.26 | 0.67 | 0.51 |
| Hex | 2E | D5 | 45 | 4E | 0 | 44 | 10 | 80 | 43 | 33 |
| Octal | 56 | 325 | 105 | 116 | 0 | 104 | 20 | 200 | 103 | 63 |
| Binary | 101110 | 11010101 | 1000101 | 1001110 | 0 | 1000100 | 10000 | 10000000 | 1000011 | 110011 |
Color Harmonies of #2ED545
Complementary color
Monochromatic Colors of #2ED545
Black with #2ED545
Text Example
Text Example
White with #2ED545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED545; }
p { color: rgb(46,213,69); }
H1.HeaderClassName
{
color: #2ED545;
}
.AnyTagClassName
{
color: #2ED545;
}
</style>
background-color css
<style>
a { background-color: #2ED545; }
a { background-color: rgb(46,213,69); }
div.DivClassName
{
background-color: #2ED545;
}
.BgClassName
{
background-color: #2ED545;
}
</style>
border-color css
<style>
span { border-color: #2ED545; }
span { border-color: rgb(46,213,69); }
td.TdClassName
{
border-color: #2ED545;
}
.TagClassName
{
border-color: #2ED545;
}
</style>