Shades of Lime Green #1DE732
Tints of Lime Green #1DE732
RGB
CMYK
RGB Variations
Color information
#1DE732 (or 0x1DE732) is known color: Lime Green. HEX triplet: 1D, E7 and 32. RGB value is (29,231,50). Sum of RGB (Red+Green+Blue) = 29+231+50=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 231 (90.62% from 255 or 74.52% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 231 - color contains mainly: green. Hex color #1DE732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DE732 is #E218CD. Grayscale: #969696. Windows color (decimal): -14817486 or 3335965. OLE color: 3335965.
HSL color Cylindrical-coordinate representation of color #1DE732: hue angle of 126.24º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE732 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 231 | 50 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.09 |
| HSL | 126.24º | 0.81% | 0.51% | - |
| HSV(B) | 126.24º | 0.87% | 0.91% | - |
| XYZ | 29.66 | 57.64 | 12.58 | - |
| YUV | 149.97 | 71.58 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 231 | 50 | 0.87 | 0 | 0.78 | 0.09 | 126.24 | 0.81 | 0.51 |
| Hex | 1D | E7 | 32 | 57 | 0 | 4E | 9 | 7E | 51 | 33 |
| Octal | 35 | 347 | 62 | 127 | 0 | 116 | 11 | 176 | 121 | 63 |
| Binary | 11101 | 11100111 | 110010 | 1010111 | 0 | 1001110 | 1001 | 1111110 | 1010001 | 110011 |
Color Harmonies of #1DE732
Complementary color
Monochromatic Colors of #1DE732
Black with #1DE732
Text Example
Text Example
White with #1DE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE732; }
p { color: rgb(29,231,50); }
H1.HeaderClassName
{
color: #1DE732;
}
.AnyTagClassName
{
color: #1DE732;
}
</style>
background-color css
<style>
a { background-color: #1DE732; }
a { background-color: rgb(29,231,50); }
div.DivClassName
{
background-color: #1DE732;
}
.BgClassName
{
background-color: #1DE732;
}
</style>
border-color css
<style>
span { border-color: #1DE732; }
span { border-color: rgb(29,231,50); }
td.TdClassName
{
border-color: #1DE732;
}
.TagClassName
{
border-color: #1DE732;
}
</style>