Shades of Free Speech Green #07FE11
Tints of Free Speech Green #07FE11
RGB
CMYK
RGB Variations
Color information
#07FE11 (or 0x07FE11) is known color: Free Speech Green. HEX triplet: 07, FE and 11. RGB value is (7,254,17). Sum of RGB (Red+Green+Blue) = 7+254+17=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 254 (99.61% from 255 or 91.37% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FE11 is #F801EE. Grayscale: #999999. Windows color (decimal): -16253423 or 1179143. OLE color: 1179143.
HSL color Cylindrical-coordinate representation of color #07FE11: hue angle of 122.43º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FE11 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 17 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.00 |
| HSL | 122.43º | 0.99% | 0.51% | - |
| HSV(B) | 122.43º | 0.97% | 1% | - |
| XYZ | 35.63 | 70.97 | 12.35 | - |
| YUV | 153.13 | 51.17 | 23.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 17 | 0.97 | 0 | 0.93 | 0.00 | 122.43 | 0.99 | 0.51 |
| Hex | 7 | FE | 11 | 61 | 0 | 5D | 0 | 7A | 63 | 33 |
| Octal | 7 | 376 | 21 | 141 | 0 | 135 | 0 | 172 | 143 | 63 |
| Binary | 111 | 11111110 | 10001 | 1100001 | 0 | 1011101 | 0 | 1111010 | 1100011 | 110011 |
Color Harmonies of #07FE11
Complementary color
Monochromatic Colors of #07FE11
Black with #07FE11
Text Example
Text Example
White with #07FE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FE11; }
p { color: rgb(7,254,17); }
H1.HeaderClassName
{
color: #07FE11;
}
.AnyTagClassName
{
color: #07FE11;
}
</style>
background-color css
<style>
a { background-color: #07FE11; }
a { background-color: rgb(7,254,17); }
div.DivClassName
{
background-color: #07FE11;
}
.BgClassName
{
background-color: #07FE11;
}
</style>
border-color css
<style>
span { border-color: #07FE11; }
span { border-color: rgb(7,254,17); }
td.TdClassName
{
border-color: #07FE11;
}
.TagClassName
{
border-color: #07FE11;
}
</style>