Shades of Lime Green #1ED316
Tints of Lime Green #1ED316
RGB
CMYK
RGB Variations
Color information
#1ED316 (or 0x1ED316) is known color: Lime Green. HEX triplet: 1E, D3 and 16. RGB value is (30,211,22). Sum of RGB (Red+Green+Blue) = 30+211+22=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 211 (82.81% from 255 or 80.23% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED316 is #E12CE9. Grayscale: #878787. Windows color (decimal): -14757098 or 1495838. OLE color: 1495838.
HSL color Cylindrical-coordinate representation of color #1ED316: hue angle of 117.46º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ED316 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 211 | 22 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.17 |
| HSL | 117.46º | 0.81% | 0.46% | - |
| HSV(B) | 117.46º | 0.9% | 0.83% | - |
| XYZ | 23.97 | 46.92 | 8.55 | - |
| YUV | 135.34 | 64.03 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 211 | 22 | 0.86 | 0 | 0.90 | 0.17 | 117.46 | 0.81 | 0.46 |
| Hex | 1E | D3 | 16 | 56 | 0 | 5A | 11 | 75 | 51 | 2E |
| Octal | 36 | 323 | 26 | 126 | 0 | 132 | 21 | 165 | 121 | 56 |
| Binary | 11110 | 11010011 | 10110 | 1010110 | 0 | 1011010 | 10001 | 1110101 | 1010001 | 101110 |
Color Harmonies of #1ED316
Complementary color
Monochromatic Colors of #1ED316
Black with #1ED316
Text Example
Text Example
White with #1ED316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED316; }
p { color: rgb(30,211,22); }
H1.HeaderClassName
{
color: #1ED316;
}
.AnyTagClassName
{
color: #1ED316;
}
</style>
background-color css
<style>
a { background-color: #1ED316; }
a { background-color: rgb(30,211,22); }
div.DivClassName
{
background-color: #1ED316;
}
.BgClassName
{
background-color: #1ED316;
}
</style>
border-color css
<style>
span { border-color: #1ED316; }
span { border-color: rgb(30,211,22); }
td.TdClassName
{
border-color: #1ED316;
}
.TagClassName
{
border-color: #1ED316;
}
</style>