Shades of Spring Green #03FF64
Tints of Spring Green #03FF64
RGB
CMYK
RGB Variations
Color information
#03FF64 (or 0x03FF64) is known color: Spring Green. HEX triplet: 03, FF and 64. RGB value is (3,255,100). Sum of RGB (Red+Green+Blue) = 3+255+100=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FF64 is #FC009B. Grayscale: #A2A2A2. Windows color (decimal): -16515228 or 6618883. OLE color: 6618883.
HSL color Cylindrical-coordinate representation of color #03FF64: hue angle of 143.1º 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 #03FF64 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 100 | - |
| CMYK | 0.99 | 0 | 0.61 | 0 |
| HSL | 143.1º | 1% | 0.51% | - |
| HSV(B) | 143.1º | 0.99% | 1% | - |
| XYZ | 38.1 | 72.46 | 24.03 | - |
| YUV | 161.98 | 93.01 | 14.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 100 | 0.99 | 0 | 0.61 | 0 | 143.1 | 1 | 0.51 |
| Hex | 3 | FF | 64 | 63 | 0 | 3D | 0 | 8F | 64 | 33 |
| Octal | 3 | 377 | 144 | 143 | 0 | 75 | 0 | 217 | 144 | 63 |
| Binary | 11 | 11111111 | 1100100 | 1100011 | 0 | 111101 | 0 | 10001111 | 1100100 | 110011 |
Color Harmonies of #03FF64
Complementary color
Monochromatic Colors of #03FF64
Black with #03FF64
Text Example
Text Example
White with #03FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF64; }
p { color: rgb(3,255,100); }
H1.HeaderClassName
{
color: #03FF64;
}
.AnyTagClassName
{
color: #03FF64;
}
</style>
background-color css
<style>
a { background-color: #03FF64; }
a { background-color: rgb(3,255,100); }
div.DivClassName
{
background-color: #03FF64;
}
.BgClassName
{
background-color: #03FF64;
}
</style>
border-color css
<style>
span { border-color: #03FF64; }
span { border-color: rgb(3,255,100); }
td.TdClassName
{
border-color: #03FF64;
}
.TagClassName
{
border-color: #03FF64;
}
</style>