Shades of Lime Green #1DC709
Tints of Lime Green #1DC709
RGB
CMYK
RGB Variations
Color information
#1DC709 (or 0x1DC709) is known color: Lime Green. HEX triplet: 1D, C7 and 09. RGB value is (29,199,9). Sum of RGB (Red+Green+Blue) = 29+199+9=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 199 (78.12% from 255 or 83.97% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC709 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC709 is #E238F6. Grayscale: #7F7F7F. Windows color (decimal): -14825719 or 640797. OLE color: 640797.
HSL color Cylindrical-coordinate representation of color #1DC709: hue angle of 113.68º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DC709 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 9 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.22 |
| HSL | 113.68º | 0.91% | 0.41% | - |
| HSV(B) | 113.68º | 0.95% | 0.78% | - |
| XYZ | 20.98 | 41.13 | 7.09 | - |
| YUV | 126.51 | 61.68 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 9 | 0.85 | 0 | 0.95 | 0.22 | 113.68 | 0.91 | 0.41 |
| Hex | 1D | C7 | 9 | 55 | 0 | 5F | 16 | 72 | 5B | 29 |
| Octal | 35 | 307 | 11 | 125 | 0 | 137 | 26 | 162 | 133 | 51 |
| Binary | 11101 | 11000111 | 1001 | 1010101 | 0 | 1011111 | 10110 | 1110010 | 1011011 | 101001 |
Color Harmonies of #1DC709
Complementary color
Monochromatic Colors of #1DC709
Black with #1DC709
Text Example
Text Example
White with #1DC709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC709; }
p { color: rgb(29,199,9); }
H1.HeaderClassName
{
color: #1DC709;
}
.AnyTagClassName
{
color: #1DC709;
}
</style>
background-color css
<style>
a { background-color: #1DC709; }
a { background-color: rgb(29,199,9); }
div.DivClassName
{
background-color: #1DC709;
}
.BgClassName
{
background-color: #1DC709;
}
</style>
border-color css
<style>
span { border-color: #1DC709; }
span { border-color: rgb(29,199,9); }
td.TdClassName
{
border-color: #1DC709;
}
.TagClassName
{
border-color: #1DC709;
}
</style>