Shades of Spring Green #1DEC7E
Tints of Spring Green #1DEC7E
RGB
CMYK
RGB Variations
Color information
#1DEC7E (or 0x1DEC7E) is known color: Spring Green. HEX triplet: 1D, EC and 7E. RGB value is (29,236,126). Sum of RGB (Red+Green+Blue) = 29+236+126=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEC7E is #E21381. Grayscale: #A1A1A1. Windows color (decimal): -14816130 or 8317981. OLE color: 8317981.
HSL color Cylindrical-coordinate representation of color #1DEC7E: hue angle of 148.12º degrees, saturation: 0.84, 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 #1DEC7E is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 126 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.07 |
| HSL | 148.12º | 0.84% | 0.52% | - |
| HSV(B) | 148.12º | 0.88% | 0.93% | - |
| XYZ | 34.27 | 61.76 | 29.85 | - |
| YUV | 161.57 | 107.92 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 126 | 0.88 | 0 | 0.47 | 0.07 | 148.12 | 0.84 | 0.52 |
| Hex | 1D | EC | 7E | 58 | 0 | 2F | 7 | 94 | 54 | 34 |
| Octal | 35 | 354 | 176 | 130 | 0 | 57 | 7 | 224 | 124 | 64 |
| Binary | 11101 | 11101100 | 1111110 | 1011000 | 0 | 101111 | 111 | 10010100 | 1010100 | 110100 |
Color Harmonies of #1DEC7E
Complementary color
Monochromatic Colors of #1DEC7E
Black with #1DEC7E
Text Example
Text Example
White with #1DEC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC7E; }
p { color: rgb(29,236,126); }
H1.HeaderClassName
{
color: #1DEC7E;
}
.AnyTagClassName
{
color: #1DEC7E;
}
</style>
background-color css
<style>
a { background-color: #1DEC7E; }
a { background-color: rgb(29,236,126); }
div.DivClassName
{
background-color: #1DEC7E;
}
.BgClassName
{
background-color: #1DEC7E;
}
</style>
border-color css
<style>
span { border-color: #1DEC7E; }
span { border-color: rgb(29,236,126); }
td.TdClassName
{
border-color: #1DEC7E;
}
.TagClassName
{
border-color: #1DEC7E;
}
</style>