Shades of Spring Green #03FE66
Tints of Spring Green #03FE66
RGB
CMYK
RGB Variations
Color information
#03FE66 (or 0x03FE66) is known color: Spring Green. HEX triplet: 03, FE and 66. RGB value is (3,254,102). Sum of RGB (Red+Green+Blue) = 3+254+102=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FE66 is #FC0199. Grayscale: #A1A1A1. Windows color (decimal): -16515482 or 6749699. OLE color: 6749699.
HSL color Cylindrical-coordinate representation of color #03FE66: hue angle of 143.67º 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 #03FE66 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 102 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.00 |
| HSL | 143.67º | 0.99% | 0.5% | - |
| HSV(B) | 143.67º | 0.99% | 1% | - |
| XYZ | 37.88 | 71.86 | 24.44 | - |
| YUV | 161.62 | 94.34 | 14.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 102 | 0.99 | 0 | 0.60 | 0.00 | 143.67 | 0.99 | 0.5 |
| Hex | 3 | FE | 66 | 63 | 0 | 3C | 0 | 90 | 63 | 32 |
| Octal | 3 | 376 | 146 | 143 | 0 | 74 | 0 | 220 | 143 | 62 |
| Binary | 11 | 11111110 | 1100110 | 1100011 | 0 | 111100 | 0 | 10010000 | 1100011 | 110010 |
Color Harmonies of #03FE66
Complementary color
Monochromatic Colors of #03FE66
Black with #03FE66
Text Example
Text Example
White with #03FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE66; }
p { color: rgb(3,254,102); }
H1.HeaderClassName
{
color: #03FE66;
}
.AnyTagClassName
{
color: #03FE66;
}
</style>
background-color css
<style>
a { background-color: #03FE66; }
a { background-color: rgb(3,254,102); }
div.DivClassName
{
background-color: #03FE66;
}
.BgClassName
{
background-color: #03FE66;
}
</style>
border-color css
<style>
span { border-color: #03FE66; }
span { border-color: rgb(3,254,102); }
td.TdClassName
{
border-color: #03FE66;
}
.TagClassName
{
border-color: #03FE66;
}
</style>