Shades of Free Speech Green #0EF403
Tints of Free Speech Green #0EF403
RGB
CMYK
RGB Variations
Color information
#0EF403 (or 0x0EF403) is known color: Free Speech Green. HEX triplet: 0E, F4 and 03. RGB value is (14,244,3). Sum of RGB (Red+Green+Blue) = 14+244+3=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 244 (95.70% from 255 or 93.49% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 244 - color contains mainly: green. Hex color #0EF403 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF403 is #F10BFC. Grayscale: #949494. Windows color (decimal): -15797245 or 259086. OLE color: 259086.
HSL color Cylindrical-coordinate representation of color #0EF403: hue angle of 117.26º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EF403 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 244 | 3 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.04 |
| HSL | 117.26º | 0.98% | 0.48% | - |
| HSV(B) | 117.26º | 0.99% | 0.96% | - |
| XYZ | 32.55 | 64.8 | 10.88 | - |
| YUV | 147.76 | 46.3 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 244 | 3 | 0.94 | 0 | 0.99 | 0.04 | 117.26 | 0.98 | 0.48 |
| Hex | E | F4 | 3 | 5E | 0 | 63 | 4 | 75 | 62 | 30 |
| Octal | 16 | 364 | 3 | 136 | 0 | 143 | 4 | 165 | 142 | 60 |
| Binary | 1110 | 11110100 | 11 | 1011110 | 0 | 1100011 | 100 | 1110101 | 1100010 | 110000 |
Color Harmonies of #0EF403
Complementary color
Monochromatic Colors of #0EF403
Black with #0EF403
Text Example
Text Example
White with #0EF403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF403; }
p { color: rgb(14,244,3); }
H1.HeaderClassName
{
color: #0EF403;
}
.AnyTagClassName
{
color: #0EF403;
}
</style>
background-color css
<style>
a { background-color: #0EF403; }
a { background-color: rgb(14,244,3); }
div.DivClassName
{
background-color: #0EF403;
}
.BgClassName
{
background-color: #0EF403;
}
</style>
border-color css
<style>
span { border-color: #0EF403; }
span { border-color: rgb(14,244,3); }
td.TdClassName
{
border-color: #0EF403;
}
.TagClassName
{
border-color: #0EF403;
}
</style>