Shades of Lime Green #1DB622
Tints of Lime Green #1DB622
RGB
CMYK
RGB Variations
Color information
#1DB622 (or 0x1DB622) is known color: Lime Green. HEX triplet: 1D, B6 and 22. RGB value is (29,182,34). Sum of RGB (Red+Green+Blue) = 29+182+34=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 182 (71.48% from 255 or 74.29% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB622 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB622 is #E249DD. Grayscale: #777777. Windows color (decimal): -14830046 or 2274845. OLE color: 2274845.
HSL color Cylindrical-coordinate representation of color #1DB622: hue angle of 121.96º 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 #1DB622 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 34 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.29 |
| HSL | 121.96º | 0.73% | 0.41% | - |
| HSV(B) | 121.96º | 0.84% | 0.71% | - |
| XYZ | 17.52 | 33.83 | 7.12 | - |
| YUV | 119.38 | 79.81 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 34 | 0.84 | 0 | 0.81 | 0.29 | 121.96 | 0.73 | 0.41 |
| Hex | 1D | B6 | 22 | 54 | 0 | 51 | 1D | 7A | 49 | 29 |
| Octal | 35 | 266 | 42 | 124 | 0 | 121 | 35 | 172 | 111 | 51 |
| Binary | 11101 | 10110110 | 100010 | 1010100 | 0 | 1010001 | 11101 | 1111010 | 1001001 | 101001 |
Color Harmonies of #1DB622
Complementary color
Monochromatic Colors of #1DB622
Black with #1DB622
Text Example
Text Example
White with #1DB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB622; }
p { color: rgb(29,182,34); }
H1.HeaderClassName
{
color: #1DB622;
}
.AnyTagClassName
{
color: #1DB622;
}
</style>
background-color css
<style>
a { background-color: #1DB622; }
a { background-color: rgb(29,182,34); }
div.DivClassName
{
background-color: #1DB622;
}
.BgClassName
{
background-color: #1DB622;
}
</style>
border-color css
<style>
span { border-color: #1DB622; }
span { border-color: rgb(29,182,34); }
td.TdClassName
{
border-color: #1DB622;
}
.TagClassName
{
border-color: #1DB622;
}
</style>