Shades of Spring Green #03F375
Tints of Spring Green #03F375
RGB
CMYK
RGB Variations
Color information
#03F375 (or 0x03F375) is known color: Spring Green. HEX triplet: 03, F3 and 75. RGB value is (3,243,117). Sum of RGB (Red+Green+Blue) = 3+243+117=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #03F375 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F375 is #FC0C8A. Grayscale: #9D9D9D. Windows color (decimal): -16518283 or 7729923. OLE color: 7729923.
HSL color Cylindrical-coordinate representation of color #03F375: hue angle of 148.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F375 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 243 | 117 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.05 |
| HSL | 148.5º | 0.98% | 0.48% | - |
| HSV(B) | 148.5º | 0.99% | 0.95% | - |
| XYZ | 35.3 | 65.4 | 27.59 | - |
| YUV | 156.88 | 105.49 | 18.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 243 | 117 | 0.99 | 0 | 0.52 | 0.05 | 148.5 | 0.98 | 0.48 |
| Hex | 3 | F3 | 75 | 63 | 0 | 34 | 5 | 94 | 62 | 30 |
| Octal | 3 | 363 | 165 | 143 | 0 | 64 | 5 | 224 | 142 | 60 |
| Binary | 11 | 11110011 | 1110101 | 1100011 | 0 | 110100 | 101 | 10010100 | 1100010 | 110000 |
Color Harmonies of #03F375
Complementary color
Monochromatic Colors of #03F375
Black with #03F375
Text Example
Text Example
White with #03F375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F375; }
p { color: rgb(3,243,117); }
H1.HeaderClassName
{
color: #03F375;
}
.AnyTagClassName
{
color: #03F375;
}
</style>
background-color css
<style>
a { background-color: #03F375; }
a { background-color: rgb(3,243,117); }
div.DivClassName
{
background-color: #03F375;
}
.BgClassName
{
background-color: #03F375;
}
</style>
border-color css
<style>
span { border-color: #03F375; }
span { border-color: rgb(3,243,117); }
td.TdClassName
{
border-color: #03F375;
}
.TagClassName
{
border-color: #03F375;
}
</style>