Shades of Lime Green #1EC139
Tints of Lime Green #1EC139
RGB
CMYK
RGB Variations
Color information
#1EC139 (or 0x1EC139) is known color: Lime Green. HEX triplet: 1E, C1 and 39. RGB value is (30,193,57). Sum of RGB (Red+Green+Blue) = 30+193+57=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC139 is #E13EC6. Grayscale: #818181. Windows color (decimal): -14761671 or 3784990. OLE color: 3784990.
HSL color Cylindrical-coordinate representation of color #1EC139: hue angle of 129.94º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC139 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 57 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.24 |
| HSL | 129.94º | 0.73% | 0.44% | - |
| HSV(B) | 129.94º | 0.84% | 0.76% | - |
| XYZ | 20.34 | 38.71 | 10.27 | - |
| YUV | 128.76 | 87.5 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 57 | 0.84 | 0 | 0.70 | 0.24 | 129.94 | 0.73 | 0.44 |
| Hex | 1E | C1 | 39 | 54 | 0 | 46 | 18 | 82 | 49 | 2C |
| Octal | 36 | 301 | 71 | 124 | 0 | 106 | 30 | 202 | 111 | 54 |
| Binary | 11110 | 11000001 | 111001 | 1010100 | 0 | 1000110 | 11000 | 10000010 | 1001001 | 101100 |
Color Harmonies of #1EC139
Complementary color
Monochromatic Colors of #1EC139
Black with #1EC139
Text Example
Text Example
White with #1EC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC139; }
p { color: rgb(30,193,57); }
H1.HeaderClassName
{
color: #1EC139;
}
.AnyTagClassName
{
color: #1EC139;
}
</style>
background-color css
<style>
a { background-color: #1EC139; }
a { background-color: rgb(30,193,57); }
div.DivClassName
{
background-color: #1EC139;
}
.BgClassName
{
background-color: #1EC139;
}
</style>
border-color css
<style>
span { border-color: #1EC139; }
span { border-color: rgb(30,193,57); }
td.TdClassName
{
border-color: #1EC139;
}
.TagClassName
{
border-color: #1EC139;
}
</style>