Shades of Lime Green #1DC208
Tints of Lime Green #1DC208
RGB
CMYK
RGB Variations
Color information
#1DC208 (or 0x1DC208) is known color: Lime Green. HEX triplet: 1D, C2 and 08. RGB value is (29,194,8). Sum of RGB (Red+Green+Blue) = 29+194+8=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 194 (76.17% from 255 or 83.98% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC208 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC208 is #E23DF7. Grayscale: #7C7C7C. Windows color (decimal): -14827000 or 573981. OLE color: 573981.
HSL color Cylindrical-coordinate representation of color #1DC208: hue angle of 113.23º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DC208 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.24 |
| HSL | 113.23º | 0.92% | 0.4% | - |
| HSV(B) | 113.23º | 0.96% | 0.76% | - |
| XYZ | 19.84 | 38.86 | 6.69 | - |
| YUV | 123.46 | 62.84 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 8 | 0.85 | 0 | 0.96 | 0.24 | 113.23 | 0.92 | 0.4 |
| Hex | 1D | C2 | 8 | 55 | 0 | 60 | 18 | 71 | 5C | 28 |
| Octal | 35 | 302 | 10 | 125 | 0 | 140 | 30 | 161 | 134 | 50 |
| Binary | 11101 | 11000010 | 1000 | 1010101 | 0 | 1100000 | 11000 | 1110001 | 1011100 | 101000 |
Color Harmonies of #1DC208
Complementary color
Monochromatic Colors of #1DC208
Black with #1DC208
Text Example
Text Example
White with #1DC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC208; }
p { color: rgb(29,194,8); }
H1.HeaderClassName
{
color: #1DC208;
}
.AnyTagClassName
{
color: #1DC208;
}
</style>
background-color css
<style>
a { background-color: #1DC208; }
a { background-color: rgb(29,194,8); }
div.DivClassName
{
background-color: #1DC208;
}
.BgClassName
{
background-color: #1DC208;
}
</style>
border-color css
<style>
span { border-color: #1DC208; }
span { border-color: rgb(29,194,8); }
td.TdClassName
{
border-color: #1DC208;
}
.TagClassName
{
border-color: #1DC208;
}
</style>