Shades of Lime Green #1EC607
Tints of Lime Green #1EC607
RGB
CMYK
RGB Variations
Color information
#1EC607 (or 0x1EC607) is known color: Lime Green. HEX triplet: 1E, C6 and 07. RGB value is (30,198,7). Sum of RGB (Red+Green+Blue) = 30+198+7=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 198 (77.73% from 255 or 84.26% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC607 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC607 is #E139F8. Grayscale: #7E7E7E. Windows color (decimal): -14760441 or 509470. OLE color: 509470.
HSL color Cylindrical-coordinate representation of color #1EC607: hue angle of 112.77º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1EC607 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 198 | 7 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.22 |
| HSL | 112.77º | 0.93% | 0.4% | - |
| HSV(B) | 112.77º | 0.96% | 0.78% | - |
| XYZ | 20.77 | 40.68 | 6.96 | - |
| YUV | 125.99 | 60.84 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 7 | 0.85 | 0 | 0.96 | 0.22 | 112.77 | 0.93 | 0.4 |
| Hex | 1E | C6 | 7 | 55 | 0 | 60 | 16 | 71 | 5D | 28 |
| Octal | 36 | 306 | 7 | 125 | 0 | 140 | 26 | 161 | 135 | 50 |
| Binary | 11110 | 11000110 | 111 | 1010101 | 0 | 1100000 | 10110 | 1110001 | 1011101 | 101000 |
Color Harmonies of #1EC607
Complementary color
Monochromatic Colors of #1EC607
Black with #1EC607
Text Example
Text Example
White with #1EC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC607; }
p { color: rgb(30,198,7); }
H1.HeaderClassName
{
color: #1EC607;
}
.AnyTagClassName
{
color: #1EC607;
}
</style>
background-color css
<style>
a { background-color: #1EC607; }
a { background-color: rgb(30,198,7); }
div.DivClassName
{
background-color: #1EC607;
}
.BgClassName
{
background-color: #1EC607;
}
</style>
border-color css
<style>
span { border-color: #1EC607; }
span { border-color: rgb(30,198,7); }
td.TdClassName
{
border-color: #1EC607;
}
.TagClassName
{
border-color: #1EC607;
}
</style>