Shades of Lime Green #1DBB17
Tints of Lime Green #1DBB17
RGB
CMYK
RGB Variations
Color information
#1DBB17 (or 0x1DBB17) is known color: Lime Green. HEX triplet: 1D, BB and 17. RGB value is (29,187,23). Sum of RGB (Red+Green+Blue) = 29+187+23=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 187 (73.44% from 255 or 78.24% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBB17 is #E244E8. Grayscale: #797979. Windows color (decimal): -14828777 or 1555229. OLE color: 1555229.
HSL color Cylindrical-coordinate representation of color #1DBB17: hue angle of 117.8º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBB17 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 23 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.27 |
| HSL | 117.8º | 0.78% | 0.41% | - |
| HSV(B) | 117.8º | 0.88% | 0.73% | - |
| XYZ | 18.43 | 35.86 | 6.76 | - |
| YUV | 121.06 | 72.65 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 23 | 0.84 | 0 | 0.88 | 0.27 | 117.8 | 0.78 | 0.41 |
| Hex | 1D | BB | 17 | 54 | 0 | 58 | 1B | 76 | 4E | 29 |
| Octal | 35 | 273 | 27 | 124 | 0 | 130 | 33 | 166 | 116 | 51 |
| Binary | 11101 | 10111011 | 10111 | 1010100 | 0 | 1011000 | 11011 | 1110110 | 1001110 | 101001 |
Color Harmonies of #1DBB17
Complementary color
Monochromatic Colors of #1DBB17
Black with #1DBB17
Text Example
Text Example
White with #1DBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB17; }
p { color: rgb(29,187,23); }
H1.HeaderClassName
{
color: #1DBB17;
}
.AnyTagClassName
{
color: #1DBB17;
}
</style>
background-color css
<style>
a { background-color: #1DBB17; }
a { background-color: rgb(29,187,23); }
div.DivClassName
{
background-color: #1DBB17;
}
.BgClassName
{
background-color: #1DBB17;
}
</style>
border-color css
<style>
span { border-color: #1DBB17; }
span { border-color: rgb(29,187,23); }
td.TdClassName
{
border-color: #1DBB17;
}
.TagClassName
{
border-color: #1DBB17;
}
</style>