Shades of Free Speech Green #03F022
Tints of Free Speech Green #03F022
RGB
CMYK
RGB Variations
Color information
#03F022 (or 0x03F022) is known color: Free Speech Green. HEX triplet: 03, F0 and 22. RGB value is (3,240,34). Sum of RGB (Red+Green+Blue) = 3+240+34=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 240 (94.14% from 255 or 86.64% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 240 - color contains mainly: green. Hex color #03F022 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F022 is #FC0FDD. Grayscale: #929292. Windows color (decimal): -16519134 or 2289667. OLE color: 2289667.
HSL color Cylindrical-coordinate representation of color #03F022: hue angle of 127.85º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F022 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 240 | 34 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.06 |
| HSL | 127.85º | 0.98% | 0.48% | - |
| HSV(B) | 127.85º | 0.99% | 0.94% | - |
| XYZ | 31.49 | 62.46 | 11.91 | - |
| YUV | 145.65 | 64.98 | 26.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 34 | 0.99 | 0 | 0.86 | 0.06 | 127.85 | 0.98 | 0.48 |
| Hex | 3 | F0 | 22 | 63 | 0 | 56 | 6 | 80 | 62 | 30 |
| Octal | 3 | 360 | 42 | 143 | 0 | 126 | 6 | 200 | 142 | 60 |
| Binary | 11 | 11110000 | 100010 | 1100011 | 0 | 1010110 | 110 | 10000000 | 1100010 | 110000 |
Color Harmonies of #03F022
Complementary color
Monochromatic Colors of #03F022
Black with #03F022
Text Example
Text Example
White with #03F022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F022; }
p { color: rgb(3,240,34); }
H1.HeaderClassName
{
color: #03F022;
}
.AnyTagClassName
{
color: #03F022;
}
</style>
background-color css
<style>
a { background-color: #03F022; }
a { background-color: rgb(3,240,34); }
div.DivClassName
{
background-color: #03F022;
}
.BgClassName
{
background-color: #03F022;
}
</style>
border-color css
<style>
span { border-color: #03F022; }
span { border-color: rgb(3,240,34); }
td.TdClassName
{
border-color: #03F022;
}
.TagClassName
{
border-color: #03F022;
}
</style>