Shades of Medium Spring Green #03F2B0
Tints of Medium Spring Green #03F2B0
RGB
CMYK
RGB Variations
Color information
#03F2B0 (or 0x03F2B0) is known color: Medium Spring Green. HEX triplet: 03, F2 and B0. RGB value is (3,242,176). Sum of RGB (Red+Green+Blue) = 3+242+176=421 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #03F2B0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F2B0 is #FC0D4F. Grayscale: #A3A3A3. Windows color (decimal): -16518480 or 11596291. OLE color: 11596291.
HSL color Cylindrical-coordinate representation of color #03F2B0: hue angle of 163.43º 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 #03F2B0 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 176 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.05 |
| HSL | 163.43º | 0.98% | 0.48% | - |
| HSV(B) | 163.43º | 0.99% | 0.95% | - |
| XYZ | 39.63 | 66.66 | 51.85 | - |
| YUV | 163.02 | 135.32 | 13.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 176 | 0.99 | 0 | 0.27 | 0.05 | 163.43 | 0.98 | 0.48 |
| Hex | 3 | F2 | B0 | 63 | 0 | 1B | 5 | A3 | 62 | 30 |
| Octal | 3 | 362 | 260 | 143 | 0 | 33 | 5 | 243 | 142 | 60 |
| Binary | 11 | 11110010 | 10110000 | 1100011 | 0 | 11011 | 101 | 10100011 | 1100010 | 110000 |
Color Harmonies of #03F2B0
Complementary color
Monochromatic Colors of #03F2B0
Black with #03F2B0
Text Example
Text Example
White with #03F2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F2B0; }
p { color: rgb(3,242,176); }
H1.HeaderClassName
{
color: #03F2B0;
}
.AnyTagClassName
{
color: #03F2B0;
}
</style>
background-color css
<style>
a { background-color: #03F2B0; }
a { background-color: rgb(3,242,176); }
div.DivClassName
{
background-color: #03F2B0;
}
.BgClassName
{
background-color: #03F2B0;
}
</style>
border-color css
<style>
span { border-color: #03F2B0; }
span { border-color: rgb(3,242,176); }
td.TdClassName
{
border-color: #03F2B0;
}
.TagClassName
{
border-color: #03F2B0;
}
</style>