Shades of Lime Green #1DD037
Tints of Lime Green #1DD037
RGB
CMYK
RGB Variations
Color information
#1DD037 (or 0x1DD037) is known color: Lime Green. HEX triplet: 1D, D0 and 37. RGB value is (29,208,55). Sum of RGB (Red+Green+Blue) = 29+208+55=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 208 (81.64% from 255 or 71.23% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD037 is #E22FC8. Grayscale: #898989. Windows color (decimal): -14823369 or 3657757. OLE color: 3657757.
HSL color Cylindrical-coordinate representation of color #1DD037: hue angle of 128.72º 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 #1DD037 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 55 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.18 |
| HSL | 128.72º | 0.76% | 0.46% | - |
| HSV(B) | 128.72º | 0.86% | 0.82% | - |
| XYZ | 23.75 | 45.65 | 11.17 | - |
| YUV | 137.04 | 81.7 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 55 | 0.86 | 0 | 0.74 | 0.18 | 128.72 | 0.76 | 0.46 |
| Hex | 1D | D0 | 37 | 56 | 0 | 4A | 12 | 81 | 4C | 2E |
| Octal | 35 | 320 | 67 | 126 | 0 | 112 | 22 | 201 | 114 | 56 |
| Binary | 11101 | 11010000 | 110111 | 1010110 | 0 | 1001010 | 10010 | 10000001 | 1001100 | 101110 |
Color Harmonies of #1DD037
Complementary color
Monochromatic Colors of #1DD037
Black with #1DD037
Text Example
Text Example
White with #1DD037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD037; }
p { color: rgb(29,208,55); }
H1.HeaderClassName
{
color: #1DD037;
}
.AnyTagClassName
{
color: #1DD037;
}
</style>
background-color css
<style>
a { background-color: #1DD037; }
a { background-color: rgb(29,208,55); }
div.DivClassName
{
background-color: #1DD037;
}
.BgClassName
{
background-color: #1DD037;
}
</style>
border-color css
<style>
span { border-color: #1DD037; }
span { border-color: rgb(29,208,55); }
td.TdClassName
{
border-color: #1DD037;
}
.TagClassName
{
border-color: #1DD037;
}
</style>