Shades of Lime Green #1DC707
Tints of Lime Green #1DC707
RGB
CMYK
RGB Variations
Color information
#1DC707 (or 0x1DC707) is known color: Lime Green. HEX triplet: 1D, C7 and 07. RGB value is (29,199,7). Sum of RGB (Red+Green+Blue) = 29+199+7=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 199 (78.12% from 255 or 84.68% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC707 is #E238F8. Grayscale: #7E7E7E. Windows color (decimal): -14825721 or 509725. OLE color: 509725.
HSL color Cylindrical-coordinate representation of color #1DC707: hue angle of 113.12º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DC707 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 7 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.22 |
| HSL | 113.13º | 0.93% | 0.4% | - |
| HSV(B) | 113.13º | 0.96% | 0.78% | - |
| XYZ | 20.97 | 41.12 | 7.03 | - |
| YUV | 126.28 | 60.68 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 7 | 0.85 | 0 | 0.96 | 0.22 | 113.13 | 0.93 | 0.4 |
| Hex | 1D | C7 | 7 | 55 | 0 | 60 | 16 | 71 | 5D | 28 |
| Octal | 35 | 307 | 7 | 125 | 0 | 140 | 26 | 161 | 135 | 50 |
| Binary | 11101 | 11000111 | 111 | 1010101 | 0 | 1100000 | 10110 | 1110001 | 1011101 | 101000 |
Color Harmonies of #1DC707
Complementary color
Monochromatic Colors of #1DC707
Black with #1DC707
Text Example
Text Example
White with #1DC707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC707; }
p { color: rgb(29,199,7); }
H1.HeaderClassName
{
color: #1DC707;
}
.AnyTagClassName
{
color: #1DC707;
}
</style>
background-color css
<style>
a { background-color: #1DC707; }
a { background-color: rgb(29,199,7); }
div.DivClassName
{
background-color: #1DC707;
}
.BgClassName
{
background-color: #1DC707;
}
</style>
border-color css
<style>
span { border-color: #1DC707; }
span { border-color: rgb(29,199,7); }
td.TdClassName
{
border-color: #1DC707;
}
.TagClassName
{
border-color: #1DC707;
}
</style>