Shades of Lime Green #1DBD21
Tints of Lime Green #1DBD21
RGB
CMYK
RGB Variations
Color information
#1DBD21 (or 0x1DBD21) is known color: Lime Green. HEX triplet: 1D, BD and 21. RGB value is (29,189,33). Sum of RGB (Red+Green+Blue) = 29+189+33=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 189 (74.22% from 255 or 75.30% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBD21 is #E242DE. Grayscale: #7B7B7B. Windows color (decimal): -14828255 or 2211101. OLE color: 2211101.
HSL color Cylindrical-coordinate representation of color #1DBD21: hue angle of 121.5º 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 #1DBD21 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 33 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.26 |
| HSL | 121.5º | 0.73% | 0.43% | - |
| HSV(B) | 121.5º | 0.85% | 0.74% | - |
| XYZ | 18.98 | 36.77 | 7.54 | - |
| YUV | 123.38 | 76.99 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 33 | 0.85 | 0 | 0.83 | 0.26 | 121.5 | 0.73 | 0.43 |
| Hex | 1D | BD | 21 | 55 | 0 | 53 | 1A | 7A | 49 | 2B |
| Octal | 35 | 275 | 41 | 125 | 0 | 123 | 32 | 172 | 111 | 53 |
| Binary | 11101 | 10111101 | 100001 | 1010101 | 0 | 1010011 | 11010 | 1111010 | 1001001 | 101011 |
Color Harmonies of #1DBD21
Complementary color
Monochromatic Colors of #1DBD21
Black with #1DBD21
Text Example
Text Example
White with #1DBD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD21; }
p { color: rgb(29,189,33); }
H1.HeaderClassName
{
color: #1DBD21;
}
.AnyTagClassName
{
color: #1DBD21;
}
</style>
background-color css
<style>
a { background-color: #1DBD21; }
a { background-color: rgb(29,189,33); }
div.DivClassName
{
background-color: #1DBD21;
}
.BgClassName
{
background-color: #1DBD21;
}
</style>
border-color css
<style>
span { border-color: #1DBD21; }
span { border-color: rgb(29,189,33); }
td.TdClassName
{
border-color: #1DBD21;
}
.TagClassName
{
border-color: #1DBD21;
}
</style>