Shades of Lime Green #1EC40A
Tints of Lime Green #1EC40A
RGB
CMYK
RGB Variations
Color information
#1EC40A (or 0x1EC40A) is known color: Lime Green. HEX triplet: 1E, C4 and 0A. RGB value is (30,196,10). Sum of RGB (Red+Green+Blue) = 30+196+10=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 196 (76.95% from 255 or 83.05% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC40A is #E13BF5. Grayscale: #7D7D7D. Windows color (decimal): -14760950 or 705566. OLE color: 705566.
HSL color Cylindrical-coordinate representation of color #1EC40A: hue angle of 113.55º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1EC40A is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 10 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.23 |
| HSL | 113.55º | 0.9% | 0.4% | - |
| HSV(B) | 113.55º | 0.95% | 0.77% | - |
| XYZ | 20.33 | 39.78 | 6.89 | - |
| YUV | 125.16 | 63 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 10 | 0.85 | 0 | 0.95 | 0.23 | 113.55 | 0.9 | 0.4 |
| Hex | 1E | C4 | A | 55 | 0 | 5F | 17 | 72 | 5A | 28 |
| Octal | 36 | 304 | 12 | 125 | 0 | 137 | 27 | 162 | 132 | 50 |
| Binary | 11110 | 11000100 | 1010 | 1010101 | 0 | 1011111 | 10111 | 1110010 | 1011010 | 101000 |
Color Harmonies of #1EC40A
Complementary color
Monochromatic Colors of #1EC40A
Black with #1EC40A
Text Example
Text Example
White with #1EC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC40A; }
p { color: rgb(30,196,10); }
H1.HeaderClassName
{
color: #1EC40A;
}
.AnyTagClassName
{
color: #1EC40A;
}
</style>
background-color css
<style>
a { background-color: #1EC40A; }
a { background-color: rgb(30,196,10); }
div.DivClassName
{
background-color: #1EC40A;
}
.BgClassName
{
background-color: #1EC40A;
}
</style>
border-color css
<style>
span { border-color: #1EC40A; }
span { border-color: rgb(30,196,10); }
td.TdClassName
{
border-color: #1EC40A;
}
.TagClassName
{
border-color: #1EC40A;
}
</style>