Shades of Lime Green #1DE035
Tints of Lime Green #1DE035
RGB
CMYK
RGB Variations
Color information
#1DE035 (or 0x1DE035) is known color: Lime Green. HEX triplet: 1D, E0 and 35. RGB value is (29,224,53). Sum of RGB (Red+Green+Blue) = 29+224+53=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 224 (87.89% from 255 or 73.20% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE035 is #E21FCA. Grayscale: #929292. Windows color (decimal): -14819275 or 3530781. OLE color: 3530781.
HSL color Cylindrical-coordinate representation of color #1DE035: hue angle of 127.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE035 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 224 | 53 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.12 |
| HSL | 127.38º | 0.77% | 0.5% | - |
| HSV(B) | 127.38º | 0.87% | 0.88% | - |
| XYZ | 27.8 | 53.83 | 12.29 | - |
| YUV | 146.2 | 75.4 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 224 | 53 | 0.87 | 0 | 0.76 | 0.12 | 127.38 | 0.77 | 0.5 |
| Hex | 1D | E0 | 35 | 57 | 0 | 4C | C | 7F | 4D | 32 |
| Octal | 35 | 340 | 65 | 127 | 0 | 114 | 14 | 177 | 115 | 62 |
| Binary | 11101 | 11100000 | 110101 | 1010111 | 0 | 1001100 | 1100 | 1111111 | 1001101 | 110010 |
Color Harmonies of #1DE035
Complementary color
Monochromatic Colors of #1DE035
Black with #1DE035
Text Example
Text Example
White with #1DE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE035; }
p { color: rgb(29,224,53); }
H1.HeaderClassName
{
color: #1DE035;
}
.AnyTagClassName
{
color: #1DE035;
}
</style>
background-color css
<style>
a { background-color: #1DE035; }
a { background-color: rgb(29,224,53); }
div.DivClassName
{
background-color: #1DE035;
}
.BgClassName
{
background-color: #1DE035;
}
</style>
border-color css
<style>
span { border-color: #1DE035; }
span { border-color: rgb(29,224,53); }
td.TdClassName
{
border-color: #1DE035;
}
.TagClassName
{
border-color: #1DE035;
}
</style>