Shades of Lime Green #1DBB11
Tints of Lime Green #1DBB11
RGB
CMYK
RGB Variations
Color information
#1DBB11 (or 0x1DBB11) is known color: Lime Green. HEX triplet: 1D, BB and 11. RGB value is (29,187,17). Sum of RGB (Red+Green+Blue) = 29+187+17=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 187 (73.44% from 255 or 80.26% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBB11 is #E244EE. Grayscale: #787878. Windows color (decimal): -14828783 or 1162013. OLE color: 1162013.
HSL color Cylindrical-coordinate representation of color #1DBB11: hue angle of 115.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DBB11 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 17 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.27 |
| HSL | 115.76º | 0.83% | 0.4% | - |
| HSV(B) | 115.76º | 0.91% | 0.73% | - |
| XYZ | 18.38 | 35.84 | 6.48 | - |
| YUV | 120.38 | 69.65 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 17 | 0.84 | 0 | 0.91 | 0.27 | 115.76 | 0.83 | 0.4 |
| Hex | 1D | BB | 11 | 54 | 0 | 5B | 1B | 74 | 53 | 28 |
| Octal | 35 | 273 | 21 | 124 | 0 | 133 | 33 | 164 | 123 | 50 |
| Binary | 11101 | 10111011 | 10001 | 1010100 | 0 | 1011011 | 11011 | 1110100 | 1010011 | 101000 |
Color Harmonies of #1DBB11
Complementary color
Monochromatic Colors of #1DBB11
Black with #1DBB11
Text Example
Text Example
White with #1DBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB11; }
p { color: rgb(29,187,17); }
H1.HeaderClassName
{
color: #1DBB11;
}
.AnyTagClassName
{
color: #1DBB11;
}
</style>
background-color css
<style>
a { background-color: #1DBB11; }
a { background-color: rgb(29,187,17); }
div.DivClassName
{
background-color: #1DBB11;
}
.BgClassName
{
background-color: #1DBB11;
}
</style>
border-color css
<style>
span { border-color: #1DBB11; }
span { border-color: rgb(29,187,17); }
td.TdClassName
{
border-color: #1DBB11;
}
.TagClassName
{
border-color: #1DBB11;
}
</style>