Shades of Lime Green #1ED221
Tints of Lime Green #1ED221
RGB
CMYK
RGB Variations
Color information
#1ED221 (or 0x1ED221) is known color: Lime Green. HEX triplet: 1E, D2 and 21. RGB value is (30,210,33). Sum of RGB (Red+Green+Blue) = 30+210+33=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED221 is #E12DDE. Grayscale: #888888. Windows color (decimal): -14757343 or 2216478. OLE color: 2216478.
HSL color Cylindrical-coordinate representation of color #1ED221: hue angle of 121º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED221 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 33 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.18 |
| HSL | 121º | 0.75% | 0.47% | - |
| HSV(B) | 121º | 0.86% | 0.82% | - |
| XYZ | 23.86 | 46.48 | 9.15 | - |
| YUV | 136 | 69.87 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 33 | 0.86 | 0 | 0.84 | 0.18 | 121 | 0.75 | 0.47 |
| Hex | 1E | D2 | 21 | 56 | 0 | 54 | 12 | 79 | 4B | 2F |
| Octal | 36 | 322 | 41 | 126 | 0 | 124 | 22 | 171 | 113 | 57 |
| Binary | 11110 | 11010010 | 100001 | 1010110 | 0 | 1010100 | 10010 | 1111001 | 1001011 | 101111 |
Color Harmonies of #1ED221
Complementary color
Monochromatic Colors of #1ED221
Black with #1ED221
Text Example
Text Example
White with #1ED221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED221; }
p { color: rgb(30,210,33); }
H1.HeaderClassName
{
color: #1ED221;
}
.AnyTagClassName
{
color: #1ED221;
}
</style>
background-color css
<style>
a { background-color: #1ED221; }
a { background-color: rgb(30,210,33); }
div.DivClassName
{
background-color: #1ED221;
}
.BgClassName
{
background-color: #1ED221;
}
</style>
border-color css
<style>
span { border-color: #1ED221; }
span { border-color: rgb(30,210,33); }
td.TdClassName
{
border-color: #1ED221;
}
.TagClassName
{
border-color: #1ED221;
}
</style>