Shades of Lime Green #1DBC17
Tints of Lime Green #1DBC17
RGB
CMYK
RGB Variations
Color information
#1DBC17 (or 0x1DBC17) is known color: Lime Green. HEX triplet: 1D, BC and 17. RGB value is (29,188,23). Sum of RGB (Red+Green+Blue) = 29+188+23=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBC17 is #E243E8. Grayscale: #7A7A7A. Windows color (decimal): -14828521 or 1555485. OLE color: 1555485.
HSL color Cylindrical-coordinate representation of color #1DBC17: hue angle of 117.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBC17 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 23 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.26 |
| HSL | 117.82º | 0.78% | 0.41% | - |
| HSV(B) | 117.82º | 0.88% | 0.74% | - |
| XYZ | 18.64 | 36.29 | 6.83 | - |
| YUV | 121.65 | 72.32 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 23 | 0.85 | 0 | 0.88 | 0.26 | 117.82 | 0.78 | 0.41 |
| Hex | 1D | BC | 17 | 55 | 0 | 58 | 1A | 76 | 4E | 29 |
| Octal | 35 | 274 | 27 | 125 | 0 | 130 | 32 | 166 | 116 | 51 |
| Binary | 11101 | 10111100 | 10111 | 1010101 | 0 | 1011000 | 11010 | 1110110 | 1001110 | 101001 |
Color Harmonies of #1DBC17
Complementary color
Monochromatic Colors of #1DBC17
Black with #1DBC17
Text Example
Text Example
White with #1DBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC17; }
p { color: rgb(29,188,23); }
H1.HeaderClassName
{
color: #1DBC17;
}
.AnyTagClassName
{
color: #1DBC17;
}
</style>
background-color css
<style>
a { background-color: #1DBC17; }
a { background-color: rgb(29,188,23); }
div.DivClassName
{
background-color: #1DBC17;
}
.BgClassName
{
background-color: #1DBC17;
}
</style>
border-color css
<style>
span { border-color: #1DBC17; }
span { border-color: rgb(29,188,23); }
td.TdClassName
{
border-color: #1DBC17;
}
.TagClassName
{
border-color: #1DBC17;
}
</style>