Shades of Lime Green #1DEE37
Tints of Lime Green #1DEE37
RGB
CMYK
RGB Variations
Color information
#1DEE37 (or 0x1DEE37) is known color: Lime Green. HEX triplet: 1D, EE and 37. RGB value is (29,238,55). Sum of RGB (Red+Green+Blue) = 29+238+55=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 238 (93.36% from 255 or 73.91% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEE37 is #E211C8. Grayscale: #9B9B9B. Windows color (decimal): -14815689 or 3665437. OLE color: 3665437.
HSL color Cylindrical-coordinate representation of color #1DEE37: hue angle of 127.46º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEE37 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 55 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.07 |
| HSL | 127.46º | 0.86% | 0.52% | - |
| HSV(B) | 127.46º | 0.88% | 0.93% | - |
| XYZ | 31.77 | 61.69 | 13.85 | - |
| YUV | 154.65 | 71.76 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 55 | 0.88 | 0 | 0.77 | 0.07 | 127.46 | 0.86 | 0.52 |
| Hex | 1D | EE | 37 | 58 | 0 | 4D | 7 | 7F | 56 | 34 |
| Octal | 35 | 356 | 67 | 130 | 0 | 115 | 7 | 177 | 126 | 64 |
| Binary | 11101 | 11101110 | 110111 | 1011000 | 0 | 1001101 | 111 | 1111111 | 1010110 | 110100 |
Color Harmonies of #1DEE37
Complementary color
Monochromatic Colors of #1DEE37
Black with #1DEE37
Text Example
Text Example
White with #1DEE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEE37; }
p { color: rgb(29,238,55); }
H1.HeaderClassName
{
color: #1DEE37;
}
.AnyTagClassName
{
color: #1DEE37;
}
</style>
background-color css
<style>
a { background-color: #1DEE37; }
a { background-color: rgb(29,238,55); }
div.DivClassName
{
background-color: #1DEE37;
}
.BgClassName
{
background-color: #1DEE37;
}
</style>
border-color css
<style>
span { border-color: #1DEE37; }
span { border-color: rgb(29,238,55); }
td.TdClassName
{
border-color: #1DEE37;
}
.TagClassName
{
border-color: #1DEE37;
}
</style>