Shades of Spring Green #03F069
Tints of Spring Green #03F069
RGB
CMYK
RGB Variations
Color information
#03F069 (or 0x03F069) is known color: Spring Green. HEX triplet: 03, F0 and 69. RGB value is (3,240,105). Sum of RGB (Red+Green+Blue) = 3+240+105=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 240 (94.14% from 255 or 68.97% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 240 - color contains mainly: green. Hex color #03F069 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F069 is #FC0F96. Grayscale: #9A9A9A. Windows color (decimal): -16519063 or 6942723. OLE color: 6942723.
HSL color Cylindrical-coordinate representation of color #03F069: hue angle of 145.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F069 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 240 | 105 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.06 |
| HSL | 145.82º | 0.98% | 0.48% | - |
| HSV(B) | 145.82º | 0.99% | 0.94% | - |
| XYZ | 33.75 | 63.36 | 23.82 | - |
| YUV | 153.75 | 100.48 | 20.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 105 | 0.99 | 0 | 0.56 | 0.06 | 145.82 | 0.98 | 0.48 |
| Hex | 3 | F0 | 69 | 63 | 0 | 38 | 6 | 92 | 62 | 30 |
| Octal | 3 | 360 | 151 | 143 | 0 | 70 | 6 | 222 | 142 | 60 |
| Binary | 11 | 11110000 | 1101001 | 1100011 | 0 | 111000 | 110 | 10010010 | 1100010 | 110000 |
Color Harmonies of #03F069
Complementary color
Monochromatic Colors of #03F069
Black with #03F069
Text Example
Text Example
White with #03F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F069; }
p { color: rgb(3,240,105); }
H1.HeaderClassName
{
color: #03F069;
}
.AnyTagClassName
{
color: #03F069;
}
</style>
background-color css
<style>
a { background-color: #03F069; }
a { background-color: rgb(3,240,105); }
div.DivClassName
{
background-color: #03F069;
}
.BgClassName
{
background-color: #03F069;
}
</style>
border-color css
<style>
span { border-color: #03F069; }
span { border-color: rgb(3,240,105); }
td.TdClassName
{
border-color: #03F069;
}
.TagClassName
{
border-color: #03F069;
}
</style>