Shades of Free Speech Green #03E50F
Tints of Free Speech Green #03E50F
RGB
CMYK
RGB Variations
Color information
#03E50F (or 0x03E50F) is known color: Free Speech Green. HEX triplet: 03, E5 and 0F. RGB value is (3,229,15). Sum of RGB (Red+Green+Blue) = 3+229+15=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 229 (89.84% from 255 or 92.71% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 229 - color contains mainly: green. Hex color #03E50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E50F is #FC1AF0. Grayscale: #898989. Windows color (decimal): -16521969 or 1041667. OLE color: 1041667.
HSL color Cylindrical-coordinate representation of color #03E50F: hue angle of 123.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E50F is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 229 | 15 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.10 |
| HSL | 123.19º | 0.97% | 0.45% | - |
| HSV(B) | 123.19º | 0.99% | 0.9% | - |
| XYZ | 28.14 | 56.09 | 9.8 | - |
| YUV | 137.03 | 59.13 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 229 | 15 | 0.99 | 0 | 0.93 | 0.10 | 123.19 | 0.97 | 0.45 |
| Hex | 3 | E5 | F | 63 | 0 | 5D | A | 7B | 61 | 2D |
| Octal | 3 | 345 | 17 | 143 | 0 | 135 | 12 | 173 | 141 | 55 |
| Binary | 11 | 11100101 | 1111 | 1100011 | 0 | 1011101 | 1010 | 1111011 | 1100001 | 101101 |
Color Harmonies of #03E50F
Complementary color
Monochromatic Colors of #03E50F
Black with #03E50F
Text Example
Text Example
White with #03E50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E50F; }
p { color: rgb(3,229,15); }
H1.HeaderClassName
{
color: #03E50F;
}
.AnyTagClassName
{
color: #03E50F;
}
</style>
background-color css
<style>
a { background-color: #03E50F; }
a { background-color: rgb(3,229,15); }
div.DivClassName
{
background-color: #03E50F;
}
.BgClassName
{
background-color: #03E50F;
}
</style>
border-color css
<style>
span { border-color: #03E50F; }
span { border-color: rgb(3,229,15); }
td.TdClassName
{
border-color: #03E50F;
}
.TagClassName
{
border-color: #03E50F;
}
</style>