Shades of Lime Green #1DB62D
Tints of Lime Green #1DB62D
RGB
CMYK
RGB Variations
Color information
#1DB62D (or 0x1DB62D) is known color: Lime Green. HEX triplet: 1D, B6 and 2D. RGB value is (29,182,45). Sum of RGB (Red+Green+Blue) = 29+182+45=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB62D is #E249D2. Grayscale: #797979. Windows color (decimal): -14830035 or 2995741. OLE color: 2995741.
HSL color Cylindrical-coordinate representation of color #1DB62D: hue angle of 126.27º 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 #1DB62D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 45 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.29 |
| HSL | 126.27º | 0.73% | 0.41% | - |
| HSV(B) | 126.27º | 0.84% | 0.71% | - |
| XYZ | 17.71 | 33.91 | 8.09 | - |
| YUV | 120.64 | 85.31 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 45 | 0.84 | 0 | 0.75 | 0.29 | 126.27 | 0.73 | 0.41 |
| Hex | 1D | B6 | 2D | 54 | 0 | 4B | 1D | 7E | 49 | 29 |
| Octal | 35 | 266 | 55 | 124 | 0 | 113 | 35 | 176 | 111 | 51 |
| Binary | 11101 | 10110110 | 101101 | 1010100 | 0 | 1001011 | 11101 | 1111110 | 1001001 | 101001 |
Color Harmonies of #1DB62D
Complementary color
Monochromatic Colors of #1DB62D
Black with #1DB62D
Text Example
Text Example
White with #1DB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB62D; }
p { color: rgb(29,182,45); }
H1.HeaderClassName
{
color: #1DB62D;
}
.AnyTagClassName
{
color: #1DB62D;
}
</style>
background-color css
<style>
a { background-color: #1DB62D; }
a { background-color: rgb(29,182,45); }
div.DivClassName
{
background-color: #1DB62D;
}
.BgClassName
{
background-color: #1DB62D;
}
</style>
border-color css
<style>
span { border-color: #1DB62D; }
span { border-color: rgb(29,182,45); }
td.TdClassName
{
border-color: #1DB62D;
}
.TagClassName
{
border-color: #1DB62D;
}
</style>