Shades of Spring Green #03FF69
Tints of Spring Green #03FF69
RGB
CMYK
RGB Variations
Color information
#03FF69 (or 0x03FF69) is known color: Spring Green. HEX triplet: 03, FF and 69. RGB value is (3,255,105). Sum of RGB (Red+Green+Blue) = 3+255+105=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FF69 is #FC0096. Grayscale: #A2A2A2. Windows color (decimal): -16515223 or 6946563. OLE color: 6946563.
HSL color Cylindrical-coordinate representation of color #03FF69: hue angle of 144.29º 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 #03FF69 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 105 | - |
| CMYK | 0.99 | 0 | 0.59 | 0 |
| HSL | 144.29º | 1% | 0.51% | - |
| HSV(B) | 144.29º | 0.99% | 1% | - |
| XYZ | 38.35 | 72.56 | 25.35 | - |
| YUV | 162.55 | 95.51 | 14.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 105 | 0.99 | 0 | 0.59 | 0 | 144.29 | 1 | 0.51 |
| Hex | 3 | FF | 69 | 63 | 0 | 3B | 0 | 90 | 64 | 33 |
| Octal | 3 | 377 | 151 | 143 | 0 | 73 | 0 | 220 | 144 | 63 |
| Binary | 11 | 11111111 | 1101001 | 1100011 | 0 | 111011 | 0 | 10010000 | 1100100 | 110011 |
Color Harmonies of #03FF69
Complementary color
Monochromatic Colors of #03FF69
Black with #03FF69
Text Example
Text Example
White with #03FF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF69; }
p { color: rgb(3,255,105); }
H1.HeaderClassName
{
color: #03FF69;
}
.AnyTagClassName
{
color: #03FF69;
}
</style>
background-color css
<style>
a { background-color: #03FF69; }
a { background-color: rgb(3,255,105); }
div.DivClassName
{
background-color: #03FF69;
}
.BgClassName
{
background-color: #03FF69;
}
</style>
border-color css
<style>
span { border-color: #03FF69; }
span { border-color: rgb(3,255,105); }
td.TdClassName
{
border-color: #03FF69;
}
.TagClassName
{
border-color: #03FF69;
}
</style>