Shades of Lime Green #1ED321
Tints of Lime Green #1ED321
RGB
CMYK
RGB Variations
Color information
#1ED321 (or 0x1ED321) is known color: Lime Green. HEX triplet: 1E, D3 and 21. RGB value is (30,211,33). Sum of RGB (Red+Green+Blue) = 30+211+33=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 211 (82.81% from 255 or 77.01% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED321 is #E12CDE. Grayscale: #898989. Windows color (decimal): -14757087 or 2216734. OLE color: 2216734.
HSL color Cylindrical-coordinate representation of color #1ED321: hue angle of 120.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED321 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 211 | 33 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.17 |
| HSL | 120.99º | 0.75% | 0.47% | - |
| HSV(B) | 120.99º | 0.86% | 0.83% | - |
| XYZ | 24.1 | 46.97 | 9.24 | - |
| YUV | 136.59 | 69.53 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 211 | 33 | 0.86 | 0 | 0.84 | 0.17 | 120.99 | 0.75 | 0.47 |
| Hex | 1E | D3 | 21 | 56 | 0 | 54 | 11 | 79 | 4B | 2F |
| Octal | 36 | 323 | 41 | 126 | 0 | 124 | 21 | 171 | 113 | 57 |
| Binary | 11110 | 11010011 | 100001 | 1010110 | 0 | 1010100 | 10001 | 1111001 | 1001011 | 101111 |
Color Harmonies of #1ED321
Complementary color
Monochromatic Colors of #1ED321
Black with #1ED321
Text Example
Text Example
White with #1ED321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED321; }
p { color: rgb(30,211,33); }
H1.HeaderClassName
{
color: #1ED321;
}
.AnyTagClassName
{
color: #1ED321;
}
</style>
background-color css
<style>
a { background-color: #1ED321; }
a { background-color: rgb(30,211,33); }
div.DivClassName
{
background-color: #1ED321;
}
.BgClassName
{
background-color: #1ED321;
}
</style>
border-color css
<style>
span { border-color: #1ED321; }
span { border-color: rgb(30,211,33); }
td.TdClassName
{
border-color: #1ED321;
}
.TagClassName
{
border-color: #1ED321;
}
</style>