Shades of Lime Green #1EC608
Tints of Lime Green #1EC608
RGB
CMYK
RGB Variations
Color information
#1EC608 (or 0x1EC608) is known color: Lime Green. HEX triplet: 1E, C6 and 08. RGB value is (30,198,8). Sum of RGB (Red+Green+Blue) = 30+198+8=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 198 (77.73% from 255 or 83.90% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC608 is #E139F7. Grayscale: #7E7E7E. Windows color (decimal): -14760440 or 575006. OLE color: 575006.
HSL color Cylindrical-coordinate representation of color #1EC608: hue angle of 113.05º degrees, saturation: 0.92, 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 #1EC608 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 198 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.22 |
| HSL | 113.05º | 0.92% | 0.4% | - |
| HSV(B) | 113.05º | 0.96% | 0.78% | - |
| XYZ | 20.77 | 40.68 | 6.99 | - |
| YUV | 126.11 | 61.34 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 8 | 0.85 | 0 | 0.96 | 0.22 | 113.05 | 0.92 | 0.4 |
| Hex | 1E | C6 | 8 | 55 | 0 | 60 | 16 | 71 | 5C | 28 |
| Octal | 36 | 306 | 10 | 125 | 0 | 140 | 26 | 161 | 134 | 50 |
| Binary | 11110 | 11000110 | 1000 | 1010101 | 0 | 1100000 | 10110 | 1110001 | 1011100 | 101000 |
Color Harmonies of #1EC608
Complementary color
Monochromatic Colors of #1EC608
Black with #1EC608
Text Example
Text Example
White with #1EC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC608; }
p { color: rgb(30,198,8); }
H1.HeaderClassName
{
color: #1EC608;
}
.AnyTagClassName
{
color: #1EC608;
}
</style>
background-color css
<style>
a { background-color: #1EC608; }
a { background-color: rgb(30,198,8); }
div.DivClassName
{
background-color: #1EC608;
}
.BgClassName
{
background-color: #1EC608;
}
</style>
border-color css
<style>
span { border-color: #1EC608; }
span { border-color: rgb(30,198,8); }
td.TdClassName
{
border-color: #1EC608;
}
.TagClassName
{
border-color: #1EC608;
}
</style>