Shades of Lime Green #1DF035
Tints of Lime Green #1DF035
RGB
CMYK
RGB Variations
Color information
#1DF035 (or 0x1DF035) is known color: Lime Green. HEX triplet: 1D, F0 and 35. RGB value is (29,240,53). Sum of RGB (Red+Green+Blue) = 29+240+53=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF035 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF035 is #E20FCA. Grayscale: #9C9C9C. Windows color (decimal): -14815179 or 3534877. OLE color: 3534877.
HSL color Cylindrical-coordinate representation of color #1DF035: hue angle of 126.82º 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 #1DF035 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 53 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.06 |
| HSL | 126.82º | 0.88% | 0.53% | - |
| HSV(B) | 126.82º | 0.88% | 0.94% | - |
| XYZ | 32.31 | 62.84 | 13.79 | - |
| YUV | 155.59 | 70.1 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 53 | 0.88 | 0 | 0.78 | 0.06 | 126.82 | 0.88 | 0.53 |
| Hex | 1D | F0 | 35 | 58 | 0 | 4E | 6 | 7F | 58 | 35 |
| Octal | 35 | 360 | 65 | 130 | 0 | 116 | 6 | 177 | 130 | 65 |
| Binary | 11101 | 11110000 | 110101 | 1011000 | 0 | 1001110 | 110 | 1111111 | 1011000 | 110101 |
Color Harmonies of #1DF035
Complementary color
Monochromatic Colors of #1DF035
Black with #1DF035
Text Example
Text Example
White with #1DF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF035; }
p { color: rgb(29,240,53); }
H1.HeaderClassName
{
color: #1DF035;
}
.AnyTagClassName
{
color: #1DF035;
}
</style>
background-color css
<style>
a { background-color: #1DF035; }
a { background-color: rgb(29,240,53); }
div.DivClassName
{
background-color: #1DF035;
}
.BgClassName
{
background-color: #1DF035;
}
</style>
border-color css
<style>
span { border-color: #1DF035; }
span { border-color: rgb(29,240,53); }
td.TdClassName
{
border-color: #1DF035;
}
.TagClassName
{
border-color: #1DF035;
}
</style>