Shades of Lime Green #1EC039
Tints of Lime Green #1EC039
RGB
CMYK
RGB Variations
Color information
#1EC039 (or 0x1EC039) is known color: Lime Green. HEX triplet: 1E, C0 and 39. RGB value is (30,192,57). Sum of RGB (Red+Green+Blue) = 30+192+57=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC039 is #E13FC6. Grayscale: #808080. Windows color (decimal): -14761927 or 3784734. OLE color: 3784734.
HSL color Cylindrical-coordinate representation of color #1EC039: hue angle of 130º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC039 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 57 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.25 |
| HSL | 130º | 0.73% | 0.44% | - |
| HSV(B) | 130º | 0.84% | 0.75% | - |
| XYZ | 20.12 | 38.27 | 10.2 | - |
| YUV | 128.17 | 87.83 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 57 | 0.84 | 0 | 0.70 | 0.25 | 130 | 0.73 | 0.44 |
| Hex | 1E | C0 | 39 | 54 | 0 | 46 | 19 | 82 | 49 | 2C |
| Octal | 36 | 300 | 71 | 124 | 0 | 106 | 31 | 202 | 111 | 54 |
| Binary | 11110 | 11000000 | 111001 | 1010100 | 0 | 1000110 | 11001 | 10000010 | 1001001 | 101100 |
Color Harmonies of #1EC039
Complementary color
Monochromatic Colors of #1EC039
Black with #1EC039
Text Example
Text Example
White with #1EC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC039; }
p { color: rgb(30,192,57); }
H1.HeaderClassName
{
color: #1EC039;
}
.AnyTagClassName
{
color: #1EC039;
}
</style>
background-color css
<style>
a { background-color: #1EC039; }
a { background-color: rgb(30,192,57); }
div.DivClassName
{
background-color: #1EC039;
}
.BgClassName
{
background-color: #1EC039;
}
</style>
border-color css
<style>
span { border-color: #1EC039; }
span { border-color: rgb(30,192,57); }
td.TdClassName
{
border-color: #1EC039;
}
.TagClassName
{
border-color: #1EC039;
}
</style>