Shades of Lime Green #2ED519
Tints of Lime Green #2ED519
RGB
CMYK
RGB Variations
Color information
#2ED519 (or 0x2ED519) is known color: Lime Green. HEX triplet: 2E, D5 and 19. RGB value is (46,213,25). Sum of RGB (Red+Green+Blue) = 46+213+25=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED519 is #D12AE6. Grayscale: #8E8E8E. Windows color (decimal): -13708007 or 1692974. OLE color: 1692974.
HSL color Cylindrical-coordinate representation of color #2ED519: hue angle of 113.3º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ED519 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 25 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.16 |
| HSL | 113.3º | 0.79% | 0.47% | - |
| HSV(B) | 113.3º | 0.88% | 0.84% | - |
| XYZ | 25.1 | 48.24 | 8.91 | - |
| YUV | 141.64 | 62.17 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 25 | 0.78 | 0 | 0.88 | 0.16 | 113.3 | 0.79 | 0.47 |
| Hex | 2E | D5 | 19 | 4E | 0 | 58 | 10 | 71 | 4F | 2F |
| Octal | 56 | 325 | 31 | 116 | 0 | 130 | 20 | 161 | 117 | 57 |
| Binary | 101110 | 11010101 | 11001 | 1001110 | 0 | 1011000 | 10000 | 1110001 | 1001111 | 101111 |
Color Harmonies of #2ED519
Complementary color
Monochromatic Colors of #2ED519
Black with #2ED519
Text Example
Text Example
White with #2ED519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED519; }
p { color: rgb(46,213,25); }
H1.HeaderClassName
{
color: #2ED519;
}
.AnyTagClassName
{
color: #2ED519;
}
</style>
background-color css
<style>
a { background-color: #2ED519; }
a { background-color: rgb(46,213,25); }
div.DivClassName
{
background-color: #2ED519;
}
.BgClassName
{
background-color: #2ED519;
}
</style>
border-color css
<style>
span { border-color: #2ED519; }
span { border-color: rgb(46,213,25); }
td.TdClassName
{
border-color: #2ED519;
}
.TagClassName
{
border-color: #2ED519;
}
</style>