Shades of Spring Green #03F266
Tints of Spring Green #03F266
RGB
CMYK
RGB Variations
Color information
#03F266 (or 0x03F266) is known color: Spring Green. HEX triplet: 03, F2 and 66. RGB value is (3,242,102). Sum of RGB (Red+Green+Blue) = 3+242+102=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #03F266 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F266 is #FC0D99. Grayscale: #9A9A9A. Windows color (decimal): -16518554 or 6746627. OLE color: 6746627.
HSL color Cylindrical-coordinate representation of color #03F266: hue angle of 144.85º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F266 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 102 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.05 |
| HSL | 144.85º | 0.98% | 0.48% | - |
| HSV(B) | 144.85º | 0.99% | 0.95% | - |
| XYZ | 34.19 | 64.48 | 23.21 | - |
| YUV | 154.58 | 98.32 | 19.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 102 | 0.99 | 0 | 0.58 | 0.05 | 144.85 | 0.98 | 0.48 |
| Hex | 3 | F2 | 66 | 63 | 0 | 3A | 5 | 91 | 62 | 30 |
| Octal | 3 | 362 | 146 | 143 | 0 | 72 | 5 | 221 | 142 | 60 |
| Binary | 11 | 11110010 | 1100110 | 1100011 | 0 | 111010 | 101 | 10010001 | 1100010 | 110000 |
Color Harmonies of #03F266
Complementary color
Monochromatic Colors of #03F266
Black with #03F266
Text Example
Text Example
White with #03F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F266; }
p { color: rgb(3,242,102); }
H1.HeaderClassName
{
color: #03F266;
}
.AnyTagClassName
{
color: #03F266;
}
</style>
background-color css
<style>
a { background-color: #03F266; }
a { background-color: rgb(3,242,102); }
div.DivClassName
{
background-color: #03F266;
}
.BgClassName
{
background-color: #03F266;
}
</style>
border-color css
<style>
span { border-color: #03F266; }
span { border-color: rgb(3,242,102); }
td.TdClassName
{
border-color: #03F266;
}
.TagClassName
{
border-color: #03F266;
}
</style>