Shades of Lime Green #1EC70C
Tints of Lime Green #1EC70C
RGB
CMYK
RGB Variations
Color information
#1EC70C (or 0x1EC70C) is known color: Lime Green. HEX triplet: 1E, C7 and 0C. RGB value is (30,199,12). Sum of RGB (Red+Green+Blue) = 30+199+12=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 199 (78.12% from 255 or 82.57% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 199 - color contains mainly: green. Hex color #1EC70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC70C is #E138F3. Grayscale: #7F7F7F. Windows color (decimal): -14760180 or 837406. OLE color: 837406.
HSL color Cylindrical-coordinate representation of color #1EC70C: hue angle of 114.22º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EC70C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 199 | 12 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.22 |
| HSL | 114.22º | 0.89% | 0.41% | - |
| HSV(B) | 114.22º | 0.94% | 0.78% | - |
| XYZ | 21.03 | 41.15 | 7.18 | - |
| YUV | 127.15 | 63.01 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 12 | 0.85 | 0 | 0.94 | 0.22 | 114.22 | 0.89 | 0.41 |
| Hex | 1E | C7 | C | 55 | 0 | 5E | 16 | 72 | 59 | 29 |
| Octal | 36 | 307 | 14 | 125 | 0 | 136 | 26 | 162 | 131 | 51 |
| Binary | 11110 | 11000111 | 1100 | 1010101 | 0 | 1011110 | 10110 | 1110010 | 1011001 | 101001 |
Color Harmonies of #1EC70C
Complementary color
Monochromatic Colors of #1EC70C
Black with #1EC70C
Text Example
Text Example
White with #1EC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC70C; }
p { color: rgb(30,199,12); }
H1.HeaderClassName
{
color: #1EC70C;
}
.AnyTagClassName
{
color: #1EC70C;
}
</style>
background-color css
<style>
a { background-color: #1EC70C; }
a { background-color: rgb(30,199,12); }
div.DivClassName
{
background-color: #1EC70C;
}
.BgClassName
{
background-color: #1EC70C;
}
</style>
border-color css
<style>
span { border-color: #1EC70C; }
span { border-color: rgb(30,199,12); }
td.TdClassName
{
border-color: #1EC70C;
}
.TagClassName
{
border-color: #1EC70C;
}
</style>