Shades of Lime Green #1ED715
Tints of Lime Green #1ED715
RGB
CMYK
RGB Variations
Color information
#1ED715 (or 0x1ED715) is known color: Lime Green. HEX triplet: 1E, D7 and 15. RGB value is (30,215,21). Sum of RGB (Red+Green+Blue) = 30+215+21=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 215 (84.38% from 255 or 80.83% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED715 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED715 is #E128EA. Grayscale: #8A8A8A. Windows color (decimal): -14756075 or 1431326. OLE color: 1431326.
HSL color Cylindrical-coordinate representation of color #1ED715: hue angle of 117.22º 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 #1ED715 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 21 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.16 |
| HSL | 117.22º | 0.82% | 0.46% | - |
| HSV(B) | 117.22º | 0.9% | 0.84% | - |
| XYZ | 24.97 | 48.93 | 8.84 | - |
| YUV | 137.57 | 62.21 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 21 | 0.86 | 0 | 0.90 | 0.16 | 117.22 | 0.82 | 0.46 |
| Hex | 1E | D7 | 15 | 56 | 0 | 5A | 10 | 75 | 52 | 2E |
| Octal | 36 | 327 | 25 | 126 | 0 | 132 | 20 | 165 | 122 | 56 |
| Binary | 11110 | 11010111 | 10101 | 1010110 | 0 | 1011010 | 10000 | 1110101 | 1010010 | 101110 |
Color Harmonies of #1ED715
Complementary color
Monochromatic Colors of #1ED715
Black with #1ED715
Text Example
Text Example
White with #1ED715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED715; }
p { color: rgb(30,215,21); }
H1.HeaderClassName
{
color: #1ED715;
}
.AnyTagClassName
{
color: #1ED715;
}
</style>
background-color css
<style>
a { background-color: #1ED715; }
a { background-color: rgb(30,215,21); }
div.DivClassName
{
background-color: #1ED715;
}
.BgClassName
{
background-color: #1ED715;
}
</style>
border-color css
<style>
span { border-color: #1ED715; }
span { border-color: rgb(30,215,21); }
td.TdClassName
{
border-color: #1ED715;
}
.TagClassName
{
border-color: #1ED715;
}
</style>