Shades of Free Speech Green #0EE222
Tints of Free Speech Green #0EE222
RGB
CMYK
RGB Variations
Color information
#0EE222 (or 0x0EE222) is known color: Free Speech Green. HEX triplet: 0E, E2 and 22. RGB value is (14,226,34). Sum of RGB (Red+Green+Blue) = 14+226+34=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 226 (88.67% from 255 or 82.48% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE222 is #F11DDD. Grayscale: #8D8D8D. Windows color (decimal): -15801822 or 2286094. OLE color: 2286094.
HSL color Cylindrical-coordinate representation of color #0EE222: hue angle of 125.66º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE222 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 226 | 34 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.11 |
| HSL | 125.66º | 0.88% | 0.47% | - |
| HSV(B) | 125.66º | 0.94% | 0.89% | - |
| XYZ | 27.67 | 54.6 | 10.59 | - |
| YUV | 140.72 | 67.76 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 226 | 34 | 0.94 | 0 | 0.85 | 0.11 | 125.66 | 0.88 | 0.47 |
| Hex | E | E2 | 22 | 5E | 0 | 55 | B | 7E | 58 | 2F |
| Octal | 16 | 342 | 42 | 136 | 0 | 125 | 13 | 176 | 130 | 57 |
| Binary | 1110 | 11100010 | 100010 | 1011110 | 0 | 1010101 | 1011 | 1111110 | 1011000 | 101111 |
Color Harmonies of #0EE222
Complementary color
Monochromatic Colors of #0EE222
Black with #0EE222
Text Example
Text Example
White with #0EE222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE222; }
p { color: rgb(14,226,34); }
H1.HeaderClassName
{
color: #0EE222;
}
.AnyTagClassName
{
color: #0EE222;
}
</style>
background-color css
<style>
a { background-color: #0EE222; }
a { background-color: rgb(14,226,34); }
div.DivClassName
{
background-color: #0EE222;
}
.BgClassName
{
background-color: #0EE222;
}
</style>
border-color css
<style>
span { border-color: #0EE222; }
span { border-color: rgb(14,226,34); }
td.TdClassName
{
border-color: #0EE222;
}
.TagClassName
{
border-color: #0EE222;
}
</style>