Shades of Lime Green #1DC605
Tints of Lime Green #1DC605
RGB
CMYK
RGB Variations
Color information
#1DC605 (or 0x1DC605) is known color: Lime Green. HEX triplet: 1D, C6 and 05. RGB value is (29,198,5). Sum of RGB (Red+Green+Blue) = 29+198+5=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 198 (77.73% from 255 or 85.34% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC605 is #E239FA. Grayscale: #7E7E7E. Windows color (decimal): -14825979 or 378397. OLE color: 378397.
HSL color Cylindrical-coordinate representation of color #1DC605: hue angle of 112.54º degrees, saturation: 0.95, 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 #1DC605 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 198 | 5 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.22 |
| HSL | 112.54º | 0.95% | 0.4% | - |
| HSV(B) | 112.54º | 0.97% | 0.78% | - |
| XYZ | 20.73 | 40.66 | 6.9 | - |
| YUV | 125.47 | 60.01 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 198 | 5 | 0.85 | 0 | 0.97 | 0.22 | 112.54 | 0.95 | 0.4 |
| Hex | 1D | C6 | 5 | 55 | 0 | 61 | 16 | 71 | 5F | 28 |
| Octal | 35 | 306 | 5 | 125 | 0 | 141 | 26 | 161 | 137 | 50 |
| Binary | 11101 | 11000110 | 101 | 1010101 | 0 | 1100001 | 10110 | 1110001 | 1011111 | 101000 |
Color Harmonies of #1DC605
Complementary color
Monochromatic Colors of #1DC605
Black with #1DC605
Text Example
Text Example
White with #1DC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC605; }
p { color: rgb(29,198,5); }
H1.HeaderClassName
{
color: #1DC605;
}
.AnyTagClassName
{
color: #1DC605;
}
</style>
background-color css
<style>
a { background-color: #1DC605; }
a { background-color: rgb(29,198,5); }
div.DivClassName
{
background-color: #1DC605;
}
.BgClassName
{
background-color: #1DC605;
}
</style>
border-color css
<style>
span { border-color: #1DC605; }
span { border-color: rgb(29,198,5); }
td.TdClassName
{
border-color: #1DC605;
}
.TagClassName
{
border-color: #1DC605;
}
</style>