Shades of Lime Green #1DE134
Tints of Lime Green #1DE134
RGB
CMYK
RGB Variations
Color information
#1DE134 (or 0x1DE134) is known color: Lime Green. HEX triplet: 1D, E1 and 34. RGB value is (29,225,52). Sum of RGB (Red+Green+Blue) = 29+225+52=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 225 (88.28% from 255 or 73.53% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 225 - color contains mainly: green. Hex color #1DE134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE134 is #E21ECB. Grayscale: #939393. Windows color (decimal): -14819020 or 3465501. OLE color: 3465501.
HSL color Cylindrical-coordinate representation of color #1DE134: hue angle of 127.04º 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 #1DE134 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 225 | 52 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.12 |
| HSL | 127.04º | 0.77% | 0.5% | - |
| HSV(B) | 127.04º | 0.87% | 0.88% | - |
| XYZ | 28.05 | 54.36 | 12.26 | - |
| YUV | 146.67 | 74.57 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 225 | 52 | 0.87 | 0 | 0.77 | 0.12 | 127.04 | 0.77 | 0.5 |
| Hex | 1D | E1 | 34 | 57 | 0 | 4D | C | 7F | 4D | 32 |
| Octal | 35 | 341 | 64 | 127 | 0 | 115 | 14 | 177 | 115 | 62 |
| Binary | 11101 | 11100001 | 110100 | 1010111 | 0 | 1001101 | 1100 | 1111111 | 1001101 | 110010 |
Color Harmonies of #1DE134
Complementary color
Monochromatic Colors of #1DE134
Black with #1DE134
Text Example
Text Example
White with #1DE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE134; }
p { color: rgb(29,225,52); }
H1.HeaderClassName
{
color: #1DE134;
}
.AnyTagClassName
{
color: #1DE134;
}
</style>
background-color css
<style>
a { background-color: #1DE134; }
a { background-color: rgb(29,225,52); }
div.DivClassName
{
background-color: #1DE134;
}
.BgClassName
{
background-color: #1DE134;
}
</style>
border-color css
<style>
span { border-color: #1DE134; }
span { border-color: rgb(29,225,52); }
td.TdClassName
{
border-color: #1DE134;
}
.TagClassName
{
border-color: #1DE134;
}
</style>