Shades of Lime Green #1DD924
Tints of Lime Green #1DD924
RGB
CMYK
RGB Variations
Color information
#1DD924 (or 0x1DD924) is known color: Lime Green. HEX triplet: 1D, D9 and 24. RGB value is (29,217,36). Sum of RGB (Red+Green+Blue) = 29+217+36=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 217 (85.16% from 255 or 76.95% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD924 is #E226DB. Grayscale: #8C8C8C. Windows color (decimal): -14821084 or 2414877. OLE color: 2414877.
HSL color Cylindrical-coordinate representation of color #1DD924: hue angle of 122.23º 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 #1DD924 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 36 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.15 |
| HSL | 122.23º | 0.76% | 0.48% | - |
| HSV(B) | 122.23º | 0.87% | 0.85% | - |
| XYZ | 25.64 | 50.01 | 9.97 | - |
| YUV | 140.15 | 69.22 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 36 | 0.87 | 0 | 0.83 | 0.15 | 122.23 | 0.76 | 0.48 |
| Hex | 1D | D9 | 24 | 57 | 0 | 53 | F | 7A | 4C | 30 |
| Octal | 35 | 331 | 44 | 127 | 0 | 123 | 17 | 172 | 114 | 60 |
| Binary | 11101 | 11011001 | 100100 | 1010111 | 0 | 1010011 | 1111 | 1111010 | 1001100 | 110000 |
Color Harmonies of #1DD924
Complementary color
Monochromatic Colors of #1DD924
Black with #1DD924
Text Example
Text Example
White with #1DD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD924; }
p { color: rgb(29,217,36); }
H1.HeaderClassName
{
color: #1DD924;
}
.AnyTagClassName
{
color: #1DD924;
}
</style>
background-color css
<style>
a { background-color: #1DD924; }
a { background-color: rgb(29,217,36); }
div.DivClassName
{
background-color: #1DD924;
}
.BgClassName
{
background-color: #1DD924;
}
</style>
border-color css
<style>
span { border-color: #1DD924; }
span { border-color: rgb(29,217,36); }
td.TdClassName
{
border-color: #1DD924;
}
.TagClassName
{
border-color: #1DD924;
}
</style>