Shades of Lime Green #1EC037
Tints of Lime Green #1EC037
RGB
CMYK
RGB Variations
Color information
#1EC037 (or 0x1EC037) is known color: Lime Green. HEX triplet: 1E, C0 and 37. RGB value is (30,192,55). Sum of RGB (Red+Green+Blue) = 30+192+55=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC037 is #E13FC8. Grayscale: #808080. Windows color (decimal): -14761929 or 3653662. OLE color: 3653662.
HSL color Cylindrical-coordinate representation of color #1EC037: hue angle of 129.26º 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 #1EC037 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 55 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.25 |
| HSL | 129.26º | 0.73% | 0.44% | - |
| HSV(B) | 129.26º | 0.84% | 0.75% | - |
| XYZ | 20.07 | 38.25 | 9.94 | - |
| YUV | 127.94 | 86.83 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 55 | 0.84 | 0 | 0.71 | 0.25 | 129.26 | 0.73 | 0.44 |
| Hex | 1E | C0 | 37 | 54 | 0 | 47 | 19 | 81 | 49 | 2C |
| Octal | 36 | 300 | 67 | 124 | 0 | 107 | 31 | 201 | 111 | 54 |
| Binary | 11110 | 11000000 | 110111 | 1010100 | 0 | 1000111 | 11001 | 10000001 | 1001001 | 101100 |
Color Harmonies of #1EC037
Complementary color
Monochromatic Colors of #1EC037
Black with #1EC037
Text Example
Text Example
White with #1EC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC037; }
p { color: rgb(30,192,55); }
H1.HeaderClassName
{
color: #1EC037;
}
.AnyTagClassName
{
color: #1EC037;
}
</style>
background-color css
<style>
a { background-color: #1EC037; }
a { background-color: rgb(30,192,55); }
div.DivClassName
{
background-color: #1EC037;
}
.BgClassName
{
background-color: #1EC037;
}
</style>
border-color css
<style>
span { border-color: #1EC037; }
span { border-color: rgb(30,192,55); }
td.TdClassName
{
border-color: #1EC037;
}
.TagClassName
{
border-color: #1EC037;
}
</style>