Shades of Spring Green #03F962
Tints of Spring Green #03F962
RGB
CMYK
RGB Variations
Color information
#03F962 (or 0x03F962) is known color: Spring Green. HEX triplet: 03, F9 and 62. RGB value is (3,249,98). Sum of RGB (Red+Green+Blue) = 3+249+98=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 249 (97.66% from 255 or 71.14% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 249 - color contains mainly: green. Hex color #03F962 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F962 is #FC069D. Grayscale: #9E9E9E. Windows color (decimal): -16516766 or 6486275. OLE color: 6486275.
HSL color Cylindrical-coordinate representation of color #03F962: hue angle of 143.17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F962 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 98 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.02 |
| HSL | 143.17º | 0.98% | 0.49% | - |
| HSV(B) | 143.17º | 0.99% | 0.98% | - |
| XYZ | 36.12 | 68.65 | 22.9 | - |
| YUV | 158.23 | 94 | 17.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 98 | 0.99 | 0 | 0.61 | 0.02 | 143.17 | 0.98 | 0.49 |
| Hex | 3 | F9 | 62 | 63 | 0 | 3D | 2 | 8F | 62 | 31 |
| Octal | 3 | 371 | 142 | 143 | 0 | 75 | 2 | 217 | 142 | 61 |
| Binary | 11 | 11111001 | 1100010 | 1100011 | 0 | 111101 | 10 | 10001111 | 1100010 | 110001 |
Color Harmonies of #03F962
Complementary color
Monochromatic Colors of #03F962
Black with #03F962
Text Example
Text Example
White with #03F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F962; }
p { color: rgb(3,249,98); }
H1.HeaderClassName
{
color: #03F962;
}
.AnyTagClassName
{
color: #03F962;
}
</style>
background-color css
<style>
a { background-color: #03F962; }
a { background-color: rgb(3,249,98); }
div.DivClassName
{
background-color: #03F962;
}
.BgClassName
{
background-color: #03F962;
}
</style>
border-color css
<style>
span { border-color: #03F962; }
span { border-color: rgb(3,249,98); }
td.TdClassName
{
border-color: #03F962;
}
.TagClassName
{
border-color: #03F962;
}
</style>