Shades of Free Speech Green #0EEA03
Tints of Free Speech Green #0EEA03
RGB
CMYK
RGB Variations
Color information
#0EEA03 (or 0x0EEA03) is known color: Free Speech Green. HEX triplet: 0E, EA and 03. RGB value is (14,234,3). Sum of RGB (Red+Green+Blue) = 14+234+3=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 234 (91.80% from 255 or 93.23% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEA03 is #F115FC. Grayscale: #8E8E8E. Windows color (decimal): -15799805 or 256526. OLE color: 256526.
HSL color Cylindrical-coordinate representation of color #0EEA03: hue angle of 117.14º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EEA03 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 3 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.08 |
| HSL | 117.14º | 0.97% | 0.46% | - |
| HSV(B) | 117.14º | 0.99% | 0.92% | - |
| XYZ | 29.62 | 58.95 | 9.9 | - |
| YUV | 141.89 | 49.61 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 3 | 0.94 | 0 | 0.99 | 0.08 | 117.14 | 0.97 | 0.46 |
| Hex | E | EA | 3 | 5E | 0 | 63 | 8 | 75 | 61 | 2E |
| Octal | 16 | 352 | 3 | 136 | 0 | 143 | 10 | 165 | 141 | 56 |
| Binary | 1110 | 11101010 | 11 | 1011110 | 0 | 1100011 | 1000 | 1110101 | 1100001 | 101110 |
Color Harmonies of #0EEA03
Complementary color
Monochromatic Colors of #0EEA03
Black with #0EEA03
Text Example
Text Example
White with #0EEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA03; }
p { color: rgb(14,234,3); }
H1.HeaderClassName
{
color: #0EEA03;
}
.AnyTagClassName
{
color: #0EEA03;
}
</style>
background-color css
<style>
a { background-color: #0EEA03; }
a { background-color: rgb(14,234,3); }
div.DivClassName
{
background-color: #0EEA03;
}
.BgClassName
{
background-color: #0EEA03;
}
</style>
border-color css
<style>
span { border-color: #0EEA03; }
span { border-color: rgb(14,234,3); }
td.TdClassName
{
border-color: #0EEA03;
}
.TagClassName
{
border-color: #0EEA03;
}
</style>