Shades of Lime Green #1DF037
Tints of Lime Green #1DF037
RGB
CMYK
RGB Variations
Color information
#1DF037 (or 0x1DF037) is known color: Lime Green. HEX triplet: 1D, F0 and 37. RGB value is (29,240,55). Sum of RGB (Red+Green+Blue) = 29+240+55=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF037 is #E20FC8. Grayscale: #9C9C9C. Windows color (decimal): -14815177 or 3665949. OLE color: 3665949.
HSL color Cylindrical-coordinate representation of color #1DF037: hue angle of 127.39º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF037 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 55 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.06 |
| HSL | 127.39º | 0.88% | 0.53% | - |
| HSV(B) | 127.39º | 0.88% | 0.94% | - |
| XYZ | 32.36 | 62.86 | 14.04 | - |
| YUV | 155.82 | 71.1 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 55 | 0.88 | 0 | 0.77 | 0.06 | 127.39 | 0.88 | 0.53 |
| Hex | 1D | F0 | 37 | 58 | 0 | 4D | 6 | 7F | 58 | 35 |
| Octal | 35 | 360 | 67 | 130 | 0 | 115 | 6 | 177 | 130 | 65 |
| Binary | 11101 | 11110000 | 110111 | 1011000 | 0 | 1001101 | 110 | 1111111 | 1011000 | 110101 |
Color Harmonies of #1DF037
Complementary color
Monochromatic Colors of #1DF037
Black with #1DF037
Text Example
Text Example
White with #1DF037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF037; }
p { color: rgb(29,240,55); }
H1.HeaderClassName
{
color: #1DF037;
}
.AnyTagClassName
{
color: #1DF037;
}
</style>
background-color css
<style>
a { background-color: #1DF037; }
a { background-color: rgb(29,240,55); }
div.DivClassName
{
background-color: #1DF037;
}
.BgClassName
{
background-color: #1DF037;
}
</style>
border-color css
<style>
span { border-color: #1DF037; }
span { border-color: rgb(29,240,55); }
td.TdClassName
{
border-color: #1DF037;
}
.TagClassName
{
border-color: #1DF037;
}
</style>