Shades of Lime Green #1DB619
Tints of Lime Green #1DB619
RGB
CMYK
RGB Variations
Color information
#1DB619 (or 0x1DB619) is known color: Lime Green. HEX triplet: 1D, B6 and 19. RGB value is (29,182,25). Sum of RGB (Red+Green+Blue) = 29+182+25=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 182 (71.48% from 255 or 77.12% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB619 is #E249E6. Grayscale: #767676. Windows color (decimal): -14830055 or 1685021. OLE color: 1685021.
HSL color Cylindrical-coordinate representation of color #1DB619: hue angle of 118.47º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DB619 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 25 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.29 |
| HSL | 118.47º | 0.76% | 0.41% | - |
| HSV(B) | 118.47º | 0.86% | 0.71% | - |
| XYZ | 17.41 | 33.79 | 6.52 | - |
| YUV | 118.36 | 75.31 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 25 | 0.84 | 0 | 0.86 | 0.29 | 118.47 | 0.76 | 0.41 |
| Hex | 1D | B6 | 19 | 54 | 0 | 56 | 1D | 76 | 4C | 29 |
| Octal | 35 | 266 | 31 | 124 | 0 | 126 | 35 | 166 | 114 | 51 |
| Binary | 11101 | 10110110 | 11001 | 1010100 | 0 | 1010110 | 11101 | 1110110 | 1001100 | 101001 |
Color Harmonies of #1DB619
Complementary color
Monochromatic Colors of #1DB619
Black with #1DB619
Text Example
Text Example
White with #1DB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB619; }
p { color: rgb(29,182,25); }
H1.HeaderClassName
{
color: #1DB619;
}
.AnyTagClassName
{
color: #1DB619;
}
</style>
background-color css
<style>
a { background-color: #1DB619; }
a { background-color: rgb(29,182,25); }
div.DivClassName
{
background-color: #1DB619;
}
.BgClassName
{
background-color: #1DB619;
}
</style>
border-color css
<style>
span { border-color: #1DB619; }
span { border-color: rgb(29,182,25); }
td.TdClassName
{
border-color: #1DB619;
}
.TagClassName
{
border-color: #1DB619;
}
</style>