Shades of Free Speech Green #03FA10
Tints of Free Speech Green #03FA10
RGB
CMYK
RGB Variations
Color information
#03FA10 (or 0x03FA10) is known color: Free Speech Green. HEX triplet: 03, FA and 10. RGB value is (3,250,16). Sum of RGB (Red+Green+Blue) = 3+250+16=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 250 (98.05% from 255 or 92.94% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FA10 is #FC05EF. Grayscale: #969696. Windows color (decimal): -16516592 or 1112579. OLE color: 1112579.
HSL color Cylindrical-coordinate representation of color #03FA10: hue angle of 123.16º 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 #03FA10 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 16 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.02 |
| HSL | 123.16º | 0.98% | 0.5% | - |
| HSV(B) | 123.16º | 0.99% | 0.98% | - |
| XYZ | 34.32 | 68.43 | 11.89 | - |
| YUV | 149.47 | 52.67 | 23.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 16 | 0.99 | 0 | 0.94 | 0.02 | 123.16 | 0.98 | 0.5 |
| Hex | 3 | FA | 10 | 63 | 0 | 5E | 2 | 7B | 62 | 32 |
| Octal | 3 | 372 | 20 | 143 | 0 | 136 | 2 | 173 | 142 | 62 |
| Binary | 11 | 11111010 | 10000 | 1100011 | 0 | 1011110 | 10 | 1111011 | 1100010 | 110010 |
Color Harmonies of #03FA10
Complementary color
Monochromatic Colors of #03FA10
Black with #03FA10
Text Example
Text Example
White with #03FA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA10; }
p { color: rgb(3,250,16); }
H1.HeaderClassName
{
color: #03FA10;
}
.AnyTagClassName
{
color: #03FA10;
}
</style>
background-color css
<style>
a { background-color: #03FA10; }
a { background-color: rgb(3,250,16); }
div.DivClassName
{
background-color: #03FA10;
}
.BgClassName
{
background-color: #03FA10;
}
</style>
border-color css
<style>
span { border-color: #03FA10; }
span { border-color: rgb(3,250,16); }
td.TdClassName
{
border-color: #03FA10;
}
.TagClassName
{
border-color: #03FA10;
}
</style>