Shades of Lime Green #1DB719
Tints of Lime Green #1DB719
RGB
CMYK
RGB Variations
Color information
#1DB719 (or 0x1DB719) is known color: Lime Green. HEX triplet: 1D, B7 and 19. RGB value is (29,183,25). Sum of RGB (Red+Green+Blue) = 29+183+25=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 183 (71.88% from 255 or 77.22% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB719 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB719 is #E248E6. Grayscale: #777777. Windows color (decimal): -14829799 or 1685277. OLE color: 1685277.
HSL color Cylindrical-coordinate representation of color #1DB719: hue angle of 118.48º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DB719 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 25 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.28 |
| HSL | 118.48º | 0.76% | 0.41% | - |
| HSV(B) | 118.48º | 0.86% | 0.72% | - |
| XYZ | 17.62 | 34.2 | 6.59 | - |
| YUV | 118.94 | 74.98 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 25 | 0.84 | 0 | 0.86 | 0.28 | 118.48 | 0.76 | 0.41 |
| Hex | 1D | B7 | 19 | 54 | 0 | 56 | 1C | 76 | 4C | 29 |
| Octal | 35 | 267 | 31 | 124 | 0 | 126 | 34 | 166 | 114 | 51 |
| Binary | 11101 | 10110111 | 11001 | 1010100 | 0 | 1010110 | 11100 | 1110110 | 1001100 | 101001 |
Color Harmonies of #1DB719
Complementary color
Monochromatic Colors of #1DB719
Black with #1DB719
Text Example
Text Example
White with #1DB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB719; }
p { color: rgb(29,183,25); }
H1.HeaderClassName
{
color: #1DB719;
}
.AnyTagClassName
{
color: #1DB719;
}
</style>
background-color css
<style>
a { background-color: #1DB719; }
a { background-color: rgb(29,183,25); }
div.DivClassName
{
background-color: #1DB719;
}
.BgClassName
{
background-color: #1DB719;
}
</style>
border-color css
<style>
span { border-color: #1DB719; }
span { border-color: rgb(29,183,25); }
td.TdClassName
{
border-color: #1DB719;
}
.TagClassName
{
border-color: #1DB719;
}
</style>