Shades of Spring Green #03F980
Tints of Spring Green #03F980
RGB
CMYK
RGB Variations
Color information
#03F980 (or 0x03F980) is known color: Spring Green. HEX triplet: 03, F9 and 80. RGB value is (3,249,128). Sum of RGB (Red+Green+Blue) = 3+249+128=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 249 (97.66% from 255 or 65.53% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 249 - color contains mainly: green. Hex color #03F980 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F980 is #FC067F. Grayscale: #A1A1A1. Windows color (decimal): -16516736 or 8452355. OLE color: 8452355.
HSL color Cylindrical-coordinate representation of color #03F980: hue angle of 150.49º 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 #03F980 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 128 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.02 |
| HSL | 150.49º | 0.98% | 0.49% | - |
| HSV(B) | 150.49º | 0.99% | 0.98% | - |
| XYZ | 37.81 | 69.33 | 31.81 | - |
| YUV | 161.65 | 109 | 14.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 128 | 0.99 | 0 | 0.49 | 0.02 | 150.49 | 0.98 | 0.49 |
| Hex | 3 | F9 | 80 | 63 | 0 | 31 | 2 | 96 | 62 | 31 |
| Octal | 3 | 371 | 200 | 143 | 0 | 61 | 2 | 226 | 142 | 61 |
| Binary | 11 | 11111001 | 10000000 | 1100011 | 0 | 110001 | 10 | 10010110 | 1100010 | 110001 |
Color Harmonies of #03F980
Complementary color
Monochromatic Colors of #03F980
Black with #03F980
Text Example
Text Example
White with #03F980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F980; }
p { color: rgb(3,249,128); }
H1.HeaderClassName
{
color: #03F980;
}
.AnyTagClassName
{
color: #03F980;
}
</style>
background-color css
<style>
a { background-color: #03F980; }
a { background-color: rgb(3,249,128); }
div.DivClassName
{
background-color: #03F980;
}
.BgClassName
{
background-color: #03F980;
}
</style>
border-color css
<style>
span { border-color: #03F980; }
span { border-color: rgb(3,249,128); }
td.TdClassName
{
border-color: #03F980;
}
.TagClassName
{
border-color: #03F980;
}
</style>