Shades of Lime Green #1DD12D
Tints of Lime Green #1DD12D
RGB
CMYK
RGB Variations
Color information
#1DD12D (or 0x1DD12D) is known color: Lime Green. HEX triplet: 1D, D1 and 2D. RGB value is (29,209,45). Sum of RGB (Red+Green+Blue) = 29+209+45=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 209 (82.03% from 255 or 73.85% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 209 - color contains mainly: green. Hex color #1DD12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD12D is #E22ED2. Grayscale: #888888. Windows color (decimal): -14823123 or 3002653. OLE color: 3002653.
HSL color Cylindrical-coordinate representation of color #1DD12D: hue angle of 125.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD12D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 209 | 45 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.18 |
| HSL | 125.33º | 0.76% | 0.47% | - |
| HSV(B) | 125.33º | 0.86% | 0.82% | - |
| XYZ | 23.78 | 46.05 | 10.12 | - |
| YUV | 136.48 | 76.37 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 209 | 45 | 0.86 | 0 | 0.78 | 0.18 | 125.33 | 0.76 | 0.47 |
| Hex | 1D | D1 | 2D | 56 | 0 | 4E | 12 | 7D | 4C | 2F |
| Octal | 35 | 321 | 55 | 126 | 0 | 116 | 22 | 175 | 114 | 57 |
| Binary | 11101 | 11010001 | 101101 | 1010110 | 0 | 1001110 | 10010 | 1111101 | 1001100 | 101111 |
Color Harmonies of #1DD12D
Complementary color
Monochromatic Colors of #1DD12D
Black with #1DD12D
Text Example
Text Example
White with #1DD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD12D; }
p { color: rgb(29,209,45); }
H1.HeaderClassName
{
color: #1DD12D;
}
.AnyTagClassName
{
color: #1DD12D;
}
</style>
background-color css
<style>
a { background-color: #1DD12D; }
a { background-color: rgb(29,209,45); }
div.DivClassName
{
background-color: #1DD12D;
}
.BgClassName
{
background-color: #1DD12D;
}
</style>
border-color css
<style>
span { border-color: #1DD12D; }
span { border-color: rgb(29,209,45); }
td.TdClassName
{
border-color: #1DD12D;
}
.TagClassName
{
border-color: #1DD12D;
}
</style>