Shades of Free Speech Green #07E70C
Tints of Free Speech Green #07E70C
RGB
CMYK
RGB Variations
Color information
#07E70C (or 0x07E70C) is known color: Free Speech Green. HEX triplet: 07, E7 and 0C. RGB value is (7,231,12). Sum of RGB (Red+Green+Blue) = 7+231+12=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 231 (90.62% from 255 or 92.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 231 - color contains mainly: green. Hex color #07E70C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07E70C is #F818F3. Grayscale: #8B8B8B. Windows color (decimal): -16259316 or 845575. OLE color: 845575.
HSL color Cylindrical-coordinate representation of color #07E70C: hue angle of 121.34º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E70C is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 231 | 12 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.09 |
| HSL | 121.34º | 0.94% | 0.47% | - |
| HSV(B) | 121.34º | 0.97% | 0.91% | - |
| XYZ | 28.73 | 57.22 | 9.88 | - |
| YUV | 139.06 | 56.29 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 12 | 0.97 | 0 | 0.95 | 0.09 | 121.34 | 0.94 | 0.47 |
| Hex | 7 | E7 | C | 61 | 0 | 5F | 9 | 79 | 5E | 2F |
| Octal | 7 | 347 | 14 | 141 | 0 | 137 | 11 | 171 | 136 | 57 |
| Binary | 111 | 11100111 | 1100 | 1100001 | 0 | 1011111 | 1001 | 1111001 | 1011110 | 101111 |
Color Harmonies of #07E70C
Complementary color
Monochromatic Colors of #07E70C
Black with #07E70C
Text Example
Text Example
White with #07E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E70C; }
p { color: rgb(7,231,12); }
H1.HeaderClassName
{
color: #07E70C;
}
.AnyTagClassName
{
color: #07E70C;
}
</style>
background-color css
<style>
a { background-color: #07E70C; }
a { background-color: rgb(7,231,12); }
div.DivClassName
{
background-color: #07E70C;
}
.BgClassName
{
background-color: #07E70C;
}
</style>
border-color css
<style>
span { border-color: #07E70C; }
span { border-color: rgb(7,231,12); }
td.TdClassName
{
border-color: #07E70C;
}
.TagClassName
{
border-color: #07E70C;
}
</style>