Shades of Free Speech Green #07F024
Tints of Free Speech Green #07F024
RGB
CMYK
RGB Variations
Color information
#07F024 (or 0x07F024) is known color: Free Speech Green. HEX triplet: 07, F0 and 24. RGB value is (7,240,36). Sum of RGB (Red+Green+Blue) = 7+240+36=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 240 (94.14% from 255 or 84.81% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 240 - color contains mainly: green. Hex color #07F024 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F024 is #F80FDB. Grayscale: #939393. Windows color (decimal): -16256988 or 2420743. OLE color: 2420743.
HSL color Cylindrical-coordinate representation of color #07F024: hue angle of 127.47º 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 #07F024 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 240 | 36 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.06 |
| HSL | 127.47º | 0.94% | 0.48% | - |
| HSV(B) | 127.47º | 0.97% | 0.94% | - |
| XYZ | 31.57 | 62.49 | 12.07 | - |
| YUV | 147.08 | 65.31 | 28.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 36 | 0.97 | 0 | 0.85 | 0.06 | 127.47 | 0.94 | 0.48 |
| Hex | 7 | F0 | 24 | 61 | 0 | 55 | 6 | 7F | 5E | 30 |
| Octal | 7 | 360 | 44 | 141 | 0 | 125 | 6 | 177 | 136 | 60 |
| Binary | 111 | 11110000 | 100100 | 1100001 | 0 | 1010101 | 110 | 1111111 | 1011110 | 110000 |
Color Harmonies of #07F024
Complementary color
Monochromatic Colors of #07F024
Black with #07F024
Text Example
Text Example
White with #07F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F024; }
p { color: rgb(7,240,36); }
H1.HeaderClassName
{
color: #07F024;
}
.AnyTagClassName
{
color: #07F024;
}
</style>
background-color css
<style>
a { background-color: #07F024; }
a { background-color: rgb(7,240,36); }
div.DivClassName
{
background-color: #07F024;
}
.BgClassName
{
background-color: #07F024;
}
</style>
border-color css
<style>
span { border-color: #07F024; }
span { border-color: rgb(7,240,36); }
td.TdClassName
{
border-color: #07F024;
}
.TagClassName
{
border-color: #07F024;
}
</style>