Shades of Free Speech Green #03F220
Tints of Free Speech Green #03F220
RGB
CMYK
RGB Variations
Color information
#03F220 (or 0x03F220) is known color: Free Speech Green. HEX triplet: 03, F2 and 20. RGB value is (3,242,32). Sum of RGB (Red+Green+Blue) = 3+242+32=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 242 (94.92% from 255 or 87.36% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 242 - color contains mainly: green. Hex color #03F220 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F220 is #FC0DDF. Grayscale: #939393. Windows color (decimal): -16518624 or 2159107. OLE color: 2159107.
HSL color Cylindrical-coordinate representation of color #03F220: hue angle of 127.28º 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 #03F220 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 32 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.05 |
| HSL | 127.28º | 0.98% | 0.48% | - |
| HSV(B) | 127.28º | 0.99% | 0.95% | - |
| XYZ | 32.05 | 63.63 | 11.96 | - |
| YUV | 146.6 | 63.32 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 32 | 0.99 | 0 | 0.87 | 0.05 | 127.28 | 0.98 | 0.48 |
| Hex | 3 | F2 | 20 | 63 | 0 | 57 | 5 | 7F | 62 | 30 |
| Octal | 3 | 362 | 40 | 143 | 0 | 127 | 5 | 177 | 142 | 60 |
| Binary | 11 | 11110010 | 100000 | 1100011 | 0 | 1010111 | 101 | 1111111 | 1100010 | 110000 |
Color Harmonies of #03F220
Complementary color
Monochromatic Colors of #03F220
Black with #03F220
Text Example
Text Example
White with #03F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F220; }
p { color: rgb(3,242,32); }
H1.HeaderClassName
{
color: #03F220;
}
.AnyTagClassName
{
color: #03F220;
}
</style>
background-color css
<style>
a { background-color: #03F220; }
a { background-color: rgb(3,242,32); }
div.DivClassName
{
background-color: #03F220;
}
.BgClassName
{
background-color: #03F220;
}
</style>
border-color css
<style>
span { border-color: #03F220; }
span { border-color: rgb(3,242,32); }
td.TdClassName
{
border-color: #03F220;
}
.TagClassName
{
border-color: #03F220;
}
</style>