Shades of Lime Green #1DC406
Tints of Lime Green #1DC406
RGB
CMYK
RGB Variations
Color information
#1DC406 (or 0x1DC406) is known color: Lime Green. HEX triplet: 1D, C4 and 06. RGB value is (29,196,6). Sum of RGB (Red+Green+Blue) = 29+196+6=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 196 (76.95% from 255 or 84.85% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC406 is #E23BF9. Grayscale: #7D7D7D. Windows color (decimal): -14826490 or 443421. OLE color: 443421.
HSL color Cylindrical-coordinate representation of color #1DC406: hue angle of 112.74º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DC406 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.23 |
| HSL | 112.74º | 0.94% | 0.4% | - |
| HSV(B) | 112.74º | 0.97% | 0.77% | - |
| XYZ | 20.28 | 39.75 | 6.78 | - |
| YUV | 124.41 | 61.17 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 6 | 0.85 | 0 | 0.97 | 0.23 | 112.74 | 0.94 | 0.4 |
| Hex | 1D | C4 | 6 | 55 | 0 | 61 | 17 | 71 | 5E | 28 |
| Octal | 35 | 304 | 6 | 125 | 0 | 141 | 27 | 161 | 136 | 50 |
| Binary | 11101 | 11000100 | 110 | 1010101 | 0 | 1100001 | 10111 | 1110001 | 1011110 | 101000 |
Color Harmonies of #1DC406
Complementary color
Monochromatic Colors of #1DC406
Black with #1DC406
Text Example
Text Example
White with #1DC406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC406; }
p { color: rgb(29,196,6); }
H1.HeaderClassName
{
color: #1DC406;
}
.AnyTagClassName
{
color: #1DC406;
}
</style>
background-color css
<style>
a { background-color: #1DC406; }
a { background-color: rgb(29,196,6); }
div.DivClassName
{
background-color: #1DC406;
}
.BgClassName
{
background-color: #1DC406;
}
</style>
border-color css
<style>
span { border-color: #1DC406; }
span { border-color: rgb(29,196,6); }
td.TdClassName
{
border-color: #1DC406;
}
.TagClassName
{
border-color: #1DC406;
}
</style>