Shades of Lime Green #1DB127
Tints of Lime Green #1DB127
RGB
CMYK
RGB Variations
Color information
#1DB127 (or 0x1DB127) is known color: Lime Green. HEX triplet: 1D, B1 and 27. RGB value is (29,177,39). Sum of RGB (Red+Green+Blue) = 29+177+39=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 177 (69.53% from 255 or 72.24% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB127 is #E24ED8. Grayscale: #757575. Windows color (decimal): -14831321 or 2601245. OLE color: 2601245.
HSL color Cylindrical-coordinate representation of color #1DB127: hue angle of 124.05º 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 #1DB127 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 39 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.31 |
| HSL | 124.05º | 0.72% | 0.4% | - |
| HSV(B) | 124.05º | 0.84% | 0.69% | - |
| XYZ | 16.6 | 31.85 | 7.19 | - |
| YUV | 117.02 | 83.97 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 39 | 0.84 | 0 | 0.78 | 0.31 | 124.05 | 0.72 | 0.4 |
| Hex | 1D | B1 | 27 | 54 | 0 | 4E | 1F | 7C | 48 | 28 |
| Octal | 35 | 261 | 47 | 124 | 0 | 116 | 37 | 174 | 110 | 50 |
| Binary | 11101 | 10110001 | 100111 | 1010100 | 0 | 1001110 | 11111 | 1111100 | 1001000 | 101000 |
Color Harmonies of #1DB127
Complementary color
Monochromatic Colors of #1DB127
Black with #1DB127
Text Example
Text Example
White with #1DB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB127; }
p { color: rgb(29,177,39); }
H1.HeaderClassName
{
color: #1DB127;
}
.AnyTagClassName
{
color: #1DB127;
}
</style>
background-color css
<style>
a { background-color: #1DB127; }
a { background-color: rgb(29,177,39); }
div.DivClassName
{
background-color: #1DB127;
}
.BgClassName
{
background-color: #1DB127;
}
</style>
border-color css
<style>
span { border-color: #1DB127; }
span { border-color: rgb(29,177,39); }
td.TdClassName
{
border-color: #1DB127;
}
.TagClassName
{
border-color: #1DB127;
}
</style>