Shades of Lime Green #1ECD06
Tints of Lime Green #1ECD06
RGB
CMYK
RGB Variations
Color information
#1ECD06 (or 0x1ECD06) is known color: Lime Green. HEX triplet: 1E, CD and 06. RGB value is (30,205,6). Sum of RGB (Red+Green+Blue) = 30+205+6=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 205 (80.47% from 255 or 85.06% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECD06 is #E132F9. Grayscale: #828282. Windows color (decimal): -14758650 or 445726. OLE color: 445726.
HSL color Cylindrical-coordinate representation of color #1ECD06: hue angle of 112.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ECD06 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.20 |
| HSL | 112.76º | 0.94% | 0.41% | - |
| HSV(B) | 112.76º | 0.97% | 0.8% | - |
| XYZ | 22.4 | 43.95 | 7.48 | - |
| YUV | 129.99 | 58.02 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 6 | 0.85 | 0 | 0.97 | 0.20 | 112.76 | 0.94 | 0.41 |
| Hex | 1E | CD | 6 | 55 | 0 | 61 | 14 | 71 | 5E | 29 |
| Octal | 36 | 315 | 6 | 125 | 0 | 141 | 24 | 161 | 136 | 51 |
| Binary | 11110 | 11001101 | 110 | 1010101 | 0 | 1100001 | 10100 | 1110001 | 1011110 | 101001 |
Color Harmonies of #1ECD06
Complementary color
Monochromatic Colors of #1ECD06
Black with #1ECD06
Text Example
Text Example
White with #1ECD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD06; }
p { color: rgb(30,205,6); }
H1.HeaderClassName
{
color: #1ECD06;
}
.AnyTagClassName
{
color: #1ECD06;
}
</style>
background-color css
<style>
a { background-color: #1ECD06; }
a { background-color: rgb(30,205,6); }
div.DivClassName
{
background-color: #1ECD06;
}
.BgClassName
{
background-color: #1ECD06;
}
</style>
border-color css
<style>
span { border-color: #1ECD06; }
span { border-color: rgb(30,205,6); }
td.TdClassName
{
border-color: #1ECD06;
}
.TagClassName
{
border-color: #1ECD06;
}
</style>