Shades of Free Speech Green #0EF407
Tints of Free Speech Green #0EF407
RGB
CMYK
RGB Variations
Color information
#0EF407 (or 0x0EF407) is known color: Free Speech Green. HEX triplet: 0E, F4 and 07. RGB value is (14,244,7). Sum of RGB (Red+Green+Blue) = 14+244+7=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 244 (95.70% from 255 or 92.08% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 244 - color contains mainly: green. Hex color #0EF407 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF407 is #F10BF8. Grayscale: #949494. Windows color (decimal): -15797241 or 521230. OLE color: 521230.
HSL color Cylindrical-coordinate representation of color #0EF407: hue angle of 118.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EF407 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 244 | 7 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.04 |
| HSL | 118.23º | 0.94% | 0.49% | - |
| HSV(B) | 118.23º | 0.97% | 0.96% | - |
| XYZ | 32.57 | 64.81 | 10.99 | - |
| YUV | 148.21 | 48.3 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 244 | 7 | 0.94 | 0 | 0.97 | 0.04 | 118.23 | 0.94 | 0.49 |
| Hex | E | F4 | 7 | 5E | 0 | 61 | 4 | 76 | 5E | 31 |
| Octal | 16 | 364 | 7 | 136 | 0 | 141 | 4 | 166 | 136 | 61 |
| Binary | 1110 | 11110100 | 111 | 1011110 | 0 | 1100001 | 100 | 1110110 | 1011110 | 110001 |
Color Harmonies of #0EF407
Complementary color
Monochromatic Colors of #0EF407
Black with #0EF407
Text Example
Text Example
White with #0EF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF407; }
p { color: rgb(14,244,7); }
H1.HeaderClassName
{
color: #0EF407;
}
.AnyTagClassName
{
color: #0EF407;
}
</style>
background-color css
<style>
a { background-color: #0EF407; }
a { background-color: rgb(14,244,7); }
div.DivClassName
{
background-color: #0EF407;
}
.BgClassName
{
background-color: #0EF407;
}
</style>
border-color css
<style>
span { border-color: #0EF407; }
span { border-color: rgb(14,244,7); }
td.TdClassName
{
border-color: #0EF407;
}
.TagClassName
{
border-color: #0EF407;
}
</style>