Shades of Lime Green #1DBA2D
Tints of Lime Green #1DBA2D
RGB
CMYK
RGB Variations
Color information
#1DBA2D (or 0x1DBA2D) is known color: Lime Green. HEX triplet: 1D, BA and 2D. RGB value is (29,186,45). Sum of RGB (Red+Green+Blue) = 29+186+45=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA2D is #E245D2. Grayscale: #7B7B7B. Windows color (decimal): -14829011 or 2996765. OLE color: 2996765.
HSL color Cylindrical-coordinate representation of color #1DBA2D: hue angle of 126.11º 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 #1DBA2D is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 45 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.27 |
| HSL | 126.11º | 0.73% | 0.42% | - |
| HSV(B) | 126.11º | 0.84% | 0.73% | - |
| XYZ | 18.54 | 35.57 | 8.37 | - |
| YUV | 122.98 | 83.99 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 45 | 0.84 | 0 | 0.76 | 0.27 | 126.11 | 0.73 | 0.42 |
| Hex | 1D | BA | 2D | 54 | 0 | 4C | 1B | 7E | 49 | 2A |
| Octal | 35 | 272 | 55 | 124 | 0 | 114 | 33 | 176 | 111 | 52 |
| Binary | 11101 | 10111010 | 101101 | 1010100 | 0 | 1001100 | 11011 | 1111110 | 1001001 | 101010 |
Color Harmonies of #1DBA2D
Complementary color
Monochromatic Colors of #1DBA2D
Black with #1DBA2D
Text Example
Text Example
White with #1DBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA2D; }
p { color: rgb(29,186,45); }
H1.HeaderClassName
{
color: #1DBA2D;
}
.AnyTagClassName
{
color: #1DBA2D;
}
</style>
background-color css
<style>
a { background-color: #1DBA2D; }
a { background-color: rgb(29,186,45); }
div.DivClassName
{
background-color: #1DBA2D;
}
.BgClassName
{
background-color: #1DBA2D;
}
</style>
border-color css
<style>
span { border-color: #1DBA2D; }
span { border-color: rgb(29,186,45); }
td.TdClassName
{
border-color: #1DBA2D;
}
.TagClassName
{
border-color: #1DBA2D;
}
</style>