Shades of Lime Green #1DE235
Tints of Lime Green #1DE235
RGB
CMYK
RGB Variations
Color information
#1DE235 (or 0x1DE235) is known color: Lime Green. HEX triplet: 1D, E2 and 35. RGB value is (29,226,53). Sum of RGB (Red+Green+Blue) = 29+226+53=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 226 (88.67% from 255 or 73.38% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 226 - color contains mainly: green. Hex color #1DE235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE235 is #E21DCA. Grayscale: #939393. Windows color (decimal): -14818763 or 3531293. OLE color: 3531293.
HSL color Cylindrical-coordinate representation of color #1DE235: hue angle of 127.31º degrees, saturation: 0.77, 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 #1DE235 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 29 | 226 | 53 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.11 |
| HSL | 127.31º | 0.77% | 0.5% | - |
| HSV(B) | 127.31º | 0.87% | 0.89% | - |
| XYZ | 28.35 | 54.91 | 12.47 | - |
| YUV | 147.38 | 74.73 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 226 | 53 | 0.87 | 0 | 0.77 | 0.11 | 127.31 | 0.77 | 0.5 |
| Hex | 1D | E2 | 35 | 57 | 0 | 4D | B | 7F | 4D | 32 |
| Octal | 35 | 342 | 65 | 127 | 0 | 115 | 13 | 177 | 115 | 62 |
| Binary | 11101 | 11100010 | 110101 | 1010111 | 0 | 1001101 | 1011 | 1111111 | 1001101 | 110010 |
Color Harmonies of #1DE235
Complementary color
Monochromatic Colors of #1DE235
Black with #1DE235
Text Example
Text Example
White with #1DE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE235; }
p { color: rgb(29,226,53); }
H1.HeaderClassName
{
color: #1DE235;
}
.AnyTagClassName
{
color: #1DE235;
}
</style>
background-color css
<style>
a { background-color: #1DE235; }
a { background-color: rgb(29,226,53); }
div.DivClassName
{
background-color: #1DE235;
}
.BgClassName
{
background-color: #1DE235;
}
</style>
border-color css
<style>
span { border-color: #1DE235; }
span { border-color: rgb(29,226,53); }
td.TdClassName
{
border-color: #1DE235;
}
.TagClassName
{
border-color: #1DE235;
}
</style>