Shades of Spring Green #03E070
Tints of Spring Green #03E070
RGB
CMYK
RGB Variations
Color information
#03E070 (or 0x03E070) is known color: Spring Green. HEX triplet: 03, E0 and 70. RGB value is (3,224,112). Sum of RGB (Red+Green+Blue) = 3+224+112=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #03E070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03E070 is #FC1F8F. Grayscale: #919191. Windows color (decimal): -16523152 or 7397379. OLE color: 7397379.
HSL color Cylindrical-coordinate representation of color #03E070: hue angle of 149.59º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E070 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 224 | 112 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.12 |
| HSL | 149.59º | 0.97% | 0.45% | - |
| HSV(B) | 149.59º | 0.99% | 0.88% | - |
| XYZ | 29.62 | 54.5 | 24.29 | - |
| YUV | 145.15 | 109.28 | 26.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 112 | 0.99 | 0 | 0.50 | 0.12 | 149.59 | 0.97 | 0.45 |
| Hex | 3 | E0 | 70 | 63 | 0 | 32 | C | 96 | 61 | 2D |
| Octal | 3 | 340 | 160 | 143 | 0 | 62 | 14 | 226 | 141 | 55 |
| Binary | 11 | 11100000 | 1110000 | 1100011 | 0 | 110010 | 1100 | 10010110 | 1100001 | 101101 |
Color Harmonies of #03E070
Complementary color
Monochromatic Colors of #03E070
Black with #03E070
Text Example
Text Example
White with #03E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E070; }
p { color: rgb(3,224,112); }
H1.HeaderClassName
{
color: #03E070;
}
.AnyTagClassName
{
color: #03E070;
}
</style>
background-color css
<style>
a { background-color: #03E070; }
a { background-color: rgb(3,224,112); }
div.DivClassName
{
background-color: #03E070;
}
.BgClassName
{
background-color: #03E070;
}
</style>
border-color css
<style>
span { border-color: #03E070; }
span { border-color: rgb(3,224,112); }
td.TdClassName
{
border-color: #03E070;
}
.TagClassName
{
border-color: #03E070;
}
</style>