Shades of Spring Green #03E975
Tints of Spring Green #03E975
RGB
CMYK
RGB Variations
Color information
#03E975 (or 0x03E975) is known color: Spring Green. HEX triplet: 03, E9 and 75. RGB value is (3,233,117). Sum of RGB (Red+Green+Blue) = 3+233+117=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 233 (91.41% from 255 or 66.01% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 233 - color contains mainly: green. Hex color #03E975 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03E975 is #FC168A. Grayscale: #979797. Windows color (decimal): -16520843 or 7727363. OLE color: 7727363.
HSL color Cylindrical-coordinate representation of color #03E975: hue angle of 149.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E975 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 117 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.09 |
| HSL | 149.74º | 0.97% | 0.46% | - |
| HSV(B) | 149.74º | 0.99% | 0.91% | - |
| XYZ | 32.39 | 59.58 | 26.62 | - |
| YUV | 151.01 | 108.8 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 117 | 0.99 | 0 | 0.50 | 0.09 | 149.74 | 0.97 | 0.46 |
| Hex | 3 | E9 | 75 | 63 | 0 | 32 | 9 | 96 | 61 | 2E |
| Octal | 3 | 351 | 165 | 143 | 0 | 62 | 11 | 226 | 141 | 56 |
| Binary | 11 | 11101001 | 1110101 | 1100011 | 0 | 110010 | 1001 | 10010110 | 1100001 | 101110 |
Color Harmonies of #03E975
Complementary color
Monochromatic Colors of #03E975
Black with #03E975
Text Example
Text Example
White with #03E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E975; }
p { color: rgb(3,233,117); }
H1.HeaderClassName
{
color: #03E975;
}
.AnyTagClassName
{
color: #03E975;
}
</style>
background-color css
<style>
a { background-color: #03E975; }
a { background-color: rgb(3,233,117); }
div.DivClassName
{
background-color: #03E975;
}
.BgClassName
{
background-color: #03E975;
}
</style>
border-color css
<style>
span { border-color: #03E975; }
span { border-color: rgb(3,233,117); }
td.TdClassName
{
border-color: #03E975;
}
.TagClassName
{
border-color: #03E975;
}
</style>