Shades of Lime Green #1ED115
Tints of Lime Green #1ED115
RGB
CMYK
RGB Variations
Color information
#1ED115 (or 0x1ED115) is known color: Lime Green. HEX triplet: 1E, D1 and 15. RGB value is (30,209,21). Sum of RGB (Red+Green+Blue) = 30+209+21=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 209 (82.03% from 255 or 80.38% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED115 is #E12EEA. Grayscale: #868686. Windows color (decimal): -14757611 or 1429790. OLE color: 1429790.
HSL color Cylindrical-coordinate representation of color #1ED115: hue angle of 117.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ED115 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 21 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.18 |
| HSL | 117.13º | 0.82% | 0.45% | - |
| HSV(B) | 117.13º | 0.9% | 0.82% | - |
| XYZ | 23.47 | 45.93 | 8.34 | - |
| YUV | 134.05 | 64.2 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 21 | 0.86 | 0 | 0.90 | 0.18 | 117.13 | 0.82 | 0.45 |
| Hex | 1E | D1 | 15 | 56 | 0 | 5A | 12 | 75 | 52 | 2D |
| Octal | 36 | 321 | 25 | 126 | 0 | 132 | 22 | 165 | 122 | 55 |
| Binary | 11110 | 11010001 | 10101 | 1010110 | 0 | 1011010 | 10010 | 1110101 | 1010010 | 101101 |
Color Harmonies of #1ED115
Complementary color
Monochromatic Colors of #1ED115
Black with #1ED115
Text Example
Text Example
White with #1ED115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED115; }
p { color: rgb(30,209,21); }
H1.HeaderClassName
{
color: #1ED115;
}
.AnyTagClassName
{
color: #1ED115;
}
</style>
background-color css
<style>
a { background-color: #1ED115; }
a { background-color: rgb(30,209,21); }
div.DivClassName
{
background-color: #1ED115;
}
.BgClassName
{
background-color: #1ED115;
}
</style>
border-color css
<style>
span { border-color: #1ED115; }
span { border-color: rgb(30,209,21); }
td.TdClassName
{
border-color: #1ED115;
}
.TagClassName
{
border-color: #1ED115;
}
</style>