Shades of Free Speech Green #07E321
Tints of Free Speech Green #07E321
RGB
CMYK
RGB Variations
Color information
#07E321 (or 0x07E321) is known color: Free Speech Green. HEX triplet: 07, E3 and 21. RGB value is (7,227,33). Sum of RGB (Red+Green+Blue) = 7+227+33=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 227 (89.06% from 255 or 85.02% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 227 - color contains mainly: green. Hex color #07E321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E321 is #F81CDE. Grayscale: #8B8B8B. Windows color (decimal): -16260319 or 2220807. OLE color: 2220807.
HSL color Cylindrical-coordinate representation of color #07E321: hue angle of 127.09º 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 #07E321 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 33 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.11 |
| HSL | 127.09º | 0.94% | 0.46% | - |
| HSV(B) | 127.09º | 0.97% | 0.89% | - |
| XYZ | 27.83 | 55.09 | 10.61 | - |
| YUV | 139.1 | 68.11 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 33 | 0.97 | 0 | 0.85 | 0.11 | 127.09 | 0.94 | 0.46 |
| Hex | 7 | E3 | 21 | 61 | 0 | 55 | B | 7F | 5E | 2E |
| Octal | 7 | 343 | 41 | 141 | 0 | 125 | 13 | 177 | 136 | 56 |
| Binary | 111 | 11100011 | 100001 | 1100001 | 0 | 1010101 | 1011 | 1111111 | 1011110 | 101110 |
Color Harmonies of #07E321
Complementary color
Monochromatic Colors of #07E321
Black with #07E321
Text Example
Text Example
White with #07E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E321; }
p { color: rgb(7,227,33); }
H1.HeaderClassName
{
color: #07E321;
}
.AnyTagClassName
{
color: #07E321;
}
</style>
background-color css
<style>
a { background-color: #07E321; }
a { background-color: rgb(7,227,33); }
div.DivClassName
{
background-color: #07E321;
}
.BgClassName
{
background-color: #07E321;
}
</style>
border-color css
<style>
span { border-color: #07E321; }
span { border-color: rgb(7,227,33); }
td.TdClassName
{
border-color: #07E321;
}
.TagClassName
{
border-color: #07E321;
}
</style>