Shades of Free Speech Green #07E40A
Tints of Free Speech Green #07E40A
RGB
CMYK
RGB Variations
Color information
#07E40A (or 0x07E40A) is known color: Free Speech Green. HEX triplet: 07, E4 and 0A. RGB value is (7,228,10). Sum of RGB (Red+Green+Blue) = 7+228+10=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 228 (89.45% from 255 or 93.06% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 228 - color contains mainly: green. Hex color #07E40A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E40A is #F81BF5. Grayscale: #898989. Windows color (decimal): -16260086 or 713735. OLE color: 713735.
HSL color Cylindrical-coordinate representation of color #07E40A: hue angle of 120.81º 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 #07E40A is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 228 | 10 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.11 |
| HSL | 120.81º | 0.94% | 0.46% | - |
| HSV(B) | 120.81º | 0.97% | 0.89% | - |
| XYZ | 27.89 | 55.55 | 9.54 | - |
| YUV | 137.07 | 56.28 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 228 | 10 | 0.97 | 0 | 0.96 | 0.11 | 120.81 | 0.94 | 0.46 |
| Hex | 7 | E4 | A | 61 | 0 | 60 | B | 79 | 5E | 2E |
| Octal | 7 | 344 | 12 | 141 | 0 | 140 | 13 | 171 | 136 | 56 |
| Binary | 111 | 11100100 | 1010 | 1100001 | 0 | 1100000 | 1011 | 1111001 | 1011110 | 101110 |
Color Harmonies of #07E40A
Complementary color
Monochromatic Colors of #07E40A
Black with #07E40A
Text Example
Text Example
White with #07E40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E40A; }
p { color: rgb(7,228,10); }
H1.HeaderClassName
{
color: #07E40A;
}
.AnyTagClassName
{
color: #07E40A;
}
</style>
background-color css
<style>
a { background-color: #07E40A; }
a { background-color: rgb(7,228,10); }
div.DivClassName
{
background-color: #07E40A;
}
.BgClassName
{
background-color: #07E40A;
}
</style>
border-color css
<style>
span { border-color: #07E40A; }
span { border-color: rgb(7,228,10); }
td.TdClassName
{
border-color: #07E40A;
}
.TagClassName
{
border-color: #07E40A;
}
</style>