Shades of Lime Green #1DD919
Tints of Lime Green #1DD919
RGB
CMYK
RGB Variations
Color information
#1DD919 (or 0x1DD919) is known color: Lime Green. HEX triplet: 1D, D9 and 19. RGB value is (29,217,25). Sum of RGB (Red+Green+Blue) = 29+217+25=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 217 (85.16% from 255 or 80.07% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD919 is #E226E6. Grayscale: #8B8B8B. Windows color (decimal): -14821095 or 1693981. OLE color: 1693981.
HSL color Cylindrical-coordinate representation of color #1DD919: hue angle of 118.75º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DD919 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 25 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.15 |
| HSL | 118.75º | 0.79% | 0.47% | - |
| HSV(B) | 118.75º | 0.88% | 0.85% | - |
| XYZ | 25.5 | 49.96 | 9.22 | - |
| YUV | 138.9 | 63.72 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 25 | 0.87 | 0 | 0.88 | 0.15 | 118.75 | 0.79 | 0.47 |
| Hex | 1D | D9 | 19 | 57 | 0 | 58 | F | 77 | 4F | 2F |
| Octal | 35 | 331 | 31 | 127 | 0 | 130 | 17 | 167 | 117 | 57 |
| Binary | 11101 | 11011001 | 11001 | 1010111 | 0 | 1011000 | 1111 | 1110111 | 1001111 | 101111 |
Color Harmonies of #1DD919
Complementary color
Monochromatic Colors of #1DD919
Black with #1DD919
Text Example
Text Example
White with #1DD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD919; }
p { color: rgb(29,217,25); }
H1.HeaderClassName
{
color: #1DD919;
}
.AnyTagClassName
{
color: #1DD919;
}
</style>
background-color css
<style>
a { background-color: #1DD919; }
a { background-color: rgb(29,217,25); }
div.DivClassName
{
background-color: #1DD919;
}
.BgClassName
{
background-color: #1DD919;
}
</style>
border-color css
<style>
span { border-color: #1DD919; }
span { border-color: rgb(29,217,25); }
td.TdClassName
{
border-color: #1DD919;
}
.TagClassName
{
border-color: #1DD919;
}
</style>