Shades of Lime Green #1DED31
Tints of Lime Green #1DED31
RGB
CMYK
RGB Variations
Color information
#1DED31 (or 0x1DED31) is known color: Lime Green. HEX triplet: 1D, ED and 31. RGB value is (29,237,49). Sum of RGB (Red+Green+Blue) = 29+237+49=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 237 (92.97% from 255 or 75.24% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DED31 is #E212CE. Grayscale: #999999. Windows color (decimal): -14815951 or 3271965. OLE color: 3271965.
HSL color Cylindrical-coordinate representation of color #1DED31: hue angle of 125.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DED31 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 49 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.07 |
| HSL | 125.77º | 0.85% | 0.52% | - |
| HSV(B) | 125.77º | 0.88% | 0.93% | - |
| XYZ | 31.35 | 61.05 | 13.04 | - |
| YUV | 153.38 | 69.09 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 49 | 0.88 | 0 | 0.79 | 0.07 | 125.77 | 0.85 | 0.52 |
| Hex | 1D | ED | 31 | 58 | 0 | 4F | 7 | 7E | 55 | 34 |
| Octal | 35 | 355 | 61 | 130 | 0 | 117 | 7 | 176 | 125 | 64 |
| Binary | 11101 | 11101101 | 110001 | 1011000 | 0 | 1001111 | 111 | 1111110 | 1010101 | 110100 |
Color Harmonies of #1DED31
Complementary color
Monochromatic Colors of #1DED31
Black with #1DED31
Text Example
Text Example
White with #1DED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED31; }
p { color: rgb(29,237,49); }
H1.HeaderClassName
{
color: #1DED31;
}
.AnyTagClassName
{
color: #1DED31;
}
</style>
background-color css
<style>
a { background-color: #1DED31; }
a { background-color: rgb(29,237,49); }
div.DivClassName
{
background-color: #1DED31;
}
.BgClassName
{
background-color: #1DED31;
}
</style>
border-color css
<style>
span { border-color: #1DED31; }
span { border-color: rgb(29,237,49); }
td.TdClassName
{
border-color: #1DED31;
}
.TagClassName
{
border-color: #1DED31;
}
</style>