Shades of Free Speech Green #0EE407
Tints of Free Speech Green #0EE407
RGB
CMYK
RGB Variations
Color information
#0EE407 (or 0x0EE407) is known color: Free Speech Green. HEX triplet: 0E, E4 and 07. RGB value is (14,228,7). Sum of RGB (Red+Green+Blue) = 14+228+7=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 228 (89.45% from 255 or 91.57% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE407 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE407 is #F11BF8. Grayscale: #8B8B8B. Windows color (decimal): -15801337 or 517134. OLE color: 517134.
HSL color Cylindrical-coordinate representation of color #0EE407: hue angle of 118.1º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EE407 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 228 | 7 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.11 |
| HSL | 118.1º | 0.94% | 0.46% | - |
| HSV(B) | 118.1º | 0.97% | 0.89% | - |
| XYZ | 27.96 | 55.6 | 9.46 | - |
| YUV | 138.82 | 53.6 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 228 | 7 | 0.94 | 0 | 0.97 | 0.11 | 118.1 | 0.94 | 0.46 |
| Hex | E | E4 | 7 | 5E | 0 | 61 | B | 76 | 5E | 2E |
| Octal | 16 | 344 | 7 | 136 | 0 | 141 | 13 | 166 | 136 | 56 |
| Binary | 1110 | 11100100 | 111 | 1011110 | 0 | 1100001 | 1011 | 1110110 | 1011110 | 101110 |
Color Harmonies of #0EE407
Complementary color
Monochromatic Colors of #0EE407
Black with #0EE407
Text Example
Text Example
White with #0EE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE407; }
p { color: rgb(14,228,7); }
H1.HeaderClassName
{
color: #0EE407;
}
.AnyTagClassName
{
color: #0EE407;
}
</style>
background-color css
<style>
a { background-color: #0EE407; }
a { background-color: rgb(14,228,7); }
div.DivClassName
{
background-color: #0EE407;
}
.BgClassName
{
background-color: #0EE407;
}
</style>
border-color css
<style>
span { border-color: #0EE407; }
span { border-color: rgb(14,228,7); }
td.TdClassName
{
border-color: #0EE407;
}
.TagClassName
{
border-color: #0EE407;
}
</style>