Shades of Lime Green #1DD039
Tints of Lime Green #1DD039
RGB
CMYK
RGB Variations
Color information
#1DD039 (or 0x1DD039) is known color: Lime Green. HEX triplet: 1D, D0 and 39. RGB value is (29,208,57). Sum of RGB (Red+Green+Blue) = 29+208+57=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD039 is #E22FC6. Grayscale: #898989. Windows color (decimal): -14823367 or 3788829. OLE color: 3788829.
HSL color Cylindrical-coordinate representation of color #1DD039: hue angle of 129.39º 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 #1DD039 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 57 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.18 |
| HSL | 129.39º | 0.76% | 0.46% | - |
| HSV(B) | 129.39º | 0.86% | 0.82% | - |
| XYZ | 23.8 | 45.67 | 11.43 | - |
| YUV | 137.27 | 82.7 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 57 | 0.86 | 0 | 0.73 | 0.18 | 129.39 | 0.76 | 0.46 |
| Hex | 1D | D0 | 39 | 56 | 0 | 49 | 12 | 81 | 4C | 2E |
| Octal | 35 | 320 | 71 | 126 | 0 | 111 | 22 | 201 | 114 | 56 |
| Binary | 11101 | 11010000 | 111001 | 1010110 | 0 | 1001001 | 10010 | 10000001 | 1001100 | 101110 |
Color Harmonies of #1DD039
Complementary color
Monochromatic Colors of #1DD039
Black with #1DD039
Text Example
Text Example
White with #1DD039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD039; }
p { color: rgb(29,208,57); }
H1.HeaderClassName
{
color: #1DD039;
}
.AnyTagClassName
{
color: #1DD039;
}
</style>
background-color css
<style>
a { background-color: #1DD039; }
a { background-color: rgb(29,208,57); }
div.DivClassName
{
background-color: #1DD039;
}
.BgClassName
{
background-color: #1DD039;
}
</style>
border-color css
<style>
span { border-color: #1DD039; }
span { border-color: rgb(29,208,57); }
td.TdClassName
{
border-color: #1DD039;
}
.TagClassName
{
border-color: #1DD039;
}
</style>