Shades of Lime Green #1EC720
Tints of Lime Green #1EC720
RGB
CMYK
RGB Variations
Color information
#1EC720 (or 0x1EC720) is known color: Lime Green. HEX triplet: 1E, C7 and 20. RGB value is (30,199,32). Sum of RGB (Red+Green+Blue) = 30+199+32=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 199 (78.12% from 255 or 76.25% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 199 - color contains mainly: green. Hex color #1EC720 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC720 is #E138DF. Grayscale: #818181. Windows color (decimal): -14760160 or 2148126. OLE color: 2148126.
HSL color Cylindrical-coordinate representation of color #1EC720: hue angle of 120.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC720 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 199 | 32 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.22 |
| HSL | 120.71º | 0.74% | 0.45% | - |
| HSV(B) | 120.71º | 0.85% | 0.78% | - |
| XYZ | 21.22 | 41.23 | 8.21 | - |
| YUV | 129.43 | 73.01 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 32 | 0.85 | 0 | 0.84 | 0.22 | 120.71 | 0.74 | 0.45 |
| Hex | 1E | C7 | 20 | 55 | 0 | 54 | 16 | 79 | 4A | 2D |
| Octal | 36 | 307 | 40 | 125 | 0 | 124 | 26 | 171 | 112 | 55 |
| Binary | 11110 | 11000111 | 100000 | 1010101 | 0 | 1010100 | 10110 | 1111001 | 1001010 | 101101 |
Color Harmonies of #1EC720
Complementary color
Monochromatic Colors of #1EC720
Black with #1EC720
Text Example
Text Example
White with #1EC720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC720; }
p { color: rgb(30,199,32); }
H1.HeaderClassName
{
color: #1EC720;
}
.AnyTagClassName
{
color: #1EC720;
}
</style>
background-color css
<style>
a { background-color: #1EC720; }
a { background-color: rgb(30,199,32); }
div.DivClassName
{
background-color: #1EC720;
}
.BgClassName
{
background-color: #1EC720;
}
</style>
border-color css
<style>
span { border-color: #1EC720; }
span { border-color: rgb(30,199,32); }
td.TdClassName
{
border-color: #1EC720;
}
.TagClassName
{
border-color: #1EC720;
}
</style>