Shades of Lime Green #1DB620
Tints of Lime Green #1DB620
RGB
CMYK
RGB Variations
Color information
#1DB620 (or 0x1DB620) is known color: Lime Green. HEX triplet: 1D, B6 and 20. RGB value is (29,182,32). Sum of RGB (Red+Green+Blue) = 29+182+32=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 182 (71.48% from 255 or 74.90% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB620 is #E249DF. Grayscale: #777777. Windows color (decimal): -14830048 or 2143773. OLE color: 2143773.
HSL color Cylindrical-coordinate representation of color #1DB620: hue angle of 121.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB620 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 32 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.29 |
| HSL | 121.18º | 0.73% | 0.41% | - |
| HSV(B) | 121.18º | 0.84% | 0.71% | - |
| XYZ | 17.5 | 33.82 | 6.97 | - |
| YUV | 119.15 | 78.81 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 32 | 0.84 | 0 | 0.82 | 0.29 | 121.18 | 0.73 | 0.41 |
| Hex | 1D | B6 | 20 | 54 | 0 | 52 | 1D | 79 | 49 | 29 |
| Octal | 35 | 266 | 40 | 124 | 0 | 122 | 35 | 171 | 111 | 51 |
| Binary | 11101 | 10110110 | 100000 | 1010100 | 0 | 1010010 | 11101 | 1111001 | 1001001 | 101001 |
Color Harmonies of #1DB620
Complementary color
Monochromatic Colors of #1DB620
Black with #1DB620
Text Example
Text Example
White with #1DB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB620; }
p { color: rgb(29,182,32); }
H1.HeaderClassName
{
color: #1DB620;
}
.AnyTagClassName
{
color: #1DB620;
}
</style>
background-color css
<style>
a { background-color: #1DB620; }
a { background-color: rgb(29,182,32); }
div.DivClassName
{
background-color: #1DB620;
}
.BgClassName
{
background-color: #1DB620;
}
</style>
border-color css
<style>
span { border-color: #1DB620; }
span { border-color: rgb(29,182,32); }
td.TdClassName
{
border-color: #1DB620;
}
.TagClassName
{
border-color: #1DB620;
}
</style>