Shades of Lime Green #2ED524
Tints of Lime Green #2ED524
RGB
CMYK
RGB Variations
Color information
#2ED524 (or 0x2ED524) is known color: Lime Green. HEX triplet: 2E, D5 and 24. RGB value is (46,213,36). Sum of RGB (Red+Green+Blue) = 46+213+36=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED524 is #D12ADB. Grayscale: #8F8F8F. Windows color (decimal): -13707996 or 2413870. OLE color: 2413870.
HSL color Cylindrical-coordinate representation of color #2ED524: hue angle of 116.61º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ED524 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 36 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.16 |
| HSL | 116.61º | 0.71% | 0.49% | - |
| HSV(B) | 116.61º | 0.83% | 0.84% | - |
| XYZ | 25.24 | 48.3 | 9.66 | - |
| YUV | 142.89 | 67.67 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 36 | 0.78 | 0 | 0.83 | 0.16 | 116.61 | 0.71 | 0.49 |
| Hex | 2E | D5 | 24 | 4E | 0 | 53 | 10 | 75 | 47 | 31 |
| Octal | 56 | 325 | 44 | 116 | 0 | 123 | 20 | 165 | 107 | 61 |
| Binary | 101110 | 11010101 | 100100 | 1001110 | 0 | 1010011 | 10000 | 1110101 | 1000111 | 110001 |
Color Harmonies of #2ED524
Complementary color
Monochromatic Colors of #2ED524
Black with #2ED524
Text Example
Text Example
White with #2ED524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED524; }
p { color: rgb(46,213,36); }
H1.HeaderClassName
{
color: #2ED524;
}
.AnyTagClassName
{
color: #2ED524;
}
</style>
background-color css
<style>
a { background-color: #2ED524; }
a { background-color: rgb(46,213,36); }
div.DivClassName
{
background-color: #2ED524;
}
.BgClassName
{
background-color: #2ED524;
}
</style>
border-color css
<style>
span { border-color: #2ED524; }
span { border-color: rgb(46,213,36); }
td.TdClassName
{
border-color: #2ED524;
}
.TagClassName
{
border-color: #2ED524;
}
</style>