Shades of Lime Green #1DE129
Tints of Lime Green #1DE129
RGB
CMYK
RGB Variations
Color information
#1DE129 (or 0x1DE129) is known color: Lime Green. HEX triplet: 1D, E1 and 29. RGB value is (29,225,41). Sum of RGB (Red+Green+Blue) = 29+225+41=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 225 (88.28% from 255 or 76.27% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 225 - color contains mainly: green. Hex color #1DE129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE129 is #E21ED6. Grayscale: #919191. Windows color (decimal): -14819031 or 2744605. OLE color: 2744605.
HSL color Cylindrical-coordinate representation of color #1DE129: hue angle of 123.67º 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 #1DE129 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 225 | 41 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.12 |
| HSL | 123.67º | 0.77% | 0.5% | - |
| HSV(B) | 123.67º | 0.87% | 0.88% | - |
| XYZ | 27.83 | 54.27 | 11.11 | - |
| YUV | 145.42 | 69.07 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 225 | 41 | 0.87 | 0 | 0.82 | 0.12 | 123.67 | 0.77 | 0.5 |
| Hex | 1D | E1 | 29 | 57 | 0 | 52 | C | 7C | 4D | 32 |
| Octal | 35 | 341 | 51 | 127 | 0 | 122 | 14 | 174 | 115 | 62 |
| Binary | 11101 | 11100001 | 101001 | 1010111 | 0 | 1010010 | 1100 | 1111100 | 1001101 | 110010 |
Color Harmonies of #1DE129
Complementary color
Monochromatic Colors of #1DE129
Black with #1DE129
Text Example
Text Example
White with #1DE129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE129; }
p { color: rgb(29,225,41); }
H1.HeaderClassName
{
color: #1DE129;
}
.AnyTagClassName
{
color: #1DE129;
}
</style>
background-color css
<style>
a { background-color: #1DE129; }
a { background-color: rgb(29,225,41); }
div.DivClassName
{
background-color: #1DE129;
}
.BgClassName
{
background-color: #1DE129;
}
</style>
border-color css
<style>
span { border-color: #1DE129; }
span { border-color: rgb(29,225,41); }
td.TdClassName
{
border-color: #1DE129;
}
.TagClassName
{
border-color: #1DE129;
}
</style>