Shades of Lime Green #2ED520
Tints of Lime Green #2ED520
RGB
CMYK
RGB Variations
Color information
#2ED520 (or 0x2ED520) is known color: Lime Green. HEX triplet: 2E, D5 and 20. RGB value is (46,213,32). Sum of RGB (Red+Green+Blue) = 46+213+32=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED520 is #D12ADF. Grayscale: #8E8E8E. Windows color (decimal): -13708000 or 2151726. OLE color: 2151726.
HSL color Cylindrical-coordinate representation of color #2ED520: hue angle of 115.36º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ED520 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 32 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.16 |
| HSL | 115.36º | 0.74% | 0.48% | - |
| HSV(B) | 115.36º | 0.85% | 0.84% | - |
| XYZ | 25.18 | 48.27 | 9.36 | - |
| YUV | 142.43 | 65.67 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 32 | 0.78 | 0 | 0.85 | 0.16 | 115.36 | 0.74 | 0.48 |
| Hex | 2E | D5 | 20 | 4E | 0 | 55 | 10 | 73 | 4A | 30 |
| Octal | 56 | 325 | 40 | 116 | 0 | 125 | 20 | 163 | 112 | 60 |
| Binary | 101110 | 11010101 | 100000 | 1001110 | 0 | 1010101 | 10000 | 1110011 | 1001010 | 110000 |
Color Harmonies of #2ED520
Complementary color
Monochromatic Colors of #2ED520
Black with #2ED520
Text Example
Text Example
White with #2ED520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED520; }
p { color: rgb(46,213,32); }
H1.HeaderClassName
{
color: #2ED520;
}
.AnyTagClassName
{
color: #2ED520;
}
</style>
background-color css
<style>
a { background-color: #2ED520; }
a { background-color: rgb(46,213,32); }
div.DivClassName
{
background-color: #2ED520;
}
.BgClassName
{
background-color: #2ED520;
}
</style>
border-color css
<style>
span { border-color: #2ED520; }
span { border-color: rgb(46,213,32); }
td.TdClassName
{
border-color: #2ED520;
}
.TagClassName
{
border-color: #2ED520;
}
</style>