Shades of Free Speech Green #0EE103
Tints of Free Speech Green #0EE103
RGB
CMYK
RGB Variations
Color information
#0EE103 (or 0x0EE103) is known color: Free Speech Green. HEX triplet: 0E, E1 and 03. RGB value is (14,225,3). Sum of RGB (Red+Green+Blue) = 14+225+3=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 225 (88.28% from 255 or 92.98% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE103 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE103 is #F11EFC. Grayscale: #898989. Windows color (decimal): -15802109 or 254222. OLE color: 254222.
HSL color Cylindrical-coordinate representation of color #0EE103: hue angle of 117.03º 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 #0EE103 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 3 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.12 |
| HSL | 117.03º | 0.97% | 0.45% | - |
| HSV(B) | 117.03º | 0.99% | 0.88% | - |
| XYZ | 27.12 | 53.95 | 9.07 | - |
| YUV | 136.6 | 52.6 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 3 | 0.94 | 0 | 0.99 | 0.12 | 117.03 | 0.97 | 0.45 |
| Hex | E | E1 | 3 | 5E | 0 | 63 | C | 75 | 61 | 2D |
| Octal | 16 | 341 | 3 | 136 | 0 | 143 | 14 | 165 | 141 | 55 |
| Binary | 1110 | 11100001 | 11 | 1011110 | 0 | 1100011 | 1100 | 1110101 | 1100001 | 101101 |
Color Harmonies of #0EE103
Complementary color
Monochromatic Colors of #0EE103
Black with #0EE103
Text Example
Text Example
White with #0EE103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE103; }
p { color: rgb(14,225,3); }
H1.HeaderClassName
{
color: #0EE103;
}
.AnyTagClassName
{
color: #0EE103;
}
</style>
background-color css
<style>
a { background-color: #0EE103; }
a { background-color: rgb(14,225,3); }
div.DivClassName
{
background-color: #0EE103;
}
.BgClassName
{
background-color: #0EE103;
}
</style>
border-color css
<style>
span { border-color: #0EE103; }
span { border-color: rgb(14,225,3); }
td.TdClassName
{
border-color: #0EE103;
}
.TagClassName
{
border-color: #0EE103;
}
</style>