Shades of Spring Green #1DEC7B
Tints of Spring Green #1DEC7B
RGB
CMYK
RGB Variations
Color information
#1DEC7B (or 0x1DEC7B) is known color: Spring Green. HEX triplet: 1D, EC and 7B. RGB value is (29,236,123). Sum of RGB (Red+Green+Blue) = 29+236+123=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEC7B is #E21384. Grayscale: #A1A1A1. Windows color (decimal): -14816133 or 8121373. OLE color: 8121373.
HSL color Cylindrical-coordinate representation of color #1DEC7B: hue angle of 147.25º 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 #1DEC7B is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 123 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.07 |
| HSL | 147.25º | 0.84% | 0.52% | - |
| HSV(B) | 147.25º | 0.88% | 0.93% | - |
| XYZ | 34.08 | 61.68 | 28.85 | - |
| YUV | 161.23 | 106.42 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 123 | 0.88 | 0 | 0.48 | 0.07 | 147.25 | 0.84 | 0.52 |
| Hex | 1D | EC | 7B | 58 | 0 | 30 | 7 | 93 | 54 | 34 |
| Octal | 35 | 354 | 173 | 130 | 0 | 60 | 7 | 223 | 124 | 64 |
| Binary | 11101 | 11101100 | 1111011 | 1011000 | 0 | 110000 | 111 | 10010011 | 1010100 | 110100 |
Color Harmonies of #1DEC7B
Complementary color
Monochromatic Colors of #1DEC7B
Black with #1DEC7B
Text Example
Text Example
White with #1DEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC7B; }
p { color: rgb(29,236,123); }
H1.HeaderClassName
{
color: #1DEC7B;
}
.AnyTagClassName
{
color: #1DEC7B;
}
</style>
background-color css
<style>
a { background-color: #1DEC7B; }
a { background-color: rgb(29,236,123); }
div.DivClassName
{
background-color: #1DEC7B;
}
.BgClassName
{
background-color: #1DEC7B;
}
</style>
border-color css
<style>
span { border-color: #1DEC7B; }
span { border-color: rgb(29,236,123); }
td.TdClassName
{
border-color: #1DEC7B;
}
.TagClassName
{
border-color: #1DEC7B;
}
</style>