Shades of Free Speech Green #07F020
Tints of Free Speech Green #07F020
RGB
CMYK
RGB Variations
Color information
#07F020 (or 0x07F020) is known color: Free Speech Green. HEX triplet: 07, F0 and 20. RGB value is (7,240,32). Sum of RGB (Red+Green+Blue) = 7+240+32=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 240 (94.14% from 255 or 86.02% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 240 - color contains mainly: green. Hex color #07F020 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F020 is #F80FDF. Grayscale: #939393. Windows color (decimal): -16256992 or 2158599. OLE color: 2158599.
HSL color Cylindrical-coordinate representation of color #07F020: hue angle of 126.44º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F020 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 240 | 32 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.06 |
| HSL | 126.44º | 0.94% | 0.48% | - |
| HSV(B) | 126.44º | 0.97% | 0.94% | - |
| XYZ | 31.51 | 62.47 | 11.76 | - |
| YUV | 146.62 | 63.31 | 28.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 32 | 0.97 | 0 | 0.87 | 0.06 | 126.44 | 0.94 | 0.48 |
| Hex | 7 | F0 | 20 | 61 | 0 | 57 | 6 | 7E | 5E | 30 |
| Octal | 7 | 360 | 40 | 141 | 0 | 127 | 6 | 176 | 136 | 60 |
| Binary | 111 | 11110000 | 100000 | 1100001 | 0 | 1010111 | 110 | 1111110 | 1011110 | 110000 |
Color Harmonies of #07F020
Complementary color
Monochromatic Colors of #07F020
Black with #07F020
Text Example
Text Example
White with #07F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F020; }
p { color: rgb(7,240,32); }
H1.HeaderClassName
{
color: #07F020;
}
.AnyTagClassName
{
color: #07F020;
}
</style>
background-color css
<style>
a { background-color: #07F020; }
a { background-color: rgb(7,240,32); }
div.DivClassName
{
background-color: #07F020;
}
.BgClassName
{
background-color: #07F020;
}
</style>
border-color css
<style>
span { border-color: #07F020; }
span { border-color: rgb(7,240,32); }
td.TdClassName
{
border-color: #07F020;
}
.TagClassName
{
border-color: #07F020;
}
</style>