Shades of Lime Green #1EC906
Tints of Lime Green #1EC906
RGB
CMYK
RGB Variations
Color information
#1EC906 (or 0x1EC906) is known color: Lime Green. HEX triplet: 1E, C9 and 06. RGB value is (30,201,6). Sum of RGB (Red+Green+Blue) = 30+201+6=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 201 (78.91% from 255 or 84.81% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC906 is #E136F9. Grayscale: #808080. Windows color (decimal): -14759674 or 444702. OLE color: 444702.
HSL color Cylindrical-coordinate representation of color #1EC906: hue angle of 112.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1EC906 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.21 |
| HSL | 112.62º | 0.94% | 0.41% | - |
| HSV(B) | 112.62º | 0.97% | 0.79% | - |
| XYZ | 21.45 | 42.06 | 7.16 | - |
| YUV | 127.64 | 59.35 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 6 | 0.85 | 0 | 0.97 | 0.21 | 112.62 | 0.94 | 0.41 |
| Hex | 1E | C9 | 6 | 55 | 0 | 61 | 15 | 71 | 5E | 29 |
| Octal | 36 | 311 | 6 | 125 | 0 | 141 | 25 | 161 | 136 | 51 |
| Binary | 11110 | 11001001 | 110 | 1010101 | 0 | 1100001 | 10101 | 1110001 | 1011110 | 101001 |
Color Harmonies of #1EC906
Complementary color
Monochromatic Colors of #1EC906
Black with #1EC906
Text Example
Text Example
White with #1EC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC906; }
p { color: rgb(30,201,6); }
H1.HeaderClassName
{
color: #1EC906;
}
.AnyTagClassName
{
color: #1EC906;
}
</style>
background-color css
<style>
a { background-color: #1EC906; }
a { background-color: rgb(30,201,6); }
div.DivClassName
{
background-color: #1EC906;
}
.BgClassName
{
background-color: #1EC906;
}
</style>
border-color css
<style>
span { border-color: #1EC906; }
span { border-color: rgb(30,201,6); }
td.TdClassName
{
border-color: #1EC906;
}
.TagClassName
{
border-color: #1EC906;
}
</style>