Shades of Free Speech Green #03F10A
Tints of Free Speech Green #03F10A
RGB
CMYK
RGB Variations
Color information
#03F10A (or 0x03F10A) is known color: Free Speech Green. HEX triplet: 03, F1 and 0A. RGB value is (3,241,10). Sum of RGB (Red+Green+Blue) = 3+241+10=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 241 (94.53% from 255 or 94.88% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 241 - color contains mainly: green. Hex color #03F10A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F10A is #FC0EF5. Grayscale: #909090. Windows color (decimal): -16518902 or 717059. OLE color: 717059.
HSL color Cylindrical-coordinate representation of color #03F10A: hue angle of 121.76º 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 #03F10A is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 10 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.05 |
| HSL | 121.76º | 0.98% | 0.48% | - |
| HSV(B) | 121.76º | 0.99% | 0.95% | - |
| XYZ | 31.55 | 62.95 | 10.78 | - |
| YUV | 143.5 | 52.65 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 10 | 0.99 | 0 | 0.96 | 0.05 | 121.76 | 0.98 | 0.48 |
| Hex | 3 | F1 | A | 63 | 0 | 60 | 5 | 7A | 62 | 30 |
| Octal | 3 | 361 | 12 | 143 | 0 | 140 | 5 | 172 | 142 | 60 |
| Binary | 11 | 11110001 | 1010 | 1100011 | 0 | 1100000 | 101 | 1111010 | 1100010 | 110000 |
Color Harmonies of #03F10A
Complementary color
Monochromatic Colors of #03F10A
Black with #03F10A
Text Example
Text Example
White with #03F10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F10A; }
p { color: rgb(3,241,10); }
H1.HeaderClassName
{
color: #03F10A;
}
.AnyTagClassName
{
color: #03F10A;
}
</style>
background-color css
<style>
a { background-color: #03F10A; }
a { background-color: rgb(3,241,10); }
div.DivClassName
{
background-color: #03F10A;
}
.BgClassName
{
background-color: #03F10A;
}
</style>
border-color css
<style>
span { border-color: #03F10A; }
span { border-color: rgb(3,241,10); }
td.TdClassName
{
border-color: #03F10A;
}
.TagClassName
{
border-color: #03F10A;
}
</style>