Shades of Lime Green #1ED915
Tints of Lime Green #1ED915
RGB
CMYK
RGB Variations
Color information
#1ED915 (or 0x1ED915) is known color: Lime Green. HEX triplet: 1E, D9 and 15. RGB value is (30,217,21). Sum of RGB (Red+Green+Blue) = 30+217+21=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 217 (85.16% from 255 or 80.97% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED915 is #E126EA. Grayscale: #8B8B8B. Windows color (decimal): -14755563 or 1431838. OLE color: 1431838.
HSL color Cylindrical-coordinate representation of color #1ED915: hue angle of 117.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ED915 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 21 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.15 |
| HSL | 117.24º | 0.82% | 0.47% | - |
| HSV(B) | 117.24º | 0.9% | 0.85% | - |
| XYZ | 25.48 | 49.96 | 9.01 | - |
| YUV | 138.74 | 61.55 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 21 | 0.86 | 0 | 0.90 | 0.15 | 117.24 | 0.82 | 0.47 |
| Hex | 1E | D9 | 15 | 56 | 0 | 5A | F | 75 | 52 | 2F |
| Octal | 36 | 331 | 25 | 126 | 0 | 132 | 17 | 165 | 122 | 57 |
| Binary | 11110 | 11011001 | 10101 | 1010110 | 0 | 1011010 | 1111 | 1110101 | 1010010 | 101111 |
Color Harmonies of #1ED915
Complementary color
Monochromatic Colors of #1ED915
Black with #1ED915
Text Example
Text Example
White with #1ED915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED915; }
p { color: rgb(30,217,21); }
H1.HeaderClassName
{
color: #1ED915;
}
.AnyTagClassName
{
color: #1ED915;
}
</style>
background-color css
<style>
a { background-color: #1ED915; }
a { background-color: rgb(30,217,21); }
div.DivClassName
{
background-color: #1ED915;
}
.BgClassName
{
background-color: #1ED915;
}
</style>
border-color css
<style>
span { border-color: #1ED915; }
span { border-color: rgb(30,217,21); }
td.TdClassName
{
border-color: #1ED915;
}
.TagClassName
{
border-color: #1ED915;
}
</style>