Shades of Spring Green #01E07B
Tints of Spring Green #01E07B
RGB
CMYK
RGB Variations
Color information
#01E07B (or 0x01E07B) is known color: Spring Green. HEX triplet: 01, E0 and 7B. RGB value is (1,224,123). Sum of RGB (Red+Green+Blue) = 1+224+123=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #01E07B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E07B is #FE1F84. Grayscale: #919191. Windows color (decimal): -16654213 or 8118273. OLE color: 8118273.
HSL color Cylindrical-coordinate representation of color #01E07B: hue angle of 152.83º 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 #01E07B is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 123 | - |
| CMYK | 1.00 | 0 | 0.45 | 0.12 |
| HSL | 152.83º | 0.99% | 0.44% | - |
| HSV(B) | 152.83º | 1% | 0.88% | - |
| XYZ | 30.24 | 54.75 | 27.71 | - |
| YUV | 145.81 | 115.12 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 123 | 1.00 | 0 | 0.45 | 0.12 | 152.83 | 0.99 | 0.44 |
| Hex | 1 | E0 | 7B | 64 | 0 | 2D | C | 99 | 63 | 2C |
| Octal | 1 | 340 | 173 | 144 | 0 | 55 | 14 | 231 | 143 | 54 |
| Binary | 1 | 11100000 | 1111011 | 1100100 | 0 | 101101 | 1100 | 10011001 | 1100011 | 101100 |
Color Harmonies of #01E07B
Complementary color
Monochromatic Colors of #01E07B
Black with #01E07B
Text Example
Text Example
White with #01E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E07B; }
p { color: rgb(1,224,123); }
H1.HeaderClassName
{
color: #01E07B;
}
.AnyTagClassName
{
color: #01E07B;
}
</style>
background-color css
<style>
a { background-color: #01E07B; }
a { background-color: rgb(1,224,123); }
div.DivClassName
{
background-color: #01E07B;
}
.BgClassName
{
background-color: #01E07B;
}
</style>
border-color css
<style>
span { border-color: #01E07B; }
span { border-color: rgb(1,224,123); }
td.TdClassName
{
border-color: #01E07B;
}
.TagClassName
{
border-color: #01E07B;
}
</style>