Shades of Free Speech Green #03F10E
Tints of Free Speech Green #03F10E
RGB
CMYK
RGB Variations
Color information
#03F10E (or 0x03F10E) is known color: Free Speech Green. HEX triplet: 03, F1 and 0E. RGB value is (3,241,14). Sum of RGB (Red+Green+Blue) = 3+241+14=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 241 (94.53% from 255 or 93.41% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 241 - color contains mainly: green. Hex color #03F10E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F10E is #FC0EF1. Grayscale: #909090. Windows color (decimal): -16518898 or 979203. OLE color: 979203.
HSL color Cylindrical-coordinate representation of color #03F10E: hue angle of 122.77º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F10E is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 14 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.05 |
| HSL | 122.77º | 0.98% | 0.48% | - |
| HSV(B) | 122.77º | 0.99% | 0.95% | - |
| XYZ | 31.57 | 62.96 | 10.9 | - |
| YUV | 143.96 | 54.65 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 14 | 0.99 | 0 | 0.94 | 0.05 | 122.77 | 0.98 | 0.48 |
| Hex | 3 | F1 | E | 63 | 0 | 5E | 5 | 7B | 62 | 30 |
| Octal | 3 | 361 | 16 | 143 | 0 | 136 | 5 | 173 | 142 | 60 |
| Binary | 11 | 11110001 | 1110 | 1100011 | 0 | 1011110 | 101 | 1111011 | 1100010 | 110000 |
Color Harmonies of #03F10E
Complementary color
Monochromatic Colors of #03F10E
Black with #03F10E
Text Example
Text Example
White with #03F10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F10E; }
p { color: rgb(3,241,14); }
H1.HeaderClassName
{
color: #03F10E;
}
.AnyTagClassName
{
color: #03F10E;
}
</style>
background-color css
<style>
a { background-color: #03F10E; }
a { background-color: rgb(3,241,14); }
div.DivClassName
{
background-color: #03F10E;
}
.BgClassName
{
background-color: #03F10E;
}
</style>
border-color css
<style>
span { border-color: #03F10E; }
span { border-color: rgb(3,241,14); }
td.TdClassName
{
border-color: #03F10E;
}
.TagClassName
{
border-color: #03F10E;
}
</style>