Shades of Lime Green #1DE033
Tints of Lime Green #1DE033
RGB
CMYK
RGB Variations
Color information
#1DE033 (or 0x1DE033) is known color: Lime Green. HEX triplet: 1D, E0 and 33. RGB value is (29,224,51). Sum of RGB (Red+Green+Blue) = 29+224+51=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 224 (87.89% from 255 or 73.68% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE033 is #E21FCC. Grayscale: #929292. Windows color (decimal): -14819277 or 3399709. OLE color: 3399709.
HSL color Cylindrical-coordinate representation of color #1DE033: hue angle of 126.77º 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 #1DE033 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 224 | 51 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.12 |
| HSL | 126.77º | 0.77% | 0.5% | - |
| HSV(B) | 126.77º | 0.87% | 0.88% | - |
| XYZ | 27.76 | 53.81 | 12.06 | - |
| YUV | 145.97 | 74.4 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 224 | 51 | 0.87 | 0 | 0.77 | 0.12 | 126.77 | 0.77 | 0.5 |
| Hex | 1D | E0 | 33 | 57 | 0 | 4D | C | 7F | 4D | 32 |
| Octal | 35 | 340 | 63 | 127 | 0 | 115 | 14 | 177 | 115 | 62 |
| Binary | 11101 | 11100000 | 110011 | 1010111 | 0 | 1001101 | 1100 | 1111111 | 1001101 | 110010 |
Color Harmonies of #1DE033
Complementary color
Monochromatic Colors of #1DE033
Black with #1DE033
Text Example
Text Example
White with #1DE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE033; }
p { color: rgb(29,224,51); }
H1.HeaderClassName
{
color: #1DE033;
}
.AnyTagClassName
{
color: #1DE033;
}
</style>
background-color css
<style>
a { background-color: #1DE033; }
a { background-color: rgb(29,224,51); }
div.DivClassName
{
background-color: #1DE033;
}
.BgClassName
{
background-color: #1DE033;
}
</style>
border-color css
<style>
span { border-color: #1DE033; }
span { border-color: rgb(29,224,51); }
td.TdClassName
{
border-color: #1DE033;
}
.TagClassName
{
border-color: #1DE033;
}
</style>