Shades of Lime Green #1DBA1D
Tints of Lime Green #1DBA1D
RGB
CMYK
RGB Variations
Color information
#1DBA1D (or 0x1DBA1D) is known color: Lime Green. HEX triplet: 1D, BA and 1D. RGB value is (29,186,29). Sum of RGB (Red+Green+Blue) = 29+186+29=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 186 (73.05% from 255 or 76.23% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA1D is #E245E2. Grayscale: #797979. Windows color (decimal): -14829027 or 1948189. OLE color: 1948189.
HSL color Cylindrical-coordinate representation of color #1DBA1D: hue angle of 120º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBA1D is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 29 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.27 |
| HSL | 120º | 0.73% | 0.42% | - |
| HSV(B) | 120º | 0.84% | 0.73% | - |
| XYZ | 18.29 | 35.47 | 7.04 | - |
| YUV | 121.16 | 75.99 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 29 | 0.84 | 0 | 0.84 | 0.27 | 120 | 0.73 | 0.42 |
| Hex | 1D | BA | 1D | 54 | 0 | 54 | 1B | 78 | 49 | 2A |
| Octal | 35 | 272 | 35 | 124 | 0 | 124 | 33 | 170 | 111 | 52 |
| Binary | 11101 | 10111010 | 11101 | 1010100 | 0 | 1010100 | 11011 | 1111000 | 1001001 | 101010 |
Color Harmonies of #1DBA1D
Complementary color
Monochromatic Colors of #1DBA1D
Black with #1DBA1D
Text Example
Text Example
White with #1DBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA1D; }
p { color: rgb(29,186,29); }
H1.HeaderClassName
{
color: #1DBA1D;
}
.AnyTagClassName
{
color: #1DBA1D;
}
</style>
background-color css
<style>
a { background-color: #1DBA1D; }
a { background-color: rgb(29,186,29); }
div.DivClassName
{
background-color: #1DBA1D;
}
.BgClassName
{
background-color: #1DBA1D;
}
</style>
border-color css
<style>
span { border-color: #1DBA1D; }
span { border-color: rgb(29,186,29); }
td.TdClassName
{
border-color: #1DBA1D;
}
.TagClassName
{
border-color: #1DBA1D;
}
</style>