Shades of Lime Green #1DBB2F
Tints of Lime Green #1DBB2F
RGB
CMYK
RGB Variations
Color information
#1DBB2F (or 0x1DBB2F) is known color: Lime Green. HEX triplet: 1D, BB and 2F. RGB value is (29,187,47). Sum of RGB (Red+Green+Blue) = 29+187+47=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 187 (73.44% from 255 or 71.10% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB2F is #E244D0. Grayscale: #7C7C7C. Windows color (decimal): -14828753 or 3128093. OLE color: 3128093.
HSL color Cylindrical-coordinate representation of color #1DBB2F: hue angle of 126.84º 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 #1DBB2F is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 47 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.27 |
| HSL | 126.84º | 0.73% | 0.42% | - |
| HSV(B) | 126.84º | 0.84% | 0.73% | - |
| XYZ | 18.79 | 36.01 | 8.65 | - |
| YUV | 123.8 | 84.65 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 47 | 0.84 | 0 | 0.75 | 0.27 | 126.84 | 0.73 | 0.42 |
| Hex | 1D | BB | 2F | 54 | 0 | 4B | 1B | 7F | 49 | 2A |
| Octal | 35 | 273 | 57 | 124 | 0 | 113 | 33 | 177 | 111 | 52 |
| Binary | 11101 | 10111011 | 101111 | 1010100 | 0 | 1001011 | 11011 | 1111111 | 1001001 | 101010 |
Color Harmonies of #1DBB2F
Complementary color
Monochromatic Colors of #1DBB2F
Black with #1DBB2F
Text Example
Text Example
White with #1DBB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB2F; }
p { color: rgb(29,187,47); }
H1.HeaderClassName
{
color: #1DBB2F;
}
.AnyTagClassName
{
color: #1DBB2F;
}
</style>
background-color css
<style>
a { background-color: #1DBB2F; }
a { background-color: rgb(29,187,47); }
div.DivClassName
{
background-color: #1DBB2F;
}
.BgClassName
{
background-color: #1DBB2F;
}
</style>
border-color css
<style>
span { border-color: #1DBB2F; }
span { border-color: rgb(29,187,47); }
td.TdClassName
{
border-color: #1DBB2F;
}
.TagClassName
{
border-color: #1DBB2F;
}
</style>