Shades of Lime Green #1ED218
Tints of Lime Green #1ED218
RGB
CMYK
RGB Variations
Color information
#1ED218 (or 0x1ED218) is known color: Lime Green. HEX triplet: 1E, D2 and 18. RGB value is (30,210,24). Sum of RGB (Red+Green+Blue) = 30+210+24=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 210 (82.42% from 255 or 79.55% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED218 is #E12DE7. Grayscale: #878787. Windows color (decimal): -14757352 or 1626654. OLE color: 1626654.
HSL color Cylindrical-coordinate representation of color #1ED218: hue angle of 118.06º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ED218 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 24 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.18 |
| HSL | 118.06º | 0.79% | 0.46% | - |
| HSV(B) | 118.06º | 0.89% | 0.82% | - |
| XYZ | 23.75 | 46.44 | 8.58 | - |
| YUV | 134.98 | 65.37 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 24 | 0.86 | 0 | 0.89 | 0.18 | 118.06 | 0.79 | 0.46 |
| Hex | 1E | D2 | 18 | 56 | 0 | 59 | 12 | 76 | 4F | 2E |
| Octal | 36 | 322 | 30 | 126 | 0 | 131 | 22 | 166 | 117 | 56 |
| Binary | 11110 | 11010010 | 11000 | 1010110 | 0 | 1011001 | 10010 | 1110110 | 1001111 | 101110 |
Color Harmonies of #1ED218
Complementary color
Monochromatic Colors of #1ED218
Black with #1ED218
Text Example
Text Example
White with #1ED218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED218; }
p { color: rgb(30,210,24); }
H1.HeaderClassName
{
color: #1ED218;
}
.AnyTagClassName
{
color: #1ED218;
}
</style>
background-color css
<style>
a { background-color: #1ED218; }
a { background-color: rgb(30,210,24); }
div.DivClassName
{
background-color: #1ED218;
}
.BgClassName
{
background-color: #1ED218;
}
</style>
border-color css
<style>
span { border-color: #1ED218; }
span { border-color: rgb(30,210,24); }
td.TdClassName
{
border-color: #1ED218;
}
.TagClassName
{
border-color: #1ED218;
}
</style>