Shades of Free Speech Green #07F231
Tints of Free Speech Green #07F231
RGB
CMYK
RGB Variations
Color information
#07F231 (or 0x07F231) is known color: Free Speech Green. HEX triplet: 07, F2 and 31. RGB value is (7,242,49). Sum of RGB (Red+Green+Blue) = 7+242+49=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 242 (94.92% from 255 or 81.21% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 242 - color contains mainly: green. Hex color #07F231 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F231 is #F80DCE. Grayscale: #969696. Windows color (decimal): -16256463 or 3273223. OLE color: 3273223.
HSL color Cylindrical-coordinate representation of color #07F231: hue angle of 130.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F231 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 242 | 49 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.05 |
| HSL | 130.72º | 0.94% | 0.49% | - |
| HSV(B) | 130.72º | 0.97% | 0.95% | - |
| XYZ | 32.39 | 63.77 | 13.51 | - |
| YUV | 149.73 | 71.14 | 26.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 242 | 49 | 0.97 | 0 | 0.80 | 0.05 | 130.72 | 0.94 | 0.49 |
| Hex | 7 | F2 | 31 | 61 | 0 | 50 | 5 | 83 | 5E | 31 |
| Octal | 7 | 362 | 61 | 141 | 0 | 120 | 5 | 203 | 136 | 61 |
| Binary | 111 | 11110010 | 110001 | 1100001 | 0 | 1010000 | 101 | 10000011 | 1011110 | 110001 |
Color Harmonies of #07F231
Complementary color
Monochromatic Colors of #07F231
Black with #07F231
Text Example
Text Example
White with #07F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F231; }
p { color: rgb(7,242,49); }
H1.HeaderClassName
{
color: #07F231;
}
.AnyTagClassName
{
color: #07F231;
}
</style>
background-color css
<style>
a { background-color: #07F231; }
a { background-color: rgb(7,242,49); }
div.DivClassName
{
background-color: #07F231;
}
.BgClassName
{
background-color: #07F231;
}
</style>
border-color css
<style>
span { border-color: #07F231; }
span { border-color: rgb(7,242,49); }
td.TdClassName
{
border-color: #07F231;
}
.TagClassName
{
border-color: #07F231;
}
</style>