Shades of Lime Green #1DBB20
Tints of Lime Green #1DBB20
RGB
CMYK
RGB Variations
Color information
#1DBB20 (or 0x1DBB20) is known color: Lime Green. HEX triplet: 1D, BB and 20. RGB value is (29,187,32). Sum of RGB (Red+Green+Blue) = 29+187+32=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 187 (73.44% from 255 or 75.40% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB20 is #E244DF. Grayscale: #7A7A7A. Windows color (decimal): -14828768 or 2145053. OLE color: 2145053.
HSL color Cylindrical-coordinate representation of color #1DBB20: hue angle of 121.14º 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 #1DBB20 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 32 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.27 |
| HSL | 121.14º | 0.73% | 0.42% | - |
| HSV(B) | 121.14º | 0.84% | 0.73% | - |
| XYZ | 18.54 | 35.91 | 7.32 | - |
| YUV | 122.09 | 77.15 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 32 | 0.84 | 0 | 0.83 | 0.27 | 121.14 | 0.73 | 0.42 |
| Hex | 1D | BB | 20 | 54 | 0 | 53 | 1B | 79 | 49 | 2A |
| Octal | 35 | 273 | 40 | 124 | 0 | 123 | 33 | 171 | 111 | 52 |
| Binary | 11101 | 10111011 | 100000 | 1010100 | 0 | 1010011 | 11011 | 1111001 | 1001001 | 101010 |
Color Harmonies of #1DBB20
Complementary color
Monochromatic Colors of #1DBB20
Black with #1DBB20
Text Example
Text Example
White with #1DBB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB20; }
p { color: rgb(29,187,32); }
H1.HeaderClassName
{
color: #1DBB20;
}
.AnyTagClassName
{
color: #1DBB20;
}
</style>
background-color css
<style>
a { background-color: #1DBB20; }
a { background-color: rgb(29,187,32); }
div.DivClassName
{
background-color: #1DBB20;
}
.BgClassName
{
background-color: #1DBB20;
}
</style>
border-color css
<style>
span { border-color: #1DBB20; }
span { border-color: rgb(29,187,32); }
td.TdClassName
{
border-color: #1DBB20;
}
.TagClassName
{
border-color: #1DBB20;
}
</style>