Shades of Spring Green #03F06C
Tints of Spring Green #03F06C
RGB
CMYK
RGB Variations
Color information
#03F06C (or 0x03F06C) is known color: Spring Green. HEX triplet: 03, F0 and 6C. RGB value is (3,240,108). Sum of RGB (Red+Green+Blue) = 3+240+108=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 240 (94.14% from 255 or 68.38% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 240 - color contains mainly: green. Hex color #03F06C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F06C is #FC0F93. Grayscale: #9A9A9A. Windows color (decimal): -16519060 or 7139331. OLE color: 7139331.
HSL color Cylindrical-coordinate representation of color #03F06C: hue angle of 146.58º 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 #03F06C is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 240 | 108 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.06 |
| HSL | 146.58º | 0.98% | 0.48% | - |
| HSV(B) | 146.58º | 0.99% | 0.94% | - |
| XYZ | 33.9 | 63.42 | 24.64 | - |
| YUV | 154.09 | 101.98 | 20.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 108 | 0.99 | 0 | 0.55 | 0.06 | 146.58 | 0.98 | 0.48 |
| Hex | 3 | F0 | 6C | 63 | 0 | 37 | 6 | 93 | 62 | 30 |
| Octal | 3 | 360 | 154 | 143 | 0 | 67 | 6 | 223 | 142 | 60 |
| Binary | 11 | 11110000 | 1101100 | 1100011 | 0 | 110111 | 110 | 10010011 | 1100010 | 110000 |
Color Harmonies of #03F06C
Complementary color
Monochromatic Colors of #03F06C
Black with #03F06C
Text Example
Text Example
White with #03F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F06C; }
p { color: rgb(3,240,108); }
H1.HeaderClassName
{
color: #03F06C;
}
.AnyTagClassName
{
color: #03F06C;
}
</style>
background-color css
<style>
a { background-color: #03F06C; }
a { background-color: rgb(3,240,108); }
div.DivClassName
{
background-color: #03F06C;
}
.BgClassName
{
background-color: #03F06C;
}
</style>
border-color css
<style>
span { border-color: #03F06C; }
span { border-color: rgb(3,240,108); }
td.TdClassName
{
border-color: #03F06C;
}
.TagClassName
{
border-color: #03F06C;
}
</style>