Shades of Spring Green #03FF5B
Tints of Spring Green #03FF5B
RGB
CMYK
RGB Variations
Color information
#03FF5B (or 0x03FF5B) is known color: Spring Green. HEX triplet: 03, FF and 5B. RGB value is (3,255,91). Sum of RGB (Red+Green+Blue) = 3+255+91=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FF5B is #FC00A4. Grayscale: #A1A1A1. Windows color (decimal): -16515237 or 6029059. OLE color: 6029059.
HSL color Cylindrical-coordinate representation of color #03FF5B: hue angle of 140.95º 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 #03FF5B is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 91 | - |
| CMYK | 0.99 | 0 | 0.64 | 0 |
| HSL | 140.95º | 1% | 0.51% | - |
| HSV(B) | 140.95º | 0.99% | 1% | - |
| XYZ | 37.69 | 72.29 | 21.87 | - |
| YUV | 160.96 | 88.51 | 15.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 91 | 0.99 | 0 | 0.64 | 0 | 140.95 | 1 | 0.51 |
| Hex | 3 | FF | 5B | 63 | 0 | 40 | 0 | 8D | 64 | 33 |
| Octal | 3 | 377 | 133 | 143 | 0 | 100 | 0 | 215 | 144 | 63 |
| Binary | 11 | 11111111 | 1011011 | 1100011 | 0 | 1000000 | 0 | 10001101 | 1100100 | 110011 |
Color Harmonies of #03FF5B
Complementary color
Monochromatic Colors of #03FF5B
Black with #03FF5B
Text Example
Text Example
White with #03FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF5B; }
p { color: rgb(3,255,91); }
H1.HeaderClassName
{
color: #03FF5B;
}
.AnyTagClassName
{
color: #03FF5B;
}
</style>
background-color css
<style>
a { background-color: #03FF5B; }
a { background-color: rgb(3,255,91); }
div.DivClassName
{
background-color: #03FF5B;
}
.BgClassName
{
background-color: #03FF5B;
}
</style>
border-color css
<style>
span { border-color: #03FF5B; }
span { border-color: rgb(3,255,91); }
td.TdClassName
{
border-color: #03FF5B;
}
.TagClassName
{
border-color: #03FF5B;
}
</style>