Shades of Lime Green #1DBB29
Tints of Lime Green #1DBB29
RGB
CMYK
RGB Variations
Color information
#1DBB29 (or 0x1DBB29) is known color: Lime Green. HEX triplet: 1D, BB and 29. RGB value is (29,187,41). Sum of RGB (Red+Green+Blue) = 29+187+41=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 187 (73.44% from 255 or 72.76% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB29 is #E244D6. Grayscale: #7B7B7B. Windows color (decimal): -14828759 or 2734877. OLE color: 2734877.
HSL color Cylindrical-coordinate representation of color #1DBB29: hue angle of 124.56º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB29 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 41 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.27 |
| HSL | 124.56º | 0.73% | 0.42% | - |
| HSV(B) | 124.56º | 0.84% | 0.73% | - |
| XYZ | 18.68 | 35.96 | 8.05 | - |
| YUV | 123.11 | 81.65 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 41 | 0.84 | 0 | 0.78 | 0.27 | 124.56 | 0.73 | 0.42 |
| Hex | 1D | BB | 29 | 54 | 0 | 4E | 1B | 7D | 49 | 2A |
| Octal | 35 | 273 | 51 | 124 | 0 | 116 | 33 | 175 | 111 | 52 |
| Binary | 11101 | 10111011 | 101001 | 1010100 | 0 | 1001110 | 11011 | 1111101 | 1001001 | 101010 |
Color Harmonies of #1DBB29
Complementary color
Monochromatic Colors of #1DBB29
Black with #1DBB29
Text Example
Text Example
White with #1DBB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB29; }
p { color: rgb(29,187,41); }
H1.HeaderClassName
{
color: #1DBB29;
}
.AnyTagClassName
{
color: #1DBB29;
}
</style>
background-color css
<style>
a { background-color: #1DBB29; }
a { background-color: rgb(29,187,41); }
div.DivClassName
{
background-color: #1DBB29;
}
.BgClassName
{
background-color: #1DBB29;
}
</style>
border-color css
<style>
span { border-color: #1DBB29; }
span { border-color: rgb(29,187,41); }
td.TdClassName
{
border-color: #1DBB29;
}
.TagClassName
{
border-color: #1DBB29;
}
</style>