Shades of Spring Green #03FE72
Tints of Spring Green #03FE72
RGB
CMYK
RGB Variations
Color information
#03FE72 (or 0x03FE72) is known color: Spring Green. HEX triplet: 03, FE and 72. RGB value is (3,254,114). Sum of RGB (Red+Green+Blue) = 3+254+114=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FE72 is #FC018D. Grayscale: #A3A3A3. Windows color (decimal): -16515470 or 7536131. OLE color: 7536131.
HSL color Cylindrical-coordinate representation of color #03FE72: hue angle of 146.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FE72 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 114 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.00 |
| HSL | 146.53º | 0.99% | 0.5% | - |
| HSV(B) | 146.53º | 0.99% | 1% | - |
| XYZ | 38.52 | 72.12 | 27.81 | - |
| YUV | 162.99 | 100.34 | 13.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 114 | 0.99 | 0 | 0.55 | 0.00 | 146.53 | 0.99 | 0.5 |
| Hex | 3 | FE | 72 | 63 | 0 | 37 | 0 | 93 | 63 | 32 |
| Octal | 3 | 376 | 162 | 143 | 0 | 67 | 0 | 223 | 143 | 62 |
| Binary | 11 | 11111110 | 1110010 | 1100011 | 0 | 110111 | 0 | 10010011 | 1100011 | 110010 |
Color Harmonies of #03FE72
Complementary color
Monochromatic Colors of #03FE72
Black with #03FE72
Text Example
Text Example
White with #03FE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE72; }
p { color: rgb(3,254,114); }
H1.HeaderClassName
{
color: #03FE72;
}
.AnyTagClassName
{
color: #03FE72;
}
</style>
background-color css
<style>
a { background-color: #03FE72; }
a { background-color: rgb(3,254,114); }
div.DivClassName
{
background-color: #03FE72;
}
.BgClassName
{
background-color: #03FE72;
}
</style>
border-color css
<style>
span { border-color: #03FE72; }
span { border-color: rgb(3,254,114); }
td.TdClassName
{
border-color: #03FE72;
}
.TagClassName
{
border-color: #03FE72;
}
</style>