Shades of Spring Green #03FE5C
Tints of Spring Green #03FE5C
RGB
CMYK
RGB Variations
Color information
#03FE5C (or 0x03FE5C) is known color: Spring Green. HEX triplet: 03, FE and 5C. RGB value is (3,254,92). Sum of RGB (Red+Green+Blue) = 3+254+92=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 254 (99.61% from 255 or 72.78% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FE5C is #FC01A3. Grayscale: #A0A0A0. Windows color (decimal): -16515492 or 6094339. OLE color: 6094339.
HSL color Cylindrical-coordinate representation of color #03FE5C: hue angle of 141.27º 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 #03FE5C is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 92 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.00 |
| HSL | 141.27º | 0.99% | 0.5% | - |
| HSV(B) | 141.27º | 0.99% | 1% | - |
| XYZ | 37.41 | 71.68 | 21.99 | - |
| YUV | 160.48 | 89.34 | 15.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 92 | 0.99 | 0 | 0.64 | 0.00 | 141.27 | 0.99 | 0.5 |
| Hex | 3 | FE | 5C | 63 | 0 | 40 | 0 | 8D | 63 | 32 |
| Octal | 3 | 376 | 134 | 143 | 0 | 100 | 0 | 215 | 143 | 62 |
| Binary | 11 | 11111110 | 1011100 | 1100011 | 0 | 1000000 | 0 | 10001101 | 1100011 | 110010 |
Color Harmonies of #03FE5C
Complementary color
Monochromatic Colors of #03FE5C
Black with #03FE5C
Text Example
Text Example
White with #03FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE5C; }
p { color: rgb(3,254,92); }
H1.HeaderClassName
{
color: #03FE5C;
}
.AnyTagClassName
{
color: #03FE5C;
}
</style>
background-color css
<style>
a { background-color: #03FE5C; }
a { background-color: rgb(3,254,92); }
div.DivClassName
{
background-color: #03FE5C;
}
.BgClassName
{
background-color: #03FE5C;
}
</style>
border-color css
<style>
span { border-color: #03FE5C; }
span { border-color: rgb(3,254,92); }
td.TdClassName
{
border-color: #03FE5C;
}
.TagClassName
{
border-color: #03FE5C;
}
</style>