Shades of Spring Green #03F06F
Tints of Spring Green #03F06F
RGB
CMYK
RGB Variations
Color information
#03F06F (or 0x03F06F) is known color: Spring Green. HEX triplet: 03, F0 and 6F. RGB value is (3,240,111). Sum of RGB (Red+Green+Blue) = 3+240+111=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #03F06F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F06F is #FC0F90. Grayscale: #9A9A9A. Windows color (decimal): -16519057 or 7335939. OLE color: 7335939.
HSL color Cylindrical-coordinate representation of color #03F06F: hue angle of 147.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F06F is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 240 | 111 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.06 |
| HSL | 147.34º | 0.98% | 0.48% | - |
| HSV(B) | 147.34º | 0.99% | 0.94% | - |
| XYZ | 34.07 | 63.49 | 25.5 | - |
| YUV | 154.43 | 103.48 | 19.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 111 | 0.99 | 0 | 0.54 | 0.06 | 147.34 | 0.98 | 0.48 |
| Hex | 3 | F0 | 6F | 63 | 0 | 36 | 6 | 93 | 62 | 30 |
| Octal | 3 | 360 | 157 | 143 | 0 | 66 | 6 | 223 | 142 | 60 |
| Binary | 11 | 11110000 | 1101111 | 1100011 | 0 | 110110 | 110 | 10010011 | 1100010 | 110000 |
Color Harmonies of #03F06F
Complementary color
Monochromatic Colors of #03F06F
Black with #03F06F
Text Example
Text Example
White with #03F06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F06F; }
p { color: rgb(3,240,111); }
H1.HeaderClassName
{
color: #03F06F;
}
.AnyTagClassName
{
color: #03F06F;
}
</style>
background-color css
<style>
a { background-color: #03F06F; }
a { background-color: rgb(3,240,111); }
div.DivClassName
{
background-color: #03F06F;
}
.BgClassName
{
background-color: #03F06F;
}
</style>
border-color css
<style>
span { border-color: #03F06F; }
span { border-color: rgb(3,240,111); }
td.TdClassName
{
border-color: #03F06F;
}
.TagClassName
{
border-color: #03F06F;
}
</style>