Shades of Free Speech Green #03FB10
Tints of Free Speech Green #03FB10
RGB
CMYK
RGB Variations
Color information
#03FB10 (or 0x03FB10) is known color: Free Speech Green. HEX triplet: 03, FB and 10. RGB value is (3,251,16). Sum of RGB (Red+Green+Blue) = 3+251+16=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 251 (98.44% from 255 or 92.96% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 251 - color contains mainly: green. Hex color #03FB10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FB10 is #FC04EF. Grayscale: #969696. Windows color (decimal): -16516336 or 1112835. OLE color: 1112835.
HSL color Cylindrical-coordinate representation of color #03FB10: hue angle of 123.15º 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 #03FB10 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 251 | 16 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.02 |
| HSL | 123.15º | 0.98% | 0.5% | - |
| HSV(B) | 123.15º | 0.99% | 0.98% | - |
| XYZ | 34.63 | 69.05 | 11.99 | - |
| YUV | 150.06 | 52.34 | 23.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 251 | 16 | 0.99 | 0 | 0.94 | 0.02 | 123.15 | 0.98 | 0.5 |
| Hex | 3 | FB | 10 | 63 | 0 | 5E | 2 | 7B | 62 | 32 |
| Octal | 3 | 373 | 20 | 143 | 0 | 136 | 2 | 173 | 142 | 62 |
| Binary | 11 | 11111011 | 10000 | 1100011 | 0 | 1011110 | 10 | 1111011 | 1100010 | 110010 |
Color Harmonies of #03FB10
Complementary color
Monochromatic Colors of #03FB10
Black with #03FB10
Text Example
Text Example
White with #03FB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FB10; }
p { color: rgb(3,251,16); }
H1.HeaderClassName
{
color: #03FB10;
}
.AnyTagClassName
{
color: #03FB10;
}
</style>
background-color css
<style>
a { background-color: #03FB10; }
a { background-color: rgb(3,251,16); }
div.DivClassName
{
background-color: #03FB10;
}
.BgClassName
{
background-color: #03FB10;
}
</style>
border-color css
<style>
span { border-color: #03FB10; }
span { border-color: rgb(3,251,16); }
td.TdClassName
{
border-color: #03FB10;
}
.TagClassName
{
border-color: #03FB10;
}
</style>