Shades of Free Speech Green #0EF420
Tints of Free Speech Green #0EF420
RGB
CMYK
RGB Variations
Color information
#0EF420 (or 0x0EF420) is known color: Free Speech Green. HEX triplet: 0E, F4 and 20. RGB value is (14,244,32). Sum of RGB (Red+Green+Blue) = 14+244+32=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 244 (95.70% from 255 or 84.14% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 244 - color contains mainly: green. Hex color #0EF420 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF420 is #F10BDF. Grayscale: #979797. Windows color (decimal): -15797216 or 2159630. OLE color: 2159630.
HSL color Cylindrical-coordinate representation of color #0EF420: hue angle of 124.7º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF420 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 244 | 32 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.04 |
| HSL | 124.7º | 0.91% | 0.51% | - |
| HSV(B) | 124.7º | 0.94% | 0.96% | - |
| XYZ | 32.79 | 64.9 | 12.16 | - |
| YUV | 151.06 | 60.8 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 244 | 32 | 0.94 | 0 | 0.87 | 0.04 | 124.7 | 0.91 | 0.51 |
| Hex | E | F4 | 20 | 5E | 0 | 57 | 4 | 7D | 5B | 33 |
| Octal | 16 | 364 | 40 | 136 | 0 | 127 | 4 | 175 | 133 | 63 |
| Binary | 1110 | 11110100 | 100000 | 1011110 | 0 | 1010111 | 100 | 1111101 | 1011011 | 110011 |
Color Harmonies of #0EF420
Complementary color
Monochromatic Colors of #0EF420
Black with #0EF420
Text Example
Text Example
White with #0EF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF420; }
p { color: rgb(14,244,32); }
H1.HeaderClassName
{
color: #0EF420;
}
.AnyTagClassName
{
color: #0EF420;
}
</style>
background-color css
<style>
a { background-color: #0EF420; }
a { background-color: rgb(14,244,32); }
div.DivClassName
{
background-color: #0EF420;
}
.BgClassName
{
background-color: #0EF420;
}
</style>
border-color css
<style>
span { border-color: #0EF420; }
span { border-color: rgb(14,244,32); }
td.TdClassName
{
border-color: #0EF420;
}
.TagClassName
{
border-color: #0EF420;
}
</style>