Shades of Lime Green #2ED815
Tints of Lime Green #2ED815
RGB
CMYK
RGB Variations
Color information
#2ED815 (or 0x2ED815) is known color: Lime Green. HEX triplet: 2E, D8 and 15. RGB value is (46,216,21). Sum of RGB (Red+Green+Blue) = 46+216+21=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED815 is #D127EA. Grayscale: #8F8F8F. Windows color (decimal): -13707243 or 1431598. OLE color: 1431598.
HSL color Cylindrical-coordinate representation of color #2ED815: hue angle of 112.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ED815 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 21 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.15 |
| HSL | 112.31º | 0.82% | 0.46% | - |
| HSV(B) | 112.31º | 0.9% | 0.85% | - |
| XYZ | 25.82 | 49.75 | 8.95 | - |
| YUV | 142.94 | 59.18 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 21 | 0.79 | 0 | 0.90 | 0.15 | 112.31 | 0.82 | 0.46 |
| Hex | 2E | D8 | 15 | 4F | 0 | 5A | F | 70 | 52 | 2E |
| Octal | 56 | 330 | 25 | 117 | 0 | 132 | 17 | 160 | 122 | 56 |
| Binary | 101110 | 11011000 | 10101 | 1001111 | 0 | 1011010 | 1111 | 1110000 | 1010010 | 101110 |
Color Harmonies of #2ED815
Complementary color
Monochromatic Colors of #2ED815
Black with #2ED815
Text Example
Text Example
White with #2ED815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED815; }
p { color: rgb(46,216,21); }
H1.HeaderClassName
{
color: #2ED815;
}
.AnyTagClassName
{
color: #2ED815;
}
</style>
background-color css
<style>
a { background-color: #2ED815; }
a { background-color: rgb(46,216,21); }
div.DivClassName
{
background-color: #2ED815;
}
.BgClassName
{
background-color: #2ED815;
}
</style>
border-color css
<style>
span { border-color: #2ED815; }
span { border-color: rgb(46,216,21); }
td.TdClassName
{
border-color: #2ED815;
}
.TagClassName
{
border-color: #2ED815;
}
</style>