Shades of Lime Green #1ED515
Tints of Lime Green #1ED515
RGB
CMYK
RGB Variations
Color information
#1ED515 (or 0x1ED515) is known color: Lime Green. HEX triplet: 1E, D5 and 15. RGB value is (30,213,21). Sum of RGB (Red+Green+Blue) = 30+213+21=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED515 is #E12AEA. Grayscale: #888888. Windows color (decimal): -14756587 or 1430814. OLE color: 1430814.
HSL color Cylindrical-coordinate representation of color #1ED515: hue angle of 117.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 #1ED515 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 21 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.16 |
| HSL | 117.19º | 0.82% | 0.46% | - |
| HSV(B) | 117.19º | 0.9% | 0.84% | - |
| XYZ | 24.47 | 47.92 | 8.67 | - |
| YUV | 136.4 | 62.87 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 21 | 0.86 | 0 | 0.90 | 0.16 | 117.19 | 0.82 | 0.46 |
| Hex | 1E | D5 | 15 | 56 | 0 | 5A | 10 | 75 | 52 | 2E |
| Octal | 36 | 325 | 25 | 126 | 0 | 132 | 20 | 165 | 122 | 56 |
| Binary | 11110 | 11010101 | 10101 | 1010110 | 0 | 1011010 | 10000 | 1110101 | 1010010 | 101110 |
Color Harmonies of #1ED515
Complementary color
Monochromatic Colors of #1ED515
Black with #1ED515
Text Example
Text Example
White with #1ED515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED515; }
p { color: rgb(30,213,21); }
H1.HeaderClassName
{
color: #1ED515;
}
.AnyTagClassName
{
color: #1ED515;
}
</style>
background-color css
<style>
a { background-color: #1ED515; }
a { background-color: rgb(30,213,21); }
div.DivClassName
{
background-color: #1ED515;
}
.BgClassName
{
background-color: #1ED515;
}
</style>
border-color css
<style>
span { border-color: #1ED515; }
span { border-color: rgb(30,213,21); }
td.TdClassName
{
border-color: #1ED515;
}
.TagClassName
{
border-color: #1ED515;
}
</style>