Shades of Spring Green #03FE81
Tints of Spring Green #03FE81
RGB
CMYK
RGB Variations
Color information
#03FE81 (or 0x03FE81) is known color: Spring Green. HEX triplet: 03, FE and 81. RGB value is (3,254,129). Sum of RGB (Red+Green+Blue) = 3+254+129=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 254 (99.61% from 255 or 65.80% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FE81 is #FC017E. Grayscale: #A4A4A4. Windows color (decimal): -16515455 or 8519171. OLE color: 8519171.
HSL color Cylindrical-coordinate representation of color #03FE81: hue angle of 150.12º 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 #03FE81 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 129 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.00 |
| HSL | 150.12º | 0.99% | 0.5% | - |
| HSV(B) | 150.12º | 0.99% | 1% | - |
| XYZ | 39.44 | 72.49 | 32.68 | - |
| YUV | 164.7 | 107.84 | 12.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 129 | 0.99 | 0 | 0.49 | 0.00 | 150.12 | 0.99 | 0.5 |
| Hex | 3 | FE | 81 | 63 | 0 | 31 | 0 | 96 | 63 | 32 |
| Octal | 3 | 376 | 201 | 143 | 0 | 61 | 0 | 226 | 143 | 62 |
| Binary | 11 | 11111110 | 10000001 | 1100011 | 0 | 110001 | 0 | 10010110 | 1100011 | 110010 |
Color Harmonies of #03FE81
Complementary color
Monochromatic Colors of #03FE81
Black with #03FE81
Text Example
Text Example
White with #03FE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE81; }
p { color: rgb(3,254,129); }
H1.HeaderClassName
{
color: #03FE81;
}
.AnyTagClassName
{
color: #03FE81;
}
</style>
background-color css
<style>
a { background-color: #03FE81; }
a { background-color: rgb(3,254,129); }
div.DivClassName
{
background-color: #03FE81;
}
.BgClassName
{
background-color: #03FE81;
}
</style>
border-color css
<style>
span { border-color: #03FE81; }
span { border-color: rgb(3,254,129); }
td.TdClassName
{
border-color: #03FE81;
}
.TagClassName
{
border-color: #03FE81;
}
</style>