Shades of Lime Green #1DE424
Tints of Lime Green #1DE424
RGB
CMYK
RGB Variations
Color information
#1DE424 (or 0x1DE424) is known color: Lime Green. HEX triplet: 1D, E4 and 24. RGB value is (29,228,36). Sum of RGB (Red+Green+Blue) = 29+228+36=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 228 (89.45% from 255 or 77.82% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 228 - color contains mainly: green. Hex color #1DE424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE424 is #E21BDB. Grayscale: #939393. Windows color (decimal): -14818268 or 2417693. OLE color: 2417693.
HSL color Cylindrical-coordinate representation of color #1DE424: hue angle of 122.11º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE424 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 29 | 228 | 36 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.11 |
| HSL | 122.11º | 0.79% | 0.5% | - |
| HSV(B) | 122.11º | 0.87% | 0.89% | - |
| XYZ | 28.57 | 55.88 | 10.95 | - |
| YUV | 146.61 | 65.57 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 228 | 36 | 0.87 | 0 | 0.84 | 0.11 | 122.11 | 0.79 | 0.5 |
| Hex | 1D | E4 | 24 | 57 | 0 | 54 | B | 7A | 4F | 32 |
| Octal | 35 | 344 | 44 | 127 | 0 | 124 | 13 | 172 | 117 | 62 |
| Binary | 11101 | 11100100 | 100100 | 1010111 | 0 | 1010100 | 1011 | 1111010 | 1001111 | 110010 |
Color Harmonies of #1DE424
Complementary color
Monochromatic Colors of #1DE424
Black with #1DE424
Text Example
Text Example
White with #1DE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE424; }
p { color: rgb(29,228,36); }
H1.HeaderClassName
{
color: #1DE424;
}
.AnyTagClassName
{
color: #1DE424;
}
</style>
background-color css
<style>
a { background-color: #1DE424; }
a { background-color: rgb(29,228,36); }
div.DivClassName
{
background-color: #1DE424;
}
.BgClassName
{
background-color: #1DE424;
}
</style>
border-color css
<style>
span { border-color: #1DE424; }
span { border-color: rgb(29,228,36); }
td.TdClassName
{
border-color: #1DE424;
}
.TagClassName
{
border-color: #1DE424;
}
</style>