Shades of Lime Green #1DB329
Tints of Lime Green #1DB329
RGB
CMYK
RGB Variations
Color information
#1DB329 (or 0x1DB329) is known color: Lime Green. HEX triplet: 1D, B3 and 29. RGB value is (29,179,41). Sum of RGB (Red+Green+Blue) = 29+179+41=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 179 (70.31% from 255 or 71.89% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB329 is #E24CD6. Grayscale: #767676. Windows color (decimal): -14830807 or 2732829. OLE color: 2732829.
HSL color Cylindrical-coordinate representation of color #1DB329: hue angle of 124.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB329 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 41 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.30 |
| HSL | 124.8º | 0.72% | 0.41% | - |
| HSV(B) | 124.8º | 0.84% | 0.7% | - |
| XYZ | 17.03 | 32.66 | 7.5 | - |
| YUV | 118.42 | 84.31 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 41 | 0.84 | 0 | 0.77 | 0.30 | 124.8 | 0.72 | 0.41 |
| Hex | 1D | B3 | 29 | 54 | 0 | 4D | 1E | 7D | 48 | 29 |
| Octal | 35 | 263 | 51 | 124 | 0 | 115 | 36 | 175 | 110 | 51 |
| Binary | 11101 | 10110011 | 101001 | 1010100 | 0 | 1001101 | 11110 | 1111101 | 1001000 | 101001 |
Color Harmonies of #1DB329
Complementary color
Monochromatic Colors of #1DB329
Black with #1DB329
Text Example
Text Example
White with #1DB329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB329; }
p { color: rgb(29,179,41); }
H1.HeaderClassName
{
color: #1DB329;
}
.AnyTagClassName
{
color: #1DB329;
}
</style>
background-color css
<style>
a { background-color: #1DB329; }
a { background-color: rgb(29,179,41); }
div.DivClassName
{
background-color: #1DB329;
}
.BgClassName
{
background-color: #1DB329;
}
</style>
border-color css
<style>
span { border-color: #1DB329; }
span { border-color: rgb(29,179,41); }
td.TdClassName
{
border-color: #1DB329;
}
.TagClassName
{
border-color: #1DB329;
}
</style>