Shades of Lime Green #2ED515
Tints of Lime Green #2ED515
RGB
CMYK
RGB Variations
Color information
#2ED515 (or 0x2ED515) is known color: Lime Green. HEX triplet: 2E, D5 and 15. RGB value is (46,213,21). Sum of RGB (Red+Green+Blue) = 46+213+21=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 213 (83.59% from 255 or 76.07% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED515 is #D12AEA. Grayscale: #8D8D8D. Windows color (decimal): -13708011 or 1430830. OLE color: 1430830.
HSL color Cylindrical-coordinate representation of color #2ED515: hue angle of 112.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ED515 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 21 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.16 |
| HSL | 112.19º | 0.82% | 0.46% | - |
| HSV(B) | 112.19º | 0.9% | 0.84% | - |
| XYZ | 25.06 | 48.22 | 8.7 | - |
| YUV | 141.18 | 60.17 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 21 | 0.78 | 0 | 0.90 | 0.16 | 112.19 | 0.82 | 0.46 |
| Hex | 2E | D5 | 15 | 4E | 0 | 5A | 10 | 70 | 52 | 2E |
| Octal | 56 | 325 | 25 | 116 | 0 | 132 | 20 | 160 | 122 | 56 |
| Binary | 101110 | 11010101 | 10101 | 1001110 | 0 | 1011010 | 10000 | 1110000 | 1010010 | 101110 |
Color Harmonies of #2ED515
Complementary color
Monochromatic Colors of #2ED515
Black with #2ED515
Text Example
Text Example
White with #2ED515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED515; }
p { color: rgb(46,213,21); }
H1.HeaderClassName
{
color: #2ED515;
}
.AnyTagClassName
{
color: #2ED515;
}
</style>
background-color css
<style>
a { background-color: #2ED515; }
a { background-color: rgb(46,213,21); }
div.DivClassName
{
background-color: #2ED515;
}
.BgClassName
{
background-color: #2ED515;
}
</style>
border-color css
<style>
span { border-color: #2ED515; }
span { border-color: rgb(46,213,21); }
td.TdClassName
{
border-color: #2ED515;
}
.TagClassName
{
border-color: #2ED515;
}
</style>