Shades of Lime Green #1DD021
Tints of Lime Green #1DD021
RGB
CMYK
RGB Variations
Color information
#1DD021 (or 0x1DD021) is known color: Lime Green. HEX triplet: 1D, D0 and 21. RGB value is (29,208,33). Sum of RGB (Red+Green+Blue) = 29+208+33=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD021 is #E22FDE. Grayscale: #878787. Windows color (decimal): -14823391 or 2215965. OLE color: 2215965.
HSL color Cylindrical-coordinate representation of color #1DD021: hue angle of 121.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD021 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 33 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.18 |
| HSL | 121.34º | 0.76% | 0.46% | - |
| HSV(B) | 121.34º | 0.86% | 0.82% | - |
| XYZ | 23.34 | 45.48 | 8.99 | - |
| YUV | 134.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 33 | 0.86 | 0 | 0.84 | 0.18 | 121.34 | 0.76 | 0.46 |
| Hex | 1D | D0 | 21 | 56 | 0 | 54 | 12 | 79 | 4C | 2E |
| Octal | 35 | 320 | 41 | 126 | 0 | 124 | 22 | 171 | 114 | 56 |
| Binary | 11101 | 11010000 | 100001 | 1010110 | 0 | 1010100 | 10010 | 1111001 | 1001100 | 101110 |
Color Harmonies of #1DD021
Complementary color
Monochromatic Colors of #1DD021
Black with #1DD021
Text Example
Text Example
White with #1DD021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD021; }
p { color: rgb(29,208,33); }
H1.HeaderClassName
{
color: #1DD021;
}
.AnyTagClassName
{
color: #1DD021;
}
</style>
background-color css
<style>
a { background-color: #1DD021; }
a { background-color: rgb(29,208,33); }
div.DivClassName
{
background-color: #1DD021;
}
.BgClassName
{
background-color: #1DD021;
}
</style>
border-color css
<style>
span { border-color: #1DD021; }
span { border-color: rgb(29,208,33); }
td.TdClassName
{
border-color: #1DD021;
}
.TagClassName
{
border-color: #1DD021;
}
</style>