Shades of Lime Green #1DDD21
Tints of Lime Green #1DDD21
RGB
CMYK
RGB Variations
Color information
#1DDD21 (or 0x1DDD21) is known color: Lime Green. HEX triplet: 1D, DD and 21. RGB value is (29,221,33). Sum of RGB (Red+Green+Blue) = 29+221+33=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 221 (86.72% from 255 or 78.09% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD21 is #E222DE. Grayscale: #8E8E8E. Windows color (decimal): -14820063 or 2219293. OLE color: 2219293.
HSL color Cylindrical-coordinate representation of color #1DDD21: hue angle of 121.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDD21 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 33 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.13 |
| HSL | 121.25º | 0.77% | 0.49% | - |
| HSV(B) | 121.25º | 0.87% | 0.87% | - |
| XYZ | 26.64 | 52.08 | 10.09 | - |
| YUV | 142.16 | 66.39 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 33 | 0.87 | 0 | 0.85 | 0.13 | 121.25 | 0.77 | 0.49 |
| Hex | 1D | DD | 21 | 57 | 0 | 55 | D | 79 | 4D | 31 |
| Octal | 35 | 335 | 41 | 127 | 0 | 125 | 15 | 171 | 115 | 61 |
| Binary | 11101 | 11011101 | 100001 | 1010111 | 0 | 1010101 | 1101 | 1111001 | 1001101 | 110001 |
Color Harmonies of #1DDD21
Complementary color
Monochromatic Colors of #1DDD21
Black with #1DDD21
Text Example
Text Example
White with #1DDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDD21; }
p { color: rgb(29,221,33); }
H1.HeaderClassName
{
color: #1DDD21;
}
.AnyTagClassName
{
color: #1DDD21;
}
</style>
background-color css
<style>
a { background-color: #1DDD21; }
a { background-color: rgb(29,221,33); }
div.DivClassName
{
background-color: #1DDD21;
}
.BgClassName
{
background-color: #1DDD21;
}
</style>
border-color css
<style>
span { border-color: #1DDD21; }
span { border-color: rgb(29,221,33); }
td.TdClassName
{
border-color: #1DDD21;
}
.TagClassName
{
border-color: #1DDD21;
}
</style>