Shades of Free Speech Green #03F50A
Tints of Free Speech Green #03F50A
RGB
CMYK
RGB Variations
Color information
#03F50A (or 0x03F50A) is known color: Free Speech Green. HEX triplet: 03, F5 and 0A. RGB value is (3,245,10). Sum of RGB (Red+Green+Blue) = 3+245+10=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 245 (96.09% from 255 or 94.96% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 245 - color contains mainly: green. Hex color #03F50A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F50A is #FC0AF5. Grayscale: #929292. Windows color (decimal): -16517878 or 718083. OLE color: 718083.
HSL color Cylindrical-coordinate representation of color #03F50A: hue angle of 121.74º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F50A is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 245 | 10 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.04 |
| HSL | 121.74º | 0.98% | 0.49% | - |
| HSV(B) | 121.74º | 0.99% | 0.96% | - |
| XYZ | 32.74 | 65.35 | 11.17 | - |
| YUV | 145.85 | 51.33 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 245 | 10 | 0.99 | 0 | 0.96 | 0.04 | 121.74 | 0.98 | 0.49 |
| Hex | 3 | F5 | A | 63 | 0 | 60 | 4 | 7A | 62 | 31 |
| Octal | 3 | 365 | 12 | 143 | 0 | 140 | 4 | 172 | 142 | 61 |
| Binary | 11 | 11110101 | 1010 | 1100011 | 0 | 1100000 | 100 | 1111010 | 1100010 | 110001 |
Color Harmonies of #03F50A
Complementary color
Monochromatic Colors of #03F50A
Black with #03F50A
Text Example
Text Example
White with #03F50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F50A; }
p { color: rgb(3,245,10); }
H1.HeaderClassName
{
color: #03F50A;
}
.AnyTagClassName
{
color: #03F50A;
}
</style>
background-color css
<style>
a { background-color: #03F50A; }
a { background-color: rgb(3,245,10); }
div.DivClassName
{
background-color: #03F50A;
}
.BgClassName
{
background-color: #03F50A;
}
</style>
border-color css
<style>
span { border-color: #03F50A; }
span { border-color: rgb(3,245,10); }
td.TdClassName
{
border-color: #03F50A;
}
.TagClassName
{
border-color: #03F50A;
}
</style>