Shades of Spring Green #03FF76
Tints of Spring Green #03FF76
RGB
CMYK
RGB Variations
Color information
#03FF76 (or 0x03FF76) is known color: Spring Green. HEX triplet: 03, FF and 76. RGB value is (3,255,118). Sum of RGB (Red+Green+Blue) = 3+255+118=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FF76 is #FC0089. Grayscale: #A4A4A4. Windows color (decimal): -16515210 or 7798531. OLE color: 7798531.
HSL color Cylindrical-coordinate representation of color #03FF76: hue angle of 147.38º 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 #03FF76 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 118 | - |
| CMYK | 0.99 | 0 | 0.54 | 0 |
| HSL | 147.38º | 1% | 0.51% | - |
| HSV(B) | 147.38º | 0.99% | 1% | - |
| XYZ | 39.07 | 72.85 | 29.14 | - |
| YUV | 164.03 | 102.01 | 13.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 118 | 0.99 | 0 | 0.54 | 0 | 147.38 | 1 | 0.51 |
| Hex | 3 | FF | 76 | 63 | 0 | 36 | 0 | 93 | 64 | 33 |
| Octal | 3 | 377 | 166 | 143 | 0 | 66 | 0 | 223 | 144 | 63 |
| Binary | 11 | 11111111 | 1110110 | 1100011 | 0 | 110110 | 0 | 10010011 | 1100100 | 110011 |
Color Harmonies of #03FF76
Complementary color
Monochromatic Colors of #03FF76
Black with #03FF76
Text Example
Text Example
White with #03FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF76; }
p { color: rgb(3,255,118); }
H1.HeaderClassName
{
color: #03FF76;
}
.AnyTagClassName
{
color: #03FF76;
}
</style>
background-color css
<style>
a { background-color: #03FF76; }
a { background-color: rgb(3,255,118); }
div.DivClassName
{
background-color: #03FF76;
}
.BgClassName
{
background-color: #03FF76;
}
</style>
border-color css
<style>
span { border-color: #03FF76; }
span { border-color: rgb(3,255,118); }
td.TdClassName
{
border-color: #03FF76;
}
.TagClassName
{
border-color: #03FF76;
}
</style>