Shades of Free Speech Green #00F71E
Tints of Free Speech Green #00F71E
RGB
CMYK
RGB Variations
Color information
#00F71E (or 0x00F71E) is known color: Free Speech Green. HEX triplet: 00, F7 and 1E. RGB value is (0,247,30). Sum of RGB (Red+Green+Blue) = 0+247+30=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 247 (96.88% from 255 or 89.17% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 247 - color contains mainly: green. Hex color #00F71E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F71E is #FF08E1. Grayscale: #959595. Windows color (decimal): -16713954 or 2029312. OLE color: 2029312.
HSL color Cylindrical-coordinate representation of color #00F71E: hue angle of 127.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F71E is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 247 | 30 | - |
| CMYK | 1 | 0 | 0.88 | 0.03 |
| HSL | 127.29º | 1% | 0.48% | - |
| HSV(B) | 127.29º | 1% | 0.97% | - |
| XYZ | 33.5 | 66.62 | 12.32 | - |
| YUV | 148.41 | 61.17 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 247 | 30 | 1 | 0 | 0.88 | 0.03 | 127.29 | 1 | 0.48 |
| Hex | 0 | F7 | 1E | 64 | 0 | 58 | 3 | 7F | 64 | 30 |
| Octal | 0 | 367 | 36 | 144 | 0 | 130 | 3 | 177 | 144 | 60 |
| Binary | 0 | 11110111 | 11110 | 1100100 | 0 | 1011000 | 11 | 1111111 | 1100100 | 110000 |
Color Harmonies of #00F71E
Complementary color
Monochromatic Colors of #00F71E
Black with #00F71E
Text Example
Text Example
White with #00F71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F71E; }
p { color: rgb(0,247,30); }
H1.HeaderClassName
{
color: #00F71E;
}
.AnyTagClassName
{
color: #00F71E;
}
</style>
background-color css
<style>
a { background-color: #00F71E; }
a { background-color: rgb(0,247,30); }
div.DivClassName
{
background-color: #00F71E;
}
.BgClassName
{
background-color: #00F71E;
}
</style>
border-color css
<style>
span { border-color: #00F71E; }
span { border-color: rgb(0,247,30); }
td.TdClassName
{
border-color: #00F71E;
}
.TagClassName
{
border-color: #00F71E;
}
</style>