Shades of Lime Green #1EC43C
Tints of Lime Green #1EC43C
RGB
CMYK
RGB Variations
Color information
#1EC43C (or 0x1EC43C) is known color: Lime Green. HEX triplet: 1E, C4 and 3C. RGB value is (30,196,60). Sum of RGB (Red+Green+Blue) = 30+196+60=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC43C is #E13BC3. Grayscale: #838383. Windows color (decimal): -14760900 or 3982366. OLE color: 3982366.
HSL color Cylindrical-coordinate representation of color #1EC43C: hue angle of 130.84º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC43C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 60 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.23 |
| HSL | 130.84º | 0.73% | 0.44% | - |
| HSV(B) | 130.84º | 0.85% | 0.77% | - |
| XYZ | 21.09 | 40.08 | 10.9 | - |
| YUV | 130.86 | 88 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 60 | 0.85 | 0 | 0.69 | 0.23 | 130.84 | 0.73 | 0.44 |
| Hex | 1E | C4 | 3C | 55 | 0 | 45 | 17 | 83 | 49 | 2C |
| Octal | 36 | 304 | 74 | 125 | 0 | 105 | 27 | 203 | 111 | 54 |
| Binary | 11110 | 11000100 | 111100 | 1010101 | 0 | 1000101 | 10111 | 10000011 | 1001001 | 101100 |
Color Harmonies of #1EC43C
Complementary color
Monochromatic Colors of #1EC43C
Black with #1EC43C
Text Example
Text Example
White with #1EC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC43C; }
p { color: rgb(30,196,60); }
H1.HeaderClassName
{
color: #1EC43C;
}
.AnyTagClassName
{
color: #1EC43C;
}
</style>
background-color css
<style>
a { background-color: #1EC43C; }
a { background-color: rgb(30,196,60); }
div.DivClassName
{
background-color: #1EC43C;
}
.BgClassName
{
background-color: #1EC43C;
}
</style>
border-color css
<style>
span { border-color: #1EC43C; }
span { border-color: rgb(30,196,60); }
td.TdClassName
{
border-color: #1EC43C;
}
.TagClassName
{
border-color: #1EC43C;
}
</style>