Shades of Lime Green #1DD01D
Tints of Lime Green #1DD01D
RGB
CMYK
RGB Variations
Color information
#1DD01D (or 0x1DD01D) is known color: Lime Green. HEX triplet: 1D, D0 and 1D. RGB value is (29,208,29). Sum of RGB (Red+Green+Blue) = 29+208+29=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 208 (81.64% from 255 or 78.20% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD01D is #E22FE2. Grayscale: #868686. Windows color (decimal): -14823395 or 1953821. OLE color: 1953821.
HSL color Cylindrical-coordinate representation of color #1DD01D: hue angle of 120º 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 #1DD01D is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 29 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.18 |
| HSL | 120º | 0.76% | 0.46% | - |
| HSV(B) | 120º | 0.86% | 0.82% | - |
| XYZ | 23.28 | 45.46 | 8.71 | - |
| YUV | 134.07 | 68.7 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 29 | 0.86 | 0 | 0.86 | 0.18 | 120 | 0.76 | 0.46 |
| Hex | 1D | D0 | 1D | 56 | 0 | 56 | 12 | 78 | 4C | 2E |
| Octal | 35 | 320 | 35 | 126 | 0 | 126 | 22 | 170 | 114 | 56 |
| Binary | 11101 | 11010000 | 11101 | 1010110 | 0 | 1010110 | 10010 | 1111000 | 1001100 | 101110 |
Color Harmonies of #1DD01D
Complementary color
Monochromatic Colors of #1DD01D
Black with #1DD01D
Text Example
Text Example
White with #1DD01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD01D; }
p { color: rgb(29,208,29); }
H1.HeaderClassName
{
color: #1DD01D;
}
.AnyTagClassName
{
color: #1DD01D;
}
</style>
background-color css
<style>
a { background-color: #1DD01D; }
a { background-color: rgb(29,208,29); }
div.DivClassName
{
background-color: #1DD01D;
}
.BgClassName
{
background-color: #1DD01D;
}
</style>
border-color css
<style>
span { border-color: #1DD01D; }
span { border-color: rgb(29,208,29); }
td.TdClassName
{
border-color: #1DD01D;
}
.TagClassName
{
border-color: #1DD01D;
}
</style>