Shades of Spring Green #01EC7E
Tints of Spring Green #01EC7E
RGB
CMYK
RGB Variations
Color information
#01EC7E (or 0x01EC7E) is known color: Spring Green. HEX triplet: 01, EC and 7E. RGB value is (1,236,126). Sum of RGB (Red+Green+Blue) = 1+236+126=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC7E is #FE1381. Grayscale: #999999. Windows color (decimal): -16651138 or 8317953. OLE color: 8317953.
HSL color Cylindrical-coordinate representation of color #01EC7E: hue angle of 151.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC7E is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 126 | - |
| CMYK | 1.00 | 0 | 0.47 | 0.07 |
| HSL | 151.91º | 0.99% | 0.46% | - |
| HSV(B) | 151.91º | 1% | 0.93% | - |
| XYZ | 33.77 | 61.5 | 29.83 | - |
| YUV | 153.2 | 112.64 | 19.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 126 | 1.00 | 0 | 0.47 | 0.07 | 151.91 | 0.99 | 0.46 |
| Hex | 1 | EC | 7E | 64 | 0 | 2F | 7 | 98 | 63 | 2E |
| Octal | 1 | 354 | 176 | 144 | 0 | 57 | 7 | 230 | 143 | 56 |
| Binary | 1 | 11101100 | 1111110 | 1100100 | 0 | 101111 | 111 | 10011000 | 1100011 | 101110 |
Color Harmonies of #01EC7E
Complementary color
Monochromatic Colors of #01EC7E
Black with #01EC7E
Text Example
Text Example
White with #01EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC7E; }
p { color: rgb(1,236,126); }
H1.HeaderClassName
{
color: #01EC7E;
}
.AnyTagClassName
{
color: #01EC7E;
}
</style>
background-color css
<style>
a { background-color: #01EC7E; }
a { background-color: rgb(1,236,126); }
div.DivClassName
{
background-color: #01EC7E;
}
.BgClassName
{
background-color: #01EC7E;
}
</style>
border-color css
<style>
span { border-color: #01EC7E; }
span { border-color: rgb(1,236,126); }
td.TdClassName
{
border-color: #01EC7E;
}
.TagClassName
{
border-color: #01EC7E;
}
</style>