Shades of Free Speech Green #0EE003
Tints of Free Speech Green #0EE003
RGB
CMYK
RGB Variations
Color information
#0EE003 (or 0x0EE003) is known color: Free Speech Green. HEX triplet: 0E, E0 and 03. RGB value is (14,224,3). Sum of RGB (Red+Green+Blue) = 14+224+3=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 224 (87.89% from 255 or 92.95% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE003 is #F11FFC. Grayscale: #888888. Windows color (decimal): -15802365 or 253966. OLE color: 253966.
HSL color Cylindrical-coordinate representation of color #0EE003: hue angle of 117.01º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EE003 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 3 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.12 |
| HSL | 117.01º | 0.97% | 0.45% | - |
| HSV(B) | 117.01º | 0.99% | 0.88% | - |
| XYZ | 26.85 | 53.41 | 8.98 | - |
| YUV | 136.02 | 52.93 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 3 | 0.94 | 0 | 0.99 | 0.12 | 117.01 | 0.97 | 0.45 |
| Hex | E | E0 | 3 | 5E | 0 | 63 | C | 75 | 61 | 2D |
| Octal | 16 | 340 | 3 | 136 | 0 | 143 | 14 | 165 | 141 | 55 |
| Binary | 1110 | 11100000 | 11 | 1011110 | 0 | 1100011 | 1100 | 1110101 | 1100001 | 101101 |
Color Harmonies of #0EE003
Complementary color
Monochromatic Colors of #0EE003
Black with #0EE003
Text Example
Text Example
White with #0EE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE003; }
p { color: rgb(14,224,3); }
H1.HeaderClassName
{
color: #0EE003;
}
.AnyTagClassName
{
color: #0EE003;
}
</style>
background-color css
<style>
a { background-color: #0EE003; }
a { background-color: rgb(14,224,3); }
div.DivClassName
{
background-color: #0EE003;
}
.BgClassName
{
background-color: #0EE003;
}
</style>
border-color css
<style>
span { border-color: #0EE003; }
span { border-color: rgb(14,224,3); }
td.TdClassName
{
border-color: #0EE003;
}
.TagClassName
{
border-color: #0EE003;
}
</style>