Shades of Lime Green #1DB729
Tints of Lime Green #1DB729
RGB
CMYK
RGB Variations
Color information
#1DB729 (or 0x1DB729) is known color: Lime Green. HEX triplet: 1D, B7 and 29. RGB value is (29,183,41). Sum of RGB (Red+Green+Blue) = 29+183+41=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 183 (71.88% from 255 or 72.33% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB729 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB729 is #E248D6. Grayscale: #797979. Windows color (decimal): -14829783 or 2733853. OLE color: 2733853.
HSL color Cylindrical-coordinate representation of color #1DB729: hue angle of 124.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB729 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 41 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.28 |
| HSL | 124.68º | 0.73% | 0.42% | - |
| HSV(B) | 124.68º | 0.84% | 0.72% | - |
| XYZ | 17.84 | 34.29 | 7.78 | - |
| YUV | 120.77 | 82.98 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 41 | 0.84 | 0 | 0.78 | 0.28 | 124.68 | 0.73 | 0.42 |
| Hex | 1D | B7 | 29 | 54 | 0 | 4E | 1C | 7D | 49 | 2A |
| Octal | 35 | 267 | 51 | 124 | 0 | 116 | 34 | 175 | 111 | 52 |
| Binary | 11101 | 10110111 | 101001 | 1010100 | 0 | 1001110 | 11100 | 1111101 | 1001001 | 101010 |
Color Harmonies of #1DB729
Complementary color
Monochromatic Colors of #1DB729
Black with #1DB729
Text Example
Text Example
White with #1DB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB729; }
p { color: rgb(29,183,41); }
H1.HeaderClassName
{
color: #1DB729;
}
.AnyTagClassName
{
color: #1DB729;
}
</style>
background-color css
<style>
a { background-color: #1DB729; }
a { background-color: rgb(29,183,41); }
div.DivClassName
{
background-color: #1DB729;
}
.BgClassName
{
background-color: #1DB729;
}
</style>
border-color css
<style>
span { border-color: #1DB729; }
span { border-color: rgb(29,183,41); }
td.TdClassName
{
border-color: #1DB729;
}
.TagClassName
{
border-color: #1DB729;
}
</style>