Shades of Spring Green #01E07F
Tints of Spring Green #01E07F
RGB
CMYK
RGB Variations
Color information
#01E07F (or 0x01E07F) is known color: Spring Green. HEX triplet: 01, E0 and 7F. RGB value is (1,224,127). Sum of RGB (Red+Green+Blue) = 1+224+127=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 224 (87.89% from 255 or 63.64% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 224 - color contains mainly: green. Hex color #01E07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E07F is #FE1F80. Grayscale: #929292. Windows color (decimal): -16654209 or 8380417. OLE color: 8380417.
HSL color Cylindrical-coordinate representation of color #01E07F: hue angle of 153.9º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E07F is Cyan = 1.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 127 | - |
| CMYK | 1.00 | 0 | 0.43 | 0.12 |
| HSL | 153.9º | 0.99% | 0.44% | - |
| HSV(B) | 153.9º | 1% | 0.88% | - |
| XYZ | 30.5 | 54.85 | 29.06 | - |
| YUV | 146.27 | 117.12 | 24.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 127 | 1.00 | 0 | 0.43 | 0.12 | 153.9 | 0.99 | 0.44 |
| Hex | 1 | E0 | 7F | 64 | 0 | 2B | C | 9A | 63 | 2C |
| Octal | 1 | 340 | 177 | 144 | 0 | 53 | 14 | 232 | 143 | 54 |
| Binary | 1 | 11100000 | 1111111 | 1100100 | 0 | 101011 | 1100 | 10011010 | 1100011 | 101100 |
Color Harmonies of #01E07F
Complementary color
Monochromatic Colors of #01E07F
Black with #01E07F
Text Example
Text Example
White with #01E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E07F; }
p { color: rgb(1,224,127); }
H1.HeaderClassName
{
color: #01E07F;
}
.AnyTagClassName
{
color: #01E07F;
}
</style>
background-color css
<style>
a { background-color: #01E07F; }
a { background-color: rgb(1,224,127); }
div.DivClassName
{
background-color: #01E07F;
}
.BgClassName
{
background-color: #01E07F;
}
</style>
border-color css
<style>
span { border-color: #01E07F; }
span { border-color: rgb(1,224,127); }
td.TdClassName
{
border-color: #01E07F;
}
.TagClassName
{
border-color: #01E07F;
}
</style>