Shades of Spring Green #03FE5E
Tints of Spring Green #03FE5E
RGB
CMYK
RGB Variations
Color information
#03FE5E (or 0x03FE5E) is known color: Spring Green. HEX triplet: 03, FE and 5E. RGB value is (3,254,94). Sum of RGB (Red+Green+Blue) = 3+254+94=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 254 (99.61% from 255 or 72.36% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FE5E is #FC01A1. Grayscale: #A1A1A1. Windows color (decimal): -16515490 or 6225411. OLE color: 6225411.
HSL color Cylindrical-coordinate representation of color #03FE5E: hue angle of 141.75º 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 #03FE5E is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 94 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.00 |
| HSL | 141.75º | 0.99% | 0.5% | - |
| HSV(B) | 141.75º | 0.99% | 1% | - |
| XYZ | 37.5 | 71.71 | 22.45 | - |
| YUV | 160.71 | 90.34 | 15.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 94 | 0.99 | 0 | 0.63 | 0.00 | 141.75 | 0.99 | 0.5 |
| Hex | 3 | FE | 5E | 63 | 0 | 3F | 0 | 8E | 63 | 32 |
| Octal | 3 | 376 | 136 | 143 | 0 | 77 | 0 | 216 | 143 | 62 |
| Binary | 11 | 11111110 | 1011110 | 1100011 | 0 | 111111 | 0 | 10001110 | 1100011 | 110010 |
Color Harmonies of #03FE5E
Complementary color
Monochromatic Colors of #03FE5E
Black with #03FE5E
Text Example
Text Example
White with #03FE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE5E; }
p { color: rgb(3,254,94); }
H1.HeaderClassName
{
color: #03FE5E;
}
.AnyTagClassName
{
color: #03FE5E;
}
</style>
background-color css
<style>
a { background-color: #03FE5E; }
a { background-color: rgb(3,254,94); }
div.DivClassName
{
background-color: #03FE5E;
}
.BgClassName
{
background-color: #03FE5E;
}
</style>
border-color css
<style>
span { border-color: #03FE5E; }
span { border-color: rgb(3,254,94); }
td.TdClassName
{
border-color: #03FE5E;
}
.TagClassName
{
border-color: #03FE5E;
}
</style>