Shades of Spring Green #03E675
Tints of Spring Green #03E675
RGB
CMYK
RGB Variations
Color information
#03E675 (or 0x03E675) is known color: Spring Green. HEX triplet: 03, E6 and 75. RGB value is (3,230,117). Sum of RGB (Red+Green+Blue) = 3+230+117=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 230 (90.23% from 255 or 65.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 230 - color contains mainly: green. Hex color #03E675 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03E675 is #FC198A. Grayscale: #959595. Windows color (decimal): -16521611 or 7726595. OLE color: 7726595.
HSL color Cylindrical-coordinate representation of color #03E675: hue angle of 150.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E675 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 230 | 117 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.10 |
| HSL | 150.13º | 0.97% | 0.46% | - |
| HSV(B) | 150.13º | 0.99% | 0.9% | - |
| XYZ | 31.55 | 57.9 | 26.34 | - |
| YUV | 149.25 | 109.79 | 23.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 117 | 0.99 | 0 | 0.49 | 0.10 | 150.13 | 0.97 | 0.46 |
| Hex | 3 | E6 | 75 | 63 | 0 | 31 | A | 96 | 61 | 2E |
| Octal | 3 | 346 | 165 | 143 | 0 | 61 | 12 | 226 | 141 | 56 |
| Binary | 11 | 11100110 | 1110101 | 1100011 | 0 | 110001 | 1010 | 10010110 | 1100001 | 101110 |
Color Harmonies of #03E675
Complementary color
Monochromatic Colors of #03E675
Black with #03E675
Text Example
Text Example
White with #03E675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E675; }
p { color: rgb(3,230,117); }
H1.HeaderClassName
{
color: #03E675;
}
.AnyTagClassName
{
color: #03E675;
}
</style>
background-color css
<style>
a { background-color: #03E675; }
a { background-color: rgb(3,230,117); }
div.DivClassName
{
background-color: #03E675;
}
.BgClassName
{
background-color: #03E675;
}
</style>
border-color css
<style>
span { border-color: #03E675; }
span { border-color: rgb(3,230,117); }
td.TdClassName
{
border-color: #03E675;
}
.TagClassName
{
border-color: #03E675;
}
</style>