Shades of Lime Green #1DD831
Tints of Lime Green #1DD831
RGB
CMYK
RGB Variations
Color information
#1DD831 (or 0x1DD831) is known color: Lime Green. HEX triplet: 1D, D8 and 31. RGB value is (29,216,49). Sum of RGB (Red+Green+Blue) = 29+216+49=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 216 (84.77% from 255 or 73.47% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD831 is #E227CE. Grayscale: #8D8D8D. Windows color (decimal): -14821327 or 3266589. OLE color: 3266589.
HSL color Cylindrical-coordinate representation of color #1DD831: hue angle of 126.42º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD831 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 49 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.15 |
| HSL | 126.42º | 0.76% | 0.48% | - |
| HSV(B) | 126.42º | 0.87% | 0.85% | - |
| XYZ | 25.62 | 49.59 | 11.13 | - |
| YUV | 141.05 | 76.05 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 49 | 0.87 | 0 | 0.77 | 0.15 | 126.42 | 0.76 | 0.48 |
| Hex | 1D | D8 | 31 | 57 | 0 | 4D | F | 7E | 4C | 30 |
| Octal | 35 | 330 | 61 | 127 | 0 | 115 | 17 | 176 | 114 | 60 |
| Binary | 11101 | 11011000 | 110001 | 1010111 | 0 | 1001101 | 1111 | 1111110 | 1001100 | 110000 |
Color Harmonies of #1DD831
Complementary color
Monochromatic Colors of #1DD831
Black with #1DD831
Text Example
Text Example
White with #1DD831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD831; }
p { color: rgb(29,216,49); }
H1.HeaderClassName
{
color: #1DD831;
}
.AnyTagClassName
{
color: #1DD831;
}
</style>
background-color css
<style>
a { background-color: #1DD831; }
a { background-color: rgb(29,216,49); }
div.DivClassName
{
background-color: #1DD831;
}
.BgClassName
{
background-color: #1DD831;
}
</style>
border-color css
<style>
span { border-color: #1DD831; }
span { border-color: rgb(29,216,49); }
td.TdClassName
{
border-color: #1DD831;
}
.TagClassName
{
border-color: #1DD831;
}
</style>