Shades of Lime Green #1DD43D
Tints of Lime Green #1DD43D
RGB
CMYK
RGB Variations
Color information
#1DD43D (or 0x1DD43D) is known color: Lime Green. HEX triplet: 1D, D4 and 3D. RGB value is (29,212,61). Sum of RGB (Red+Green+Blue) = 29+212+61=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 212 (83.20% from 255 or 70.20% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD43D is #E22BC2. Grayscale: #8C8C8C. Windows color (decimal): -14822339 or 4051997. OLE color: 4051997.
HSL color Cylindrical-coordinate representation of color #1DD43D: hue angle of 130.49º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD43D is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 212 | 61 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.17 |
| HSL | 130.49º | 0.76% | 0.47% | - |
| HSV(B) | 130.49º | 0.86% | 0.83% | - |
| XYZ | 24.89 | 47.69 | 12.31 | - |
| YUV | 140.07 | 83.37 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 212 | 61 | 0.86 | 0 | 0.71 | 0.17 | 130.49 | 0.76 | 0.47 |
| Hex | 1D | D4 | 3D | 56 | 0 | 47 | 11 | 82 | 4C | 2F |
| Octal | 35 | 324 | 75 | 126 | 0 | 107 | 21 | 202 | 114 | 57 |
| Binary | 11101 | 11010100 | 111101 | 1010110 | 0 | 1000111 | 10001 | 10000010 | 1001100 | 101111 |
Color Harmonies of #1DD43D
Complementary color
Monochromatic Colors of #1DD43D
Black with #1DD43D
Text Example
Text Example
White with #1DD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD43D; }
p { color: rgb(29,212,61); }
H1.HeaderClassName
{
color: #1DD43D;
}
.AnyTagClassName
{
color: #1DD43D;
}
</style>
background-color css
<style>
a { background-color: #1DD43D; }
a { background-color: rgb(29,212,61); }
div.DivClassName
{
background-color: #1DD43D;
}
.BgClassName
{
background-color: #1DD43D;
}
</style>
border-color css
<style>
span { border-color: #1DD43D; }
span { border-color: rgb(29,212,61); }
td.TdClassName
{
border-color: #1DD43D;
}
.TagClassName
{
border-color: #1DD43D;
}
</style>