Shades of Spring Green #03F276
Tints of Spring Green #03F276
RGB
CMYK
RGB Variations
Color information
#03F276 (or 0x03F276) is known color: Spring Green. HEX triplet: 03, F2 and 76. RGB value is (3,242,118). Sum of RGB (Red+Green+Blue) = 3+242+118=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #03F276 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F276 is #FC0D89. Grayscale: #9C9C9C. Windows color (decimal): -16518538 or 7795203. OLE color: 7795203.
HSL color Cylindrical-coordinate representation of color #03F276: hue angle of 148.87º 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 #03F276 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 118 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.05 |
| HSL | 148.87º | 0.98% | 0.48% | - |
| HSV(B) | 148.87º | 0.99% | 0.95% | - |
| XYZ | 35.06 | 64.83 | 27.81 | - |
| YUV | 156.4 | 106.32 | 18.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 118 | 0.99 | 0 | 0.51 | 0.05 | 148.87 | 0.98 | 0.48 |
| Hex | 3 | F2 | 76 | 63 | 0 | 33 | 5 | 95 | 62 | 30 |
| Octal | 3 | 362 | 166 | 143 | 0 | 63 | 5 | 225 | 142 | 60 |
| Binary | 11 | 11110010 | 1110110 | 1100011 | 0 | 110011 | 101 | 10010101 | 1100010 | 110000 |
Color Harmonies of #03F276
Complementary color
Monochromatic Colors of #03F276
Black with #03F276
Text Example
Text Example
White with #03F276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F276; }
p { color: rgb(3,242,118); }
H1.HeaderClassName
{
color: #03F276;
}
.AnyTagClassName
{
color: #03F276;
}
</style>
background-color css
<style>
a { background-color: #03F276; }
a { background-color: rgb(3,242,118); }
div.DivClassName
{
background-color: #03F276;
}
.BgClassName
{
background-color: #03F276;
}
</style>
border-color css
<style>
span { border-color: #03F276; }
span { border-color: rgb(3,242,118); }
td.TdClassName
{
border-color: #03F276;
}
.TagClassName
{
border-color: #03F276;
}
</style>