Shades of Lime Green #1EC40D
Tints of Lime Green #1EC40D
RGB
CMYK
RGB Variations
Color information
#1EC40D (or 0x1EC40D) is known color: Lime Green. HEX triplet: 1E, C4 and 0D. RGB value is (30,196,13). Sum of RGB (Red+Green+Blue) = 30+196+13=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 196 (76.95% from 255 or 82.01% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC40D is #E13BF2. Grayscale: #7E7E7E. Windows color (decimal): -14760947 or 902174. OLE color: 902174.
HSL color Cylindrical-coordinate representation of color #1EC40D: hue angle of 114.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EC40D is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 13 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.23 |
| HSL | 114.43º | 0.88% | 0.41% | - |
| HSV(B) | 114.43º | 0.93% | 0.77% | - |
| XYZ | 20.35 | 39.78 | 6.99 | - |
| YUV | 125.5 | 64.5 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 13 | 0.85 | 0 | 0.93 | 0.23 | 114.43 | 0.88 | 0.41 |
| Hex | 1E | C4 | D | 55 | 0 | 5D | 17 | 72 | 58 | 29 |
| Octal | 36 | 304 | 15 | 125 | 0 | 135 | 27 | 162 | 130 | 51 |
| Binary | 11110 | 11000100 | 1101 | 1010101 | 0 | 1011101 | 10111 | 1110010 | 1011000 | 101001 |
Color Harmonies of #1EC40D
Complementary color
Monochromatic Colors of #1EC40D
Black with #1EC40D
Text Example
Text Example
White with #1EC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC40D; }
p { color: rgb(30,196,13); }
H1.HeaderClassName
{
color: #1EC40D;
}
.AnyTagClassName
{
color: #1EC40D;
}
</style>
background-color css
<style>
a { background-color: #1EC40D; }
a { background-color: rgb(30,196,13); }
div.DivClassName
{
background-color: #1EC40D;
}
.BgClassName
{
background-color: #1EC40D;
}
</style>
border-color css
<style>
span { border-color: #1EC40D; }
span { border-color: rgb(30,196,13); }
td.TdClassName
{
border-color: #1EC40D;
}
.TagClassName
{
border-color: #1EC40D;
}
</style>