Shades of Lime Green #1DD52D
Tints of Lime Green #1DD52D
RGB
CMYK
RGB Variations
Color information
#1DD52D (or 0x1DD52D) is known color: Lime Green. HEX triplet: 1D, D5 and 2D. RGB value is (29,213,45). Sum of RGB (Red+Green+Blue) = 29+213+45=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 213 (83.59% from 255 or 74.22% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD52D is #E22AD2. Grayscale: #8B8B8B. Windows color (decimal): -14822099 or 3003677. OLE color: 3003677.
HSL color Cylindrical-coordinate representation of color #1DD52D: hue angle of 125.22º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD52D is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 45 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.16 |
| HSL | 125.22º | 0.76% | 0.47% | - |
| HSV(B) | 125.22º | 0.86% | 0.84% | - |
| XYZ | 24.77 | 48.04 | 10.45 | - |
| YUV | 138.83 | 75.04 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 45 | 0.86 | 0 | 0.79 | 0.16 | 125.22 | 0.76 | 0.47 |
| Hex | 1D | D5 | 2D | 56 | 0 | 4F | 10 | 7D | 4C | 2F |
| Octal | 35 | 325 | 55 | 126 | 0 | 117 | 20 | 175 | 114 | 57 |
| Binary | 11101 | 11010101 | 101101 | 1010110 | 0 | 1001111 | 10000 | 1111101 | 1001100 | 101111 |
Color Harmonies of #1DD52D
Complementary color
Monochromatic Colors of #1DD52D
Black with #1DD52D
Text Example
Text Example
White with #1DD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD52D; }
p { color: rgb(29,213,45); }
H1.HeaderClassName
{
color: #1DD52D;
}
.AnyTagClassName
{
color: #1DD52D;
}
</style>
background-color css
<style>
a { background-color: #1DD52D; }
a { background-color: rgb(29,213,45); }
div.DivClassName
{
background-color: #1DD52D;
}
.BgClassName
{
background-color: #1DD52D;
}
</style>
border-color css
<style>
span { border-color: #1DD52D; }
span { border-color: rgb(29,213,45); }
td.TdClassName
{
border-color: #1DD52D;
}
.TagClassName
{
border-color: #1DD52D;
}
</style>