Shades of Spring Green #03FF5D
Tints of Spring Green #03FF5D
RGB
CMYK
RGB Variations
Color information
#03FF5D (or 0x03FF5D) is known color: Spring Green. HEX triplet: 03, FF and 5D. RGB value is (3,255,93). Sum of RGB (Red+Green+Blue) = 3+255+93=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FF5D is #FC00A2. Grayscale: #A1A1A1. Windows color (decimal): -16515235 or 6160131. OLE color: 6160131.
HSL color Cylindrical-coordinate representation of color #03FF5D: hue angle of 141.43º 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 #03FF5D is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 93 | - |
| CMYK | 0.99 | 0 | 0.64 | 0 |
| HSL | 141.43º | 1% | 0.51% | - |
| HSV(B) | 141.43º | 0.99% | 1% | - |
| XYZ | 37.77 | 72.33 | 22.33 | - |
| YUV | 161.18 | 89.51 | 15.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 93 | 0.99 | 0 | 0.64 | 0 | 141.43 | 1 | 0.51 |
| Hex | 3 | FF | 5D | 63 | 0 | 40 | 0 | 8D | 64 | 33 |
| Octal | 3 | 377 | 135 | 143 | 0 | 100 | 0 | 215 | 144 | 63 |
| Binary | 11 | 11111111 | 1011101 | 1100011 | 0 | 1000000 | 0 | 10001101 | 1100100 | 110011 |
Color Harmonies of #03FF5D
Complementary color
Monochromatic Colors of #03FF5D
Black with #03FF5D
Text Example
Text Example
White with #03FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF5D; }
p { color: rgb(3,255,93); }
H1.HeaderClassName
{
color: #03FF5D;
}
.AnyTagClassName
{
color: #03FF5D;
}
</style>
background-color css
<style>
a { background-color: #03FF5D; }
a { background-color: rgb(3,255,93); }
div.DivClassName
{
background-color: #03FF5D;
}
.BgClassName
{
background-color: #03FF5D;
}
</style>
border-color css
<style>
span { border-color: #03FF5D; }
span { border-color: rgb(3,255,93); }
td.TdClassName
{
border-color: #03FF5D;
}
.TagClassName
{
border-color: #03FF5D;
}
</style>