Shades of Free Speech Green #07E40C
Tints of Free Speech Green #07E40C
RGB
CMYK
RGB Variations
Color information
#07E40C (or 0x07E40C) is known color: Free Speech Green. HEX triplet: 07, E4 and 0C. RGB value is (7,228,12). Sum of RGB (Red+Green+Blue) = 7+228+12=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 228 (89.45% from 255 or 92.31% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 228 - color contains mainly: green. Hex color #07E40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E40C is #F81BF3. Grayscale: #898989. Windows color (decimal): -16260084 or 844807. OLE color: 844807.
HSL color Cylindrical-coordinate representation of color #07E40C: hue angle of 121.36º 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 #07E40C is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 228 | 12 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.11 |
| HSL | 121.36º | 0.94% | 0.46% | - |
| HSV(B) | 121.36º | 0.97% | 0.89% | - |
| XYZ | 27.9 | 55.56 | 9.6 | - |
| YUV | 137.3 | 57.28 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 228 | 12 | 0.97 | 0 | 0.95 | 0.11 | 121.36 | 0.94 | 0.46 |
| Hex | 7 | E4 | C | 61 | 0 | 5F | B | 79 | 5E | 2E |
| Octal | 7 | 344 | 14 | 141 | 0 | 137 | 13 | 171 | 136 | 56 |
| Binary | 111 | 11100100 | 1100 | 1100001 | 0 | 1011111 | 1011 | 1111001 | 1011110 | 101110 |
Color Harmonies of #07E40C
Complementary color
Monochromatic Colors of #07E40C
Black with #07E40C
Text Example
Text Example
White with #07E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E40C; }
p { color: rgb(7,228,12); }
H1.HeaderClassName
{
color: #07E40C;
}
.AnyTagClassName
{
color: #07E40C;
}
</style>
background-color css
<style>
a { background-color: #07E40C; }
a { background-color: rgb(7,228,12); }
div.DivClassName
{
background-color: #07E40C;
}
.BgClassName
{
background-color: #07E40C;
}
</style>
border-color css
<style>
span { border-color: #07E40C; }
span { border-color: rgb(7,228,12); }
td.TdClassName
{
border-color: #07E40C;
}
.TagClassName
{
border-color: #07E40C;
}
</style>