Shades of Lime Green #1DB229
Tints of Lime Green #1DB229
RGB
CMYK
RGB Variations
Color information
#1DB229 (or 0x1DB229) is known color: Lime Green. HEX triplet: 1D, B2 and 29. RGB value is (29,178,41). Sum of RGB (Red+Green+Blue) = 29+178+41=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 178 (69.92% from 255 or 71.77% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB229 is #E24DD6. Grayscale: #767676. Windows color (decimal): -14831063 or 2732573. OLE color: 2732573.
HSL color Cylindrical-coordinate representation of color #1DB229: hue angle of 124.83º 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 #1DB229 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 41 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.30 |
| HSL | 124.83º | 0.72% | 0.41% | - |
| HSV(B) | 124.83º | 0.84% | 0.7% | - |
| XYZ | 16.83 | 32.26 | 7.44 | - |
| YUV | 117.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 41 | 0.84 | 0 | 0.77 | 0.30 | 124.83 | 0.72 | 0.41 |
| Hex | 1D | B2 | 29 | 54 | 0 | 4D | 1E | 7D | 48 | 29 |
| Octal | 35 | 262 | 51 | 124 | 0 | 115 | 36 | 175 | 110 | 51 |
| Binary | 11101 | 10110010 | 101001 | 1010100 | 0 | 1001101 | 11110 | 1111101 | 1001000 | 101001 |
Color Harmonies of #1DB229
Complementary color
Monochromatic Colors of #1DB229
Black with #1DB229
Text Example
Text Example
White with #1DB229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB229; }
p { color: rgb(29,178,41); }
H1.HeaderClassName
{
color: #1DB229;
}
.AnyTagClassName
{
color: #1DB229;
}
</style>
background-color css
<style>
a { background-color: #1DB229; }
a { background-color: rgb(29,178,41); }
div.DivClassName
{
background-color: #1DB229;
}
.BgClassName
{
background-color: #1DB229;
}
</style>
border-color css
<style>
span { border-color: #1DB229; }
span { border-color: rgb(29,178,41); }
td.TdClassName
{
border-color: #1DB229;
}
.TagClassName
{
border-color: #1DB229;
}
</style>