Shades of Lime Green #1DED30
Tints of Lime Green #1DED30
RGB
CMYK
RGB Variations
Color information
#1DED30 (or 0x1DED30) is known color: Lime Green. HEX triplet: 1D, ED and 30. RGB value is (29,237,48). Sum of RGB (Red+Green+Blue) = 29+237+48=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 237 (92.97% from 255 or 75.48% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DED30 is #E212CF. Grayscale: #999999. Windows color (decimal): -14815952 or 3206429. OLE color: 3206429.
HSL color Cylindrical-coordinate representation of color #1DED30: hue angle of 125.48º 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 #1DED30 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 48 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.07 |
| HSL | 125.48º | 0.85% | 0.52% | - |
| HSV(B) | 125.48º | 0.88% | 0.93% | - |
| XYZ | 31.32 | 61.04 | 12.93 | - |
| YUV | 153.26 | 68.59 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 48 | 0.88 | 0 | 0.80 | 0.07 | 125.48 | 0.85 | 0.52 |
| Hex | 1D | ED | 30 | 58 | 0 | 50 | 7 | 7D | 55 | 34 |
| Octal | 35 | 355 | 60 | 130 | 0 | 120 | 7 | 175 | 125 | 64 |
| Binary | 11101 | 11101101 | 110000 | 1011000 | 0 | 1010000 | 111 | 1111101 | 1010101 | 110100 |
Color Harmonies of #1DED30
Complementary color
Monochromatic Colors of #1DED30
Black with #1DED30
Text Example
Text Example
White with #1DED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED30; }
p { color: rgb(29,237,48); }
H1.HeaderClassName
{
color: #1DED30;
}
.AnyTagClassName
{
color: #1DED30;
}
</style>
background-color css
<style>
a { background-color: #1DED30; }
a { background-color: rgb(29,237,48); }
div.DivClassName
{
background-color: #1DED30;
}
.BgClassName
{
background-color: #1DED30;
}
</style>
border-color css
<style>
span { border-color: #1DED30; }
span { border-color: rgb(29,237,48); }
td.TdClassName
{
border-color: #1DED30;
}
.TagClassName
{
border-color: #1DED30;
}
</style>