Shades of Lime Green #1DB12E
Tints of Lime Green #1DB12E
RGB
CMYK
RGB Variations
Color information
#1DB12E (or 0x1DB12E) is known color: Lime Green. HEX triplet: 1D, B1 and 2E. RGB value is (29,177,46). Sum of RGB (Red+Green+Blue) = 29+177+46=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 177 (69.53% from 255 or 70.24% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB12E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB12E is #E24ED1. Grayscale: #767676. Windows color (decimal): -14831314 or 3059997. OLE color: 3059997.
HSL color Cylindrical-coordinate representation of color #1DB12E: hue angle of 126.89º 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 #1DB12E is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 46 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.31 |
| HSL | 126.89º | 0.72% | 0.4% | - |
| HSV(B) | 126.89º | 0.84% | 0.69% | - |
| XYZ | 16.72 | 31.9 | 7.86 | - |
| YUV | 117.81 | 87.47 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 46 | 0.84 | 0 | 0.74 | 0.31 | 126.89 | 0.72 | 0.4 |
| Hex | 1D | B1 | 2E | 54 | 0 | 4A | 1F | 7F | 48 | 28 |
| Octal | 35 | 261 | 56 | 124 | 0 | 112 | 37 | 177 | 110 | 50 |
| Binary | 11101 | 10110001 | 101110 | 1010100 | 0 | 1001010 | 11111 | 1111111 | 1001000 | 101000 |
Color Harmonies of #1DB12E
Complementary color
Monochromatic Colors of #1DB12E
Black with #1DB12E
Text Example
Text Example
White with #1DB12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB12E; }
p { color: rgb(29,177,46); }
H1.HeaderClassName
{
color: #1DB12E;
}
.AnyTagClassName
{
color: #1DB12E;
}
</style>
background-color css
<style>
a { background-color: #1DB12E; }
a { background-color: rgb(29,177,46); }
div.DivClassName
{
background-color: #1DB12E;
}
.BgClassName
{
background-color: #1DB12E;
}
</style>
border-color css
<style>
span { border-color: #1DB12E; }
span { border-color: rgb(29,177,46); }
td.TdClassName
{
border-color: #1DB12E;
}
.TagClassName
{
border-color: #1DB12E;
}
</style>