Shades of Lime Green #1DB921
Tints of Lime Green #1DB921
RGB
CMYK
RGB Variations
Color information
#1DB921 (or 0x1DB921) is known color: Lime Green. HEX triplet: 1D, B9 and 21. RGB value is (29,185,33). Sum of RGB (Red+Green+Blue) = 29+185+33=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 185 (72.66% from 255 or 74.90% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB921 is #E246DE. Grayscale: #797979. Windows color (decimal): -14829279 or 2210077. OLE color: 2210077.
HSL color Cylindrical-coordinate representation of color #1DB921: hue angle of 121.54º 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 #1DB921 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 33 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.27 |
| HSL | 121.54º | 0.73% | 0.42% | - |
| HSV(B) | 121.54º | 0.84% | 0.73% | - |
| XYZ | 18.13 | 35.07 | 7.25 | - |
| YUV | 121.03 | 78.32 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 33 | 0.84 | 0 | 0.82 | 0.27 | 121.54 | 0.73 | 0.42 |
| Hex | 1D | B9 | 21 | 54 | 0 | 52 | 1B | 7A | 49 | 2A |
| Octal | 35 | 271 | 41 | 124 | 0 | 122 | 33 | 172 | 111 | 52 |
| Binary | 11101 | 10111001 | 100001 | 1010100 | 0 | 1010010 | 11011 | 1111010 | 1001001 | 101010 |
Color Harmonies of #1DB921
Complementary color
Monochromatic Colors of #1DB921
Black with #1DB921
Text Example
Text Example
White with #1DB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB921; }
p { color: rgb(29,185,33); }
H1.HeaderClassName
{
color: #1DB921;
}
.AnyTagClassName
{
color: #1DB921;
}
</style>
background-color css
<style>
a { background-color: #1DB921; }
a { background-color: rgb(29,185,33); }
div.DivClassName
{
background-color: #1DB921;
}
.BgClassName
{
background-color: #1DB921;
}
</style>
border-color css
<style>
span { border-color: #1DB921; }
span { border-color: rgb(29,185,33); }
td.TdClassName
{
border-color: #1DB921;
}
.TagClassName
{
border-color: #1DB921;
}
</style>