Shades of Spring Green #03E175
Tints of Spring Green #03E175
RGB
CMYK
RGB Variations
Color information
#03E175 (or 0x03E175) is known color: Spring Green. HEX triplet: 03, E1 and 75. RGB value is (3,225,117). Sum of RGB (Red+Green+Blue) = 3+225+117=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 225 (88.28% from 255 or 65.22% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 225 - color contains mainly: green. Hex color #03E175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03E175 is #FC1E8A. Grayscale: #929292. Windows color (decimal): -16522891 or 7725315. OLE color: 7725315.
HSL color Cylindrical-coordinate representation of color #03E175: hue angle of 150.81º 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 #03E175 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 225 | 117 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.12 |
| HSL | 150.81º | 0.97% | 0.45% | - |
| HSV(B) | 150.81º | 0.99% | 0.88% | - |
| XYZ | 30.17 | 55.15 | 25.89 | - |
| YUV | 146.31 | 111.45 | 25.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 225 | 117 | 0.99 | 0 | 0.48 | 0.12 | 150.81 | 0.97 | 0.45 |
| Hex | 3 | E1 | 75 | 63 | 0 | 30 | C | 97 | 61 | 2D |
| Octal | 3 | 341 | 165 | 143 | 0 | 60 | 14 | 227 | 141 | 55 |
| Binary | 11 | 11100001 | 1110101 | 1100011 | 0 | 110000 | 1100 | 10010111 | 1100001 | 101101 |
Color Harmonies of #03E175
Complementary color
Monochromatic Colors of #03E175
Black with #03E175
Text Example
Text Example
White with #03E175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E175; }
p { color: rgb(3,225,117); }
H1.HeaderClassName
{
color: #03E175;
}
.AnyTagClassName
{
color: #03E175;
}
</style>
background-color css
<style>
a { background-color: #03E175; }
a { background-color: rgb(3,225,117); }
div.DivClassName
{
background-color: #03E175;
}
.BgClassName
{
background-color: #03E175;
}
</style>
border-color css
<style>
span { border-color: #03E175; }
span { border-color: rgb(3,225,117); }
td.TdClassName
{
border-color: #03E175;
}
.TagClassName
{
border-color: #03E175;
}
</style>