Shades of Spring Green #01E47C
Tints of Spring Green #01E47C
RGB
CMYK
RGB Variations
Color information
#01E47C (or 0x01E47C) is known color: Spring Green. HEX triplet: 01, E4 and 7C. RGB value is (1,228,124). Sum of RGB (Red+Green+Blue) = 1+228+124=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 228 (89.45% from 255 or 64.59% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 228 - color contains mainly: green. Hex color #01E47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E47C is #FE1B83. Grayscale: #949494. Windows color (decimal): -16653188 or 8184833. OLE color: 8184833.
HSL color Cylindrical-coordinate representation of color #01E47C: hue angle of 152.51º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E47C is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 228 | 124 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.11 |
| HSL | 152.51º | 0.99% | 0.45% | - |
| HSV(B) | 152.51º | 1% | 0.89% | - |
| XYZ | 31.39 | 56.95 | 28.41 | - |
| YUV | 148.27 | 114.29 | 22.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 228 | 124 | 1.00 | 0 | 0.46 | 0.11 | 152.51 | 0.99 | 0.45 |
| Hex | 1 | E4 | 7C | 64 | 0 | 2E | B | 99 | 63 | 2D |
| Octal | 1 | 344 | 174 | 144 | 0 | 56 | 13 | 231 | 143 | 55 |
| Binary | 1 | 11100100 | 1111100 | 1100100 | 0 | 101110 | 1011 | 10011001 | 1100011 | 101101 |
Color Harmonies of #01E47C
Complementary color
Monochromatic Colors of #01E47C
Black with #01E47C
Text Example
Text Example
White with #01E47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E47C; }
p { color: rgb(1,228,124); }
H1.HeaderClassName
{
color: #01E47C;
}
.AnyTagClassName
{
color: #01E47C;
}
</style>
background-color css
<style>
a { background-color: #01E47C; }
a { background-color: rgb(1,228,124); }
div.DivClassName
{
background-color: #01E47C;
}
.BgClassName
{
background-color: #01E47C;
}
</style>
border-color css
<style>
span { border-color: #01E47C; }
span { border-color: rgb(1,228,124); }
td.TdClassName
{
border-color: #01E47C;
}
.TagClassName
{
border-color: #01E47C;
}
</style>