Shades of Lime Green #1EC603
Tints of Lime Green #1EC603
RGB
CMYK
RGB Variations
Color information
#1EC603 (or 0x1EC603) is known color: Lime Green. HEX triplet: 1E, C6 and 03. RGB value is (30,198,3). Sum of RGB (Red+Green+Blue) = 30+198+3=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 198 (77.73% from 255 or 85.71% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC603 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC603 is #E139FC. Grayscale: #7E7E7E. Windows color (decimal): -14760445 or 247326. OLE color: 247326.
HSL color Cylindrical-coordinate representation of color #1EC603: hue angle of 111.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EC603 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 198 | 3 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.22 |
| HSL | 111.69º | 0.97% | 0.39% | - |
| HSV(B) | 111.69º | 0.98% | 0.78% | - |
| XYZ | 20.75 | 40.67 | 6.84 | - |
| YUV | 125.54 | 58.84 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 3 | 0.85 | 0 | 0.98 | 0.22 | 111.69 | 0.97 | 0.39 |
| Hex | 1E | C6 | 3 | 55 | 0 | 62 | 16 | 70 | 61 | 27 |
| Octal | 36 | 306 | 3 | 125 | 0 | 142 | 26 | 160 | 141 | 47 |
| Binary | 11110 | 11000110 | 11 | 1010101 | 0 | 1100010 | 10110 | 1110000 | 1100001 | 100111 |
Color Harmonies of #1EC603
Complementary color
Monochromatic Colors of #1EC603
Black with #1EC603
Text Example
Text Example
White with #1EC603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC603; }
p { color: rgb(30,198,3); }
H1.HeaderClassName
{
color: #1EC603;
}
.AnyTagClassName
{
color: #1EC603;
}
</style>
background-color css
<style>
a { background-color: #1EC603; }
a { background-color: rgb(30,198,3); }
div.DivClassName
{
background-color: #1EC603;
}
.BgClassName
{
background-color: #1EC603;
}
</style>
border-color css
<style>
span { border-color: #1EC603; }
span { border-color: rgb(30,198,3); }
td.TdClassName
{
border-color: #1EC603;
}
.TagClassName
{
border-color: #1EC603;
}
</style>