Shades of Lime Green #1DC706
Tints of Lime Green #1DC706
RGB
CMYK
RGB Variations
Color information
#1DC706 (or 0x1DC706) is known color: Lime Green. HEX triplet: 1D, C7 and 06. RGB value is (29,199,6). Sum of RGB (Red+Green+Blue) = 29+199+6=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 199 (78.12% from 255 or 85.04% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC706 is #E238F9. Grayscale: #7E7E7E. Windows color (decimal): -14825722 or 444189. OLE color: 444189.
HSL color Cylindrical-coordinate representation of color #1DC706: hue angle of 112.85º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DC706 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.22 |
| HSL | 112.85º | 0.94% | 0.4% | - |
| HSV(B) | 112.85º | 0.97% | 0.78% | - |
| XYZ | 20.96 | 41.12 | 7 | - |
| YUV | 126.17 | 60.18 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 6 | 0.85 | 0 | 0.97 | 0.22 | 112.85 | 0.94 | 0.4 |
| Hex | 1D | C7 | 6 | 55 | 0 | 61 | 16 | 71 | 5E | 28 |
| Octal | 35 | 307 | 6 | 125 | 0 | 141 | 26 | 161 | 136 | 50 |
| Binary | 11101 | 11000111 | 110 | 1010101 | 0 | 1100001 | 10110 | 1110001 | 1011110 | 101000 |
Color Harmonies of #1DC706
Complementary color
Monochromatic Colors of #1DC706
Black with #1DC706
Text Example
Text Example
White with #1DC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC706; }
p { color: rgb(29,199,6); }
H1.HeaderClassName
{
color: #1DC706;
}
.AnyTagClassName
{
color: #1DC706;
}
</style>
background-color css
<style>
a { background-color: #1DC706; }
a { background-color: rgb(29,199,6); }
div.DivClassName
{
background-color: #1DC706;
}
.BgClassName
{
background-color: #1DC706;
}
</style>
border-color css
<style>
span { border-color: #1DC706; }
span { border-color: rgb(29,199,6); }
td.TdClassName
{
border-color: #1DC706;
}
.TagClassName
{
border-color: #1DC706;
}
</style>