Shades of Free Speech Green #03FA0B
Tints of Free Speech Green #03FA0B
RGB
CMYK
RGB Variations
Color information
#03FA0B (or 0x03FA0B) is known color: Free Speech Green. HEX triplet: 03, FA and 0B. RGB value is (3,250,11). Sum of RGB (Red+Green+Blue) = 3+250+11=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 250 (98.05% from 255 or 94.70% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FA0B is #FC05F4. Grayscale: #959595. Windows color (decimal): -16516597 or 784899. OLE color: 784899.
HSL color Cylindrical-coordinate representation of color #03FA0B: hue angle of 121.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FA0B is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 11 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.02 |
| HSL | 121.94º | 0.98% | 0.5% | - |
| HSV(B) | 121.94º | 0.99% | 0.98% | - |
| XYZ | 34.28 | 68.41 | 11.72 | - |
| YUV | 148.9 | 50.17 | 23.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 11 | 0.99 | 0 | 0.96 | 0.02 | 121.94 | 0.98 | 0.5 |
| Hex | 3 | FA | B | 63 | 0 | 60 | 2 | 7A | 62 | 32 |
| Octal | 3 | 372 | 13 | 143 | 0 | 140 | 2 | 172 | 142 | 62 |
| Binary | 11 | 11111010 | 1011 | 1100011 | 0 | 1100000 | 10 | 1111010 | 1100010 | 110010 |
Color Harmonies of #03FA0B
Complementary color
Monochromatic Colors of #03FA0B
Black with #03FA0B
Text Example
Text Example
White with #03FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA0B; }
p { color: rgb(3,250,11); }
H1.HeaderClassName
{
color: #03FA0B;
}
.AnyTagClassName
{
color: #03FA0B;
}
</style>
background-color css
<style>
a { background-color: #03FA0B; }
a { background-color: rgb(3,250,11); }
div.DivClassName
{
background-color: #03FA0B;
}
.BgClassName
{
background-color: #03FA0B;
}
</style>
border-color css
<style>
span { border-color: #03FA0B; }
span { border-color: rgb(3,250,11); }
td.TdClassName
{
border-color: #03FA0B;
}
.TagClassName
{
border-color: #03FA0B;
}
</style>