Shades of Lime Green #1ED11E
Tints of Lime Green #1ED11E
RGB
CMYK
RGB Variations
Color information
#1ED11E (or 0x1ED11E) is known color: Lime Green. HEX triplet: 1E, D1 and 1E. RGB value is (30,209,30). Sum of RGB (Red+Green+Blue) = 30+209+30=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 209 (82.03% from 255 or 77.70% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED11E is #E12EE1. Grayscale: #878787. Windows color (decimal): -14757602 or 2019614. OLE color: 2019614.
HSL color Cylindrical-coordinate representation of color #1ED11E: hue angle of 120º 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 #1ED11E is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 30 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.18 |
| HSL | 120º | 0.75% | 0.47% | - |
| HSV(B) | 120º | 0.86% | 0.82% | - |
| XYZ | 23.57 | 45.97 | 8.86 | - |
| YUV | 135.07 | 68.7 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 30 | 0.86 | 0 | 0.86 | 0.18 | 120 | 0.75 | 0.47 |
| Hex | 1E | D1 | 1E | 56 | 0 | 56 | 12 | 78 | 4B | 2F |
| Octal | 36 | 321 | 36 | 126 | 0 | 126 | 22 | 170 | 113 | 57 |
| Binary | 11110 | 11010001 | 11110 | 1010110 | 0 | 1010110 | 10010 | 1111000 | 1001011 | 101111 |
Color Harmonies of #1ED11E
Complementary color
Monochromatic Colors of #1ED11E
Black with #1ED11E
Text Example
Text Example
White with #1ED11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED11E; }
p { color: rgb(30,209,30); }
H1.HeaderClassName
{
color: #1ED11E;
}
.AnyTagClassName
{
color: #1ED11E;
}
</style>
background-color css
<style>
a { background-color: #1ED11E; }
a { background-color: rgb(30,209,30); }
div.DivClassName
{
background-color: #1ED11E;
}
.BgClassName
{
background-color: #1ED11E;
}
</style>
border-color css
<style>
span { border-color: #1ED11E; }
span { border-color: rgb(30,209,30); }
td.TdClassName
{
border-color: #1ED11E;
}
.TagClassName
{
border-color: #1ED11E;
}
</style>