Shades of Lime Green #1DBD20
Tints of Lime Green #1DBD20
RGB
CMYK
RGB Variations
Color information
#1DBD20 (or 0x1DBD20) is known color: Lime Green. HEX triplet: 1D, BD and 20. RGB value is (29,189,32). Sum of RGB (Red+Green+Blue) = 29+189+32=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 189 (74.22% from 255 or 75.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBD20 is #E242DF. Grayscale: #7B7B7B. Windows color (decimal): -14828256 or 2145565. OLE color: 2145565.
HSL color Cylindrical-coordinate representation of color #1DBD20: hue angle of 121.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBD20 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 32 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.26 |
| HSL | 121.13º | 0.73% | 0.43% | - |
| HSV(B) | 121.13º | 0.85% | 0.74% | - |
| XYZ | 18.97 | 36.76 | 7.46 | - |
| YUV | 123.26 | 76.49 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 32 | 0.85 | 0 | 0.83 | 0.26 | 121.13 | 0.73 | 0.43 |
| Hex | 1D | BD | 20 | 55 | 0 | 53 | 1A | 79 | 49 | 2B |
| Octal | 35 | 275 | 40 | 125 | 0 | 123 | 32 | 171 | 111 | 53 |
| Binary | 11101 | 10111101 | 100000 | 1010101 | 0 | 1010011 | 11010 | 1111001 | 1001001 | 101011 |
Color Harmonies of #1DBD20
Complementary color
Monochromatic Colors of #1DBD20
Black with #1DBD20
Text Example
Text Example
White with #1DBD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD20; }
p { color: rgb(29,189,32); }
H1.HeaderClassName
{
color: #1DBD20;
}
.AnyTagClassName
{
color: #1DBD20;
}
</style>
background-color css
<style>
a { background-color: #1DBD20; }
a { background-color: rgb(29,189,32); }
div.DivClassName
{
background-color: #1DBD20;
}
.BgClassName
{
background-color: #1DBD20;
}
</style>
border-color css
<style>
span { border-color: #1DBD20; }
span { border-color: rgb(29,189,32); }
td.TdClassName
{
border-color: #1DBD20;
}
.TagClassName
{
border-color: #1DBD20;
}
</style>