Shades of Free Speech Green #07EE0B
Tints of Free Speech Green #07EE0B
RGB
CMYK
RGB Variations
Color information
#07EE0B (or 0x07EE0B) is known color: Free Speech Green. HEX triplet: 07, EE and 0B. RGB value is (7,238,11). Sum of RGB (Red+Green+Blue) = 7+238+11=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 238 (93.36% from 255 or 92.97% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 238 - color contains mainly: green. Hex color #07EE0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EE0B is #F811F4. Grayscale: #8F8F8F. Windows color (decimal): -16257525 or 781831. OLE color: 781831.
HSL color Cylindrical-coordinate representation of color #07EE0B: hue angle of 121.04º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EE0B is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 238 | 11 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.07 |
| HSL | 121.04º | 0.94% | 0.48% | - |
| HSV(B) | 121.04º | 0.97% | 0.93% | - |
| XYZ | 30.72 | 61.22 | 10.51 | - |
| YUV | 143.05 | 53.47 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 11 | 0.97 | 0 | 0.95 | 0.07 | 121.04 | 0.94 | 0.48 |
| Hex | 7 | EE | B | 61 | 0 | 5F | 7 | 79 | 5E | 30 |
| Octal | 7 | 356 | 13 | 141 | 0 | 137 | 7 | 171 | 136 | 60 |
| Binary | 111 | 11101110 | 1011 | 1100001 | 0 | 1011111 | 111 | 1111001 | 1011110 | 110000 |
Color Harmonies of #07EE0B
Complementary color
Monochromatic Colors of #07EE0B
Black with #07EE0B
Text Example
Text Example
White with #07EE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EE0B; }
p { color: rgb(7,238,11); }
H1.HeaderClassName
{
color: #07EE0B;
}
.AnyTagClassName
{
color: #07EE0B;
}
</style>
background-color css
<style>
a { background-color: #07EE0B; }
a { background-color: rgb(7,238,11); }
div.DivClassName
{
background-color: #07EE0B;
}
.BgClassName
{
background-color: #07EE0B;
}
</style>
border-color css
<style>
span { border-color: #07EE0B; }
span { border-color: rgb(7,238,11); }
td.TdClassName
{
border-color: #07EE0B;
}
.TagClassName
{
border-color: #07EE0B;
}
</style>