Shades of Lime Green #1ED519
Tints of Lime Green #1ED519
RGB
CMYK
RGB Variations
Color information
#1ED519 (or 0x1ED519) is known color: Lime Green. HEX triplet: 1E, D5 and 19. RGB value is (30,213,25). Sum of RGB (Red+Green+Blue) = 30+213+25=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 213 (83.59% from 255 or 79.48% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED519 is #E12AE6. Grayscale: #898989. Windows color (decimal): -14756583 or 1692958. OLE color: 1692958.
HSL color Cylindrical-coordinate representation of color #1ED519: hue angle of 118.4º 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 #1ED519 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 25 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.16 |
| HSL | 118.4º | 0.79% | 0.47% | - |
| HSV(B) | 118.4º | 0.88% | 0.84% | - |
| XYZ | 24.51 | 47.93 | 8.88 | - |
| YUV | 136.85 | 64.87 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 25 | 0.86 | 0 | 0.88 | 0.16 | 118.4 | 0.79 | 0.47 |
| Hex | 1E | D5 | 19 | 56 | 0 | 58 | 10 | 76 | 4F | 2F |
| Octal | 36 | 325 | 31 | 126 | 0 | 130 | 20 | 166 | 117 | 57 |
| Binary | 11110 | 11010101 | 11001 | 1010110 | 0 | 1011000 | 10000 | 1110110 | 1001111 | 101111 |
Color Harmonies of #1ED519
Complementary color
Monochromatic Colors of #1ED519
Black with #1ED519
Text Example
Text Example
White with #1ED519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED519; }
p { color: rgb(30,213,25); }
H1.HeaderClassName
{
color: #1ED519;
}
.AnyTagClassName
{
color: #1ED519;
}
</style>
background-color css
<style>
a { background-color: #1ED519; }
a { background-color: rgb(30,213,25); }
div.DivClassName
{
background-color: #1ED519;
}
.BgClassName
{
background-color: #1ED519;
}
</style>
border-color css
<style>
span { border-color: #1ED519; }
span { border-color: rgb(30,213,25); }
td.TdClassName
{
border-color: #1ED519;
}
.TagClassName
{
border-color: #1ED519;
}
</style>