Shades of Spring Green #01EC68
Tints of Spring Green #01EC68
RGB
CMYK
RGB Variations
Color information
#01EC68 (or 0x01EC68) is known color: Spring Green. HEX triplet: 01, EC and 68. RGB value is (1,236,104). Sum of RGB (Red+Green+Blue) = 1+236+104=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 236 (92.58% from 255 or 69.21% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC68 is #FE1397. Grayscale: #969696. Windows color (decimal): -16651160 or 6876161. OLE color: 6876161.
HSL color Cylindrical-coordinate representation of color #01EC68: hue angle of 146.3º 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 #01EC68 is Cyan = 1.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 104 | - |
| CMYK | 1.00 | 0 | 0.56 | 0.07 |
| HSL | 146.3º | 0.99% | 0.46% | - |
| HSV(B) | 146.3º | 1% | 0.93% | - |
| XYZ | 32.51 | 61 | 23.16 | - |
| YUV | 150.69 | 101.64 | 21.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 104 | 1.00 | 0 | 0.56 | 0.07 | 146.3 | 0.99 | 0.46 |
| Hex | 1 | EC | 68 | 64 | 0 | 38 | 7 | 92 | 63 | 2E |
| Octal | 1 | 354 | 150 | 144 | 0 | 70 | 7 | 222 | 143 | 56 |
| Binary | 1 | 11101100 | 1101000 | 1100100 | 0 | 111000 | 111 | 10010010 | 1100011 | 101110 |
Color Harmonies of #01EC68
Complementary color
Monochromatic Colors of #01EC68
Black with #01EC68
Text Example
Text Example
White with #01EC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC68; }
p { color: rgb(1,236,104); }
H1.HeaderClassName
{
color: #01EC68;
}
.AnyTagClassName
{
color: #01EC68;
}
</style>
background-color css
<style>
a { background-color: #01EC68; }
a { background-color: rgb(1,236,104); }
div.DivClassName
{
background-color: #01EC68;
}
.BgClassName
{
background-color: #01EC68;
}
</style>
border-color css
<style>
span { border-color: #01EC68; }
span { border-color: rgb(1,236,104); }
td.TdClassName
{
border-color: #01EC68;
}
.TagClassName
{
border-color: #01EC68;
}
</style>