Shades of Spring Green #03FF66
Tints of Spring Green #03FF66
RGB
CMYK
RGB Variations
Color information
#03FF66 (or 0x03FF66) is known color: Spring Green. HEX triplet: 03, FF and 66. RGB value is (3,255,102). Sum of RGB (Red+Green+Blue) = 3+255+102=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FF66 is #FC0099. Grayscale: #A2A2A2. Windows color (decimal): -16515226 or 6749955. OLE color: 6749955.
HSL color Cylindrical-coordinate representation of color #03FF66: hue angle of 143.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF66 is Cyan = 0.99, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 102 | - |
| CMYK | 0.99 | 0 | 0.6 | 0 |
| HSL | 143.57º | 1% | 0.51% | - |
| HSV(B) | 143.57º | 0.99% | 1% | - |
| XYZ | 38.2 | 72.5 | 24.55 | - |
| YUV | 162.21 | 94.01 | 14.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 102 | 0.99 | 0 | 0.6 | 0 | 143.57 | 1 | 0.51 |
| Hex | 3 | FF | 66 | 63 | 0 | 3C | 0 | 90 | 64 | 33 |
| Octal | 3 | 377 | 146 | 143 | 0 | 74 | 0 | 220 | 144 | 63 |
| Binary | 11 | 11111111 | 1100110 | 1100011 | 0 | 111100 | 0 | 10010000 | 1100100 | 110011 |
Color Harmonies of #03FF66
Complementary color
Monochromatic Colors of #03FF66
Black with #03FF66
Text Example
Text Example
White with #03FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF66; }
p { color: rgb(3,255,102); }
H1.HeaderClassName
{
color: #03FF66;
}
.AnyTagClassName
{
color: #03FF66;
}
</style>
background-color css
<style>
a { background-color: #03FF66; }
a { background-color: rgb(3,255,102); }
div.DivClassName
{
background-color: #03FF66;
}
.BgClassName
{
background-color: #03FF66;
}
</style>
border-color css
<style>
span { border-color: #03FF66; }
span { border-color: rgb(3,255,102); }
td.TdClassName
{
border-color: #03FF66;
}
.TagClassName
{
border-color: #03FF66;
}
</style>