Shades of Lime Green #1EC506
Tints of Lime Green #1EC506
RGB
CMYK
RGB Variations
Color information
#1EC506 (or 0x1EC506) is known color: Lime Green. HEX triplet: 1E, C5 and 06. RGB value is (30,197,6). Sum of RGB (Red+Green+Blue) = 30+197+6=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 197 (77.34% from 255 or 84.55% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC506 is #E13AF9. Grayscale: #7D7D7D. Windows color (decimal): -14760698 or 443678. OLE color: 443678.
HSL color Cylindrical-coordinate representation of color #1EC506: hue angle of 112.46º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1EC506 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.23 |
| HSL | 112.46º | 0.94% | 0.4% | - |
| HSV(B) | 112.46º | 0.97% | 0.77% | - |
| XYZ | 20.53 | 40.22 | 6.85 | - |
| YUV | 125.29 | 60.67 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 6 | 0.85 | 0 | 0.97 | 0.23 | 112.46 | 0.94 | 0.4 |
| Hex | 1E | C5 | 6 | 55 | 0 | 61 | 17 | 70 | 5E | 28 |
| Octal | 36 | 305 | 6 | 125 | 0 | 141 | 27 | 160 | 136 | 50 |
| Binary | 11110 | 11000101 | 110 | 1010101 | 0 | 1100001 | 10111 | 1110000 | 1011110 | 101000 |
Color Harmonies of #1EC506
Complementary color
Monochromatic Colors of #1EC506
Black with #1EC506
Text Example
Text Example
White with #1EC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC506; }
p { color: rgb(30,197,6); }
H1.HeaderClassName
{
color: #1EC506;
}
.AnyTagClassName
{
color: #1EC506;
}
</style>
background-color css
<style>
a { background-color: #1EC506; }
a { background-color: rgb(30,197,6); }
div.DivClassName
{
background-color: #1EC506;
}
.BgClassName
{
background-color: #1EC506;
}
</style>
border-color css
<style>
span { border-color: #1EC506; }
span { border-color: rgb(30,197,6); }
td.TdClassName
{
border-color: #1EC506;
}
.TagClassName
{
border-color: #1EC506;
}
</style>