Shades of Lime Green #1EC306
Tints of Lime Green #1EC306
RGB
CMYK
RGB Variations
Color information
#1EC306 (or 0x1EC306) is known color: Lime Green. HEX triplet: 1E, C3 and 06. RGB value is (30,195,6). Sum of RGB (Red+Green+Blue) = 30+195+6=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 195 (76.56% from 255 or 84.42% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC306 is #E13CF9. Grayscale: #7C7C7C. Windows color (decimal): -14761210 or 443166. OLE color: 443166.
HSL color Cylindrical-coordinate representation of color #1EC306: hue angle of 112.38º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1EC306 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.24 |
| HSL | 112.38º | 0.94% | 0.39% | - |
| HSV(B) | 112.38º | 0.97% | 0.76% | - |
| XYZ | 20.08 | 39.32 | 6.7 | - |
| YUV | 124.12 | 61.34 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 6 | 0.85 | 0 | 0.97 | 0.24 | 112.38 | 0.94 | 0.39 |
| Hex | 1E | C3 | 6 | 55 | 0 | 61 | 18 | 70 | 5E | 27 |
| Octal | 36 | 303 | 6 | 125 | 0 | 141 | 30 | 160 | 136 | 47 |
| Binary | 11110 | 11000011 | 110 | 1010101 | 0 | 1100001 | 11000 | 1110000 | 1011110 | 100111 |
Color Harmonies of #1EC306
Complementary color
Monochromatic Colors of #1EC306
Black with #1EC306
Text Example
Text Example
White with #1EC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC306; }
p { color: rgb(30,195,6); }
H1.HeaderClassName
{
color: #1EC306;
}
.AnyTagClassName
{
color: #1EC306;
}
</style>
background-color css
<style>
a { background-color: #1EC306; }
a { background-color: rgb(30,195,6); }
div.DivClassName
{
background-color: #1EC306;
}
.BgClassName
{
background-color: #1EC306;
}
</style>
border-color css
<style>
span { border-color: #1EC306; }
span { border-color: rgb(30,195,6); }
td.TdClassName
{
border-color: #1EC306;
}
.TagClassName
{
border-color: #1EC306;
}
</style>