Shades of Lime Green #2ED624
Tints of Lime Green #2ED624
RGB
CMYK
RGB Variations
Color information
#2ED624 (or 0x2ED624) is known color: Lime Green. HEX triplet: 2E, D6 and 24. RGB value is (46,214,36). Sum of RGB (Red+Green+Blue) = 46+214+36=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 214 (83.98% from 255 or 72.30% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED624 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED624 is #D129DB. Grayscale: #909090. Windows color (decimal): -13707740 or 2414126. OLE color: 2414126.
HSL color Cylindrical-coordinate representation of color #2ED624: hue angle of 116.63º 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 #2ED624 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 36 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.16 |
| HSL | 116.63º | 0.71% | 0.49% | - |
| HSV(B) | 116.63º | 0.83% | 0.84% | - |
| XYZ | 25.49 | 48.8 | 9.75 | - |
| YUV | 143.48 | 67.34 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 36 | 0.79 | 0 | 0.83 | 0.16 | 116.63 | 0.71 | 0.49 |
| Hex | 2E | D6 | 24 | 4F | 0 | 53 | 10 | 75 | 47 | 31 |
| Octal | 56 | 326 | 44 | 117 | 0 | 123 | 20 | 165 | 107 | 61 |
| Binary | 101110 | 11010110 | 100100 | 1001111 | 0 | 1010011 | 10000 | 1110101 | 1000111 | 110001 |
Color Harmonies of #2ED624
Complementary color
Monochromatic Colors of #2ED624
Black with #2ED624
Text Example
Text Example
White with #2ED624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED624; }
p { color: rgb(46,214,36); }
H1.HeaderClassName
{
color: #2ED624;
}
.AnyTagClassName
{
color: #2ED624;
}
</style>
background-color css
<style>
a { background-color: #2ED624; }
a { background-color: rgb(46,214,36); }
div.DivClassName
{
background-color: #2ED624;
}
.BgClassName
{
background-color: #2ED624;
}
</style>
border-color css
<style>
span { border-color: #2ED624; }
span { border-color: rgb(46,214,36); }
td.TdClassName
{
border-color: #2ED624;
}
.TagClassName
{
border-color: #2ED624;
}
</style>