Shades of Lime Green #1DC708
Tints of Lime Green #1DC708
RGB
CMYK
RGB Variations
Color information
#1DC708 (or 0x1DC708) is known color: Lime Green. HEX triplet: 1D, C7 and 08. RGB value is (29,199,8). Sum of RGB (Red+Green+Blue) = 29+199+8=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 199 (78.12% from 255 or 84.32% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC708 is #E238F7. Grayscale: #7E7E7E. Windows color (decimal): -14825720 or 575261. OLE color: 575261.
HSL color Cylindrical-coordinate representation of color #1DC708: hue angle of 113.4º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DC708 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.22 |
| HSL | 113.4º | 0.92% | 0.41% | - |
| HSV(B) | 113.4º | 0.96% | 0.78% | - |
| XYZ | 20.97 | 41.13 | 7.06 | - |
| YUV | 126.4 | 61.18 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 8 | 0.85 | 0 | 0.96 | 0.22 | 113.4 | 0.92 | 0.41 |
| Hex | 1D | C7 | 8 | 55 | 0 | 60 | 16 | 71 | 5C | 29 |
| Octal | 35 | 307 | 10 | 125 | 0 | 140 | 26 | 161 | 134 | 51 |
| Binary | 11101 | 11000111 | 1000 | 1010101 | 0 | 1100000 | 10110 | 1110001 | 1011100 | 101001 |
Color Harmonies of #1DC708
Complementary color
Monochromatic Colors of #1DC708
Black with #1DC708
Text Example
Text Example
White with #1DC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC708; }
p { color: rgb(29,199,8); }
H1.HeaderClassName
{
color: #1DC708;
}
.AnyTagClassName
{
color: #1DC708;
}
</style>
background-color css
<style>
a { background-color: #1DC708; }
a { background-color: rgb(29,199,8); }
div.DivClassName
{
background-color: #1DC708;
}
.BgClassName
{
background-color: #1DC708;
}
</style>
border-color css
<style>
span { border-color: #1DC708; }
span { border-color: rgb(29,199,8); }
td.TdClassName
{
border-color: #1DC708;
}
.TagClassName
{
border-color: #1DC708;
}
</style>