Shades of Spring Green #03FF5E
Tints of Spring Green #03FF5E
RGB
CMYK
RGB Variations
Color information
#03FF5E (or 0x03FF5E) is known color: Spring Green. HEX triplet: 03, FF and 5E. RGB value is (3,255,94). Sum of RGB (Red+Green+Blue) = 3+255+94=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FF5E is #FC00A1. Grayscale: #A1A1A1. Windows color (decimal): -16515234 or 6225667. OLE color: 6225667.
HSL color Cylindrical-coordinate representation of color #03FF5E: hue angle of 141.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF5E is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 94 | - |
| CMYK | 0.99 | 0 | 0.63 | 0 |
| HSL | 141.67º | 1% | 0.51% | - |
| HSV(B) | 141.67º | 0.99% | 1% | - |
| XYZ | 37.82 | 72.35 | 22.56 | - |
| YUV | 161.3 | 90.01 | 15.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 94 | 0.99 | 0 | 0.63 | 0 | 141.67 | 1 | 0.51 |
| Hex | 3 | FF | 5E | 63 | 0 | 3F | 0 | 8E | 64 | 33 |
| Octal | 3 | 377 | 136 | 143 | 0 | 77 | 0 | 216 | 144 | 63 |
| Binary | 11 | 11111111 | 1011110 | 1100011 | 0 | 111111 | 0 | 10001110 | 1100100 | 110011 |
Color Harmonies of #03FF5E
Complementary color
Monochromatic Colors of #03FF5E
Black with #03FF5E
Text Example
Text Example
White with #03FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF5E; }
p { color: rgb(3,255,94); }
H1.HeaderClassName
{
color: #03FF5E;
}
.AnyTagClassName
{
color: #03FF5E;
}
</style>
background-color css
<style>
a { background-color: #03FF5E; }
a { background-color: rgb(3,255,94); }
div.DivClassName
{
background-color: #03FF5E;
}
.BgClassName
{
background-color: #03FF5E;
}
</style>
border-color css
<style>
span { border-color: #03FF5E; }
span { border-color: rgb(3,255,94); }
td.TdClassName
{
border-color: #03FF5E;
}
.TagClassName
{
border-color: #03FF5E;
}
</style>