Shades of Lime Green #1ED40E
Tints of Lime Green #1ED40E
RGB
CMYK
RGB Variations
Color information
#1ED40E (or 0x1ED40E) is known color: Lime Green. HEX triplet: 1E, D4 and 0E. RGB value is (30,212,14). Sum of RGB (Red+Green+Blue) = 30+212+14=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 212 (83.20% from 255 or 82.81% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED40E is #E12BF1. Grayscale: #878787. Windows color (decimal): -14756850 or 971806. OLE color: 971806.
HSL color Cylindrical-coordinate representation of color #1ED40E: hue angle of 115.15º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1ED40E is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 212 | 14 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.17 |
| HSL | 115.15º | 0.88% | 0.44% | - |
| HSV(B) | 115.15º | 0.93% | 0.83% | - |
| XYZ | 24.16 | 47.39 | 8.29 | - |
| YUV | 135.01 | 59.7 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 212 | 14 | 0.86 | 0 | 0.93 | 0.17 | 115.15 | 0.88 | 0.44 |
| Hex | 1E | D4 | E | 56 | 0 | 5D | 11 | 73 | 58 | 2C |
| Octal | 36 | 324 | 16 | 126 | 0 | 135 | 21 | 163 | 130 | 54 |
| Binary | 11110 | 11010100 | 1110 | 1010110 | 0 | 1011101 | 10001 | 1110011 | 1011000 | 101100 |
Color Harmonies of #1ED40E
Complementary color
Monochromatic Colors of #1ED40E
Black with #1ED40E
Text Example
Text Example
White with #1ED40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED40E; }
p { color: rgb(30,212,14); }
H1.HeaderClassName
{
color: #1ED40E;
}
.AnyTagClassName
{
color: #1ED40E;
}
</style>
background-color css
<style>
a { background-color: #1ED40E; }
a { background-color: rgb(30,212,14); }
div.DivClassName
{
background-color: #1ED40E;
}
.BgClassName
{
background-color: #1ED40E;
}
</style>
border-color css
<style>
span { border-color: #1ED40E; }
span { border-color: rgb(30,212,14); }
td.TdClassName
{
border-color: #1ED40E;
}
.TagClassName
{
border-color: #1ED40E;
}
</style>