Shades of Lime Green #2ED523
Tints of Lime Green #2ED523
RGB
CMYK
RGB Variations
Color information
#2ED523 (or 0x2ED523) is known color: Lime Green. HEX triplet: 2E, D5 and 23. RGB value is (46,213,35). Sum of RGB (Red+Green+Blue) = 46+213+35=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 213 (83.59% from 255 or 72.45% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED523 is #D12ADC. Grayscale: #8F8F8F. Windows color (decimal): -13707997 or 2348334. OLE color: 2348334.
HSL color Cylindrical-coordinate representation of color #2ED523: hue angle of 116.29º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ED523 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 35 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.16 |
| HSL | 116.29º | 0.72% | 0.49% | - |
| HSV(B) | 116.29º | 0.84% | 0.84% | - |
| XYZ | 25.22 | 48.29 | 9.58 | - |
| YUV | 142.78 | 67.17 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 35 | 0.78 | 0 | 0.84 | 0.16 | 116.29 | 0.72 | 0.49 |
| Hex | 2E | D5 | 23 | 4E | 0 | 54 | 10 | 74 | 48 | 31 |
| Octal | 56 | 325 | 43 | 116 | 0 | 124 | 20 | 164 | 110 | 61 |
| Binary | 101110 | 11010101 | 100011 | 1001110 | 0 | 1010100 | 10000 | 1110100 | 1001000 | 110001 |
Color Harmonies of #2ED523
Complementary color
Monochromatic Colors of #2ED523
Black with #2ED523
Text Example
Text Example
White with #2ED523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED523; }
p { color: rgb(46,213,35); }
H1.HeaderClassName
{
color: #2ED523;
}
.AnyTagClassName
{
color: #2ED523;
}
</style>
background-color css
<style>
a { background-color: #2ED523; }
a { background-color: rgb(46,213,35); }
div.DivClassName
{
background-color: #2ED523;
}
.BgClassName
{
background-color: #2ED523;
}
</style>
border-color css
<style>
span { border-color: #2ED523; }
span { border-color: rgb(46,213,35); }
td.TdClassName
{
border-color: #2ED523;
}
.TagClassName
{
border-color: #2ED523;
}
</style>