Shades of Free Speech Green #07E327
Tints of Free Speech Green #07E327
RGB
CMYK
RGB Variations
Color information
#07E327 (or 0x07E327) is known color: Free Speech Green. HEX triplet: 07, E3 and 27. RGB value is (7,227,39). Sum of RGB (Red+Green+Blue) = 7+227+39=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 227 (89.06% from 255 or 83.15% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 227 - color contains mainly: green. Hex color #07E327 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E327 is #F81CD8. Grayscale: #8C8C8C. Windows color (decimal): -16260313 or 2614023. OLE color: 2614023.
HSL color Cylindrical-coordinate representation of color #07E327: hue angle of 128.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E327 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 39 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.11 |
| HSL | 128.73º | 0.94% | 0.46% | - |
| HSV(B) | 128.73º | 0.97% | 0.89% | - |
| XYZ | 27.92 | 55.13 | 11.09 | - |
| YUV | 139.79 | 71.11 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 39 | 0.97 | 0 | 0.83 | 0.11 | 128.73 | 0.94 | 0.46 |
| Hex | 7 | E3 | 27 | 61 | 0 | 53 | B | 81 | 5E | 2E |
| Octal | 7 | 343 | 47 | 141 | 0 | 123 | 13 | 201 | 136 | 56 |
| Binary | 111 | 11100011 | 100111 | 1100001 | 0 | 1010011 | 1011 | 10000001 | 1011110 | 101110 |
Color Harmonies of #07E327
Complementary color
Monochromatic Colors of #07E327
Black with #07E327
Text Example
Text Example
White with #07E327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E327; }
p { color: rgb(7,227,39); }
H1.HeaderClassName
{
color: #07E327;
}
.AnyTagClassName
{
color: #07E327;
}
</style>
background-color css
<style>
a { background-color: #07E327; }
a { background-color: rgb(7,227,39); }
div.DivClassName
{
background-color: #07E327;
}
.BgClassName
{
background-color: #07E327;
}
</style>
border-color css
<style>
span { border-color: #07E327; }
span { border-color: rgb(7,227,39); }
td.TdClassName
{
border-color: #07E327;
}
.TagClassName
{
border-color: #07E327;
}
</style>