Shades of Lime Green #1DC608
Tints of Lime Green #1DC608
RGB
CMYK
RGB Variations
Color information
#1DC608 (or 0x1DC608) is known color: Lime Green. HEX triplet: 1D, C6 and 08. RGB value is (29,198,8). Sum of RGB (Red+Green+Blue) = 29+198+8=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 198 (77.73% from 255 or 84.26% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC608 is #E239F7. Grayscale: #7E7E7E. Windows color (decimal): -14825976 or 575005. OLE color: 575005.
HSL color Cylindrical-coordinate representation of color #1DC608: hue angle of 113.37º degrees, saturation: 0.92, 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 #1DC608 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 198 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.22 |
| HSL | 113.37º | 0.92% | 0.4% | - |
| HSV(B) | 113.37º | 0.96% | 0.78% | - |
| XYZ | 20.74 | 40.67 | 6.99 | - |
| YUV | 125.81 | 61.51 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 198 | 8 | 0.85 | 0 | 0.96 | 0.22 | 113.37 | 0.92 | 0.4 |
| Hex | 1D | C6 | 8 | 55 | 0 | 60 | 16 | 71 | 5C | 28 |
| Octal | 35 | 306 | 10 | 125 | 0 | 140 | 26 | 161 | 134 | 50 |
| Binary | 11101 | 11000110 | 1000 | 1010101 | 0 | 1100000 | 10110 | 1110001 | 1011100 | 101000 |
Color Harmonies of #1DC608
Complementary color
Monochromatic Colors of #1DC608
Black with #1DC608
Text Example
Text Example
White with #1DC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC608; }
p { color: rgb(29,198,8); }
H1.HeaderClassName
{
color: #1DC608;
}
.AnyTagClassName
{
color: #1DC608;
}
</style>
background-color css
<style>
a { background-color: #1DC608; }
a { background-color: rgb(29,198,8); }
div.DivClassName
{
background-color: #1DC608;
}
.BgClassName
{
background-color: #1DC608;
}
</style>
border-color css
<style>
span { border-color: #1DC608; }
span { border-color: rgb(29,198,8); }
td.TdClassName
{
border-color: #1DC608;
}
.TagClassName
{
border-color: #1DC608;
}
</style>