Shades of Lime Green #1DBC10
Tints of Lime Green #1DBC10
RGB
CMYK
RGB Variations
Color information
#1DBC10 (or 0x1DBC10) is known color: Lime Green. HEX triplet: 1D, BC and 10. RGB value is (29,188,16). Sum of RGB (Red+Green+Blue) = 29+188+16=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBC10 is #E243EF. Grayscale: #797979. Windows color (decimal): -14828528 or 1096733. OLE color: 1096733.
HSL color Cylindrical-coordinate representation of color #1DBC10: hue angle of 115.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DBC10 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 16 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.26 |
| HSL | 115.47º | 0.84% | 0.4% | - |
| HSV(B) | 115.47º | 0.91% | 0.74% | - |
| XYZ | 18.58 | 36.27 | 6.51 | - |
| YUV | 120.85 | 68.82 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 16 | 0.85 | 0 | 0.91 | 0.26 | 115.47 | 0.84 | 0.4 |
| Hex | 1D | BC | 10 | 55 | 0 | 5B | 1A | 73 | 54 | 28 |
| Octal | 35 | 274 | 20 | 125 | 0 | 133 | 32 | 163 | 124 | 50 |
| Binary | 11101 | 10111100 | 10000 | 1010101 | 0 | 1011011 | 11010 | 1110011 | 1010100 | 101000 |
Color Harmonies of #1DBC10
Complementary color
Monochromatic Colors of #1DBC10
Black with #1DBC10
Text Example
Text Example
White with #1DBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC10; }
p { color: rgb(29,188,16); }
H1.HeaderClassName
{
color: #1DBC10;
}
.AnyTagClassName
{
color: #1DBC10;
}
</style>
background-color css
<style>
a { background-color: #1DBC10; }
a { background-color: rgb(29,188,16); }
div.DivClassName
{
background-color: #1DBC10;
}
.BgClassName
{
background-color: #1DBC10;
}
</style>
border-color css
<style>
span { border-color: #1DBC10; }
span { border-color: rgb(29,188,16); }
td.TdClassName
{
border-color: #1DBC10;
}
.TagClassName
{
border-color: #1DBC10;
}
</style>