Shades of Lime Green #1DBB2D
Tints of Lime Green #1DBB2D
RGB
CMYK
RGB Variations
Color information
#1DBB2D (or 0x1DBB2D) is known color: Lime Green. HEX triplet: 1D, BB and 2D. RGB value is (29,187,45). Sum of RGB (Red+Green+Blue) = 29+187+45=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 187 (73.44% from 255 or 71.65% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB2D is #E244D2. Grayscale: #7B7B7B. Windows color (decimal): -14828755 or 2997021. OLE color: 2997021.
HSL color Cylindrical-coordinate representation of color #1DBB2D: hue angle of 126.08º 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 #1DBB2D is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 45 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.27 |
| HSL | 126.08º | 0.73% | 0.42% | - |
| HSV(B) | 126.08º | 0.84% | 0.73% | - |
| XYZ | 18.75 | 35.99 | 8.44 | - |
| YUV | 123.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 45 | 0.84 | 0 | 0.76 | 0.27 | 126.08 | 0.73 | 0.42 |
| Hex | 1D | BB | 2D | 54 | 0 | 4C | 1B | 7E | 49 | 2A |
| Octal | 35 | 273 | 55 | 124 | 0 | 114 | 33 | 176 | 111 | 52 |
| Binary | 11101 | 10111011 | 101101 | 1010100 | 0 | 1001100 | 11011 | 1111110 | 1001001 | 101010 |
Color Harmonies of #1DBB2D
Complementary color
Monochromatic Colors of #1DBB2D
Black with #1DBB2D
Text Example
Text Example
White with #1DBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB2D; }
p { color: rgb(29,187,45); }
H1.HeaderClassName
{
color: #1DBB2D;
}
.AnyTagClassName
{
color: #1DBB2D;
}
</style>
background-color css
<style>
a { background-color: #1DBB2D; }
a { background-color: rgb(29,187,45); }
div.DivClassName
{
background-color: #1DBB2D;
}
.BgClassName
{
background-color: #1DBB2D;
}
</style>
border-color css
<style>
span { border-color: #1DBB2D; }
span { border-color: rgb(29,187,45); }
td.TdClassName
{
border-color: #1DBB2D;
}
.TagClassName
{
border-color: #1DBB2D;
}
</style>