Shades of Free Speech Green #07E20C
Tints of Free Speech Green #07E20C
RGB
CMYK
RGB Variations
Color information
#07E20C (or 0x07E20C) is known color: Free Speech Green. HEX triplet: 07, E2 and 0C. RGB value is (7,226,12). Sum of RGB (Red+Green+Blue) = 7+226+12=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 226 (88.67% from 255 or 92.24% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 226 - color contains mainly: green. Hex color #07E20C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E20C is #F81DF3. Grayscale: #888888. Windows color (decimal): -16260596 or 844295. OLE color: 844295.
HSL color Cylindrical-coordinate representation of color #07E20C: hue angle of 121.37º 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 #07E20C is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 226 | 12 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.11 |
| HSL | 121.37º | 0.94% | 0.46% | - |
| HSV(B) | 121.37º | 0.97% | 0.89% | - |
| XYZ | 27.35 | 54.46 | 9.42 | - |
| YUV | 136.12 | 57.95 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 226 | 12 | 0.97 | 0 | 0.95 | 0.11 | 121.37 | 0.94 | 0.46 |
| Hex | 7 | E2 | C | 61 | 0 | 5F | B | 79 | 5E | 2E |
| Octal | 7 | 342 | 14 | 141 | 0 | 137 | 13 | 171 | 136 | 56 |
| Binary | 111 | 11100010 | 1100 | 1100001 | 0 | 1011111 | 1011 | 1111001 | 1011110 | 101110 |
Color Harmonies of #07E20C
Complementary color
Monochromatic Colors of #07E20C
Black with #07E20C
Text Example
Text Example
White with #07E20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E20C; }
p { color: rgb(7,226,12); }
H1.HeaderClassName
{
color: #07E20C;
}
.AnyTagClassName
{
color: #07E20C;
}
</style>
background-color css
<style>
a { background-color: #07E20C; }
a { background-color: rgb(7,226,12); }
div.DivClassName
{
background-color: #07E20C;
}
.BgClassName
{
background-color: #07E20C;
}
</style>
border-color css
<style>
span { border-color: #07E20C; }
span { border-color: rgb(7,226,12); }
td.TdClassName
{
border-color: #07E20C;
}
.TagClassName
{
border-color: #07E20C;
}
</style>