Shades of Lime Green #1DB128
Tints of Lime Green #1DB128
RGB
CMYK
RGB Variations
Color information
#1DB128 (or 0x1DB128) is known color: Lime Green. HEX triplet: 1D, B1 and 28. RGB value is (29,177,40). Sum of RGB (Red+Green+Blue) = 29+177+40=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 177 (69.53% from 255 or 71.95% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB128 is #E24ED7. Grayscale: #757575. Windows color (decimal): -14831320 or 2666781. OLE color: 2666781.
HSL color Cylindrical-coordinate representation of color #1DB128: hue angle of 124.46º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB128 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 40 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.31 |
| HSL | 124.46º | 0.72% | 0.4% | - |
| HSV(B) | 124.46º | 0.84% | 0.69% | - |
| XYZ | 16.61 | 31.86 | 7.28 | - |
| YUV | 117.13 | 84.47 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 40 | 0.84 | 0 | 0.77 | 0.31 | 124.46 | 0.72 | 0.4 |
| Hex | 1D | B1 | 28 | 54 | 0 | 4D | 1F | 7C | 48 | 28 |
| Octal | 35 | 261 | 50 | 124 | 0 | 115 | 37 | 174 | 110 | 50 |
| Binary | 11101 | 10110001 | 101000 | 1010100 | 0 | 1001101 | 11111 | 1111100 | 1001000 | 101000 |
Color Harmonies of #1DB128
Complementary color
Monochromatic Colors of #1DB128
Black with #1DB128
Text Example
Text Example
White with #1DB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB128; }
p { color: rgb(29,177,40); }
H1.HeaderClassName
{
color: #1DB128;
}
.AnyTagClassName
{
color: #1DB128;
}
</style>
background-color css
<style>
a { background-color: #1DB128; }
a { background-color: rgb(29,177,40); }
div.DivClassName
{
background-color: #1DB128;
}
.BgClassName
{
background-color: #1DB128;
}
</style>
border-color css
<style>
span { border-color: #1DB128; }
span { border-color: rgb(29,177,40); }
td.TdClassName
{
border-color: #1DB128;
}
.TagClassName
{
border-color: #1DB128;
}
</style>