Shades of Free Speech Green #0EFF22
Tints of Free Speech Green #0EFF22
RGB
CMYK
RGB Variations
Color information
#0EFF22 (or 0x0EFF22) is known color: Free Speech Green. HEX triplet: 0E, FF and 22. RGB value is (14,255,34). Sum of RGB (Red+Green+Blue) = 14+255+34=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 255 (100% from 255 or 84.16% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF22 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFF22 is #F100DD. Grayscale: #9E9E9E. Windows color (decimal): -15794398 or 2293518. OLE color: 2293518.
HSL color Cylindrical-coordinate representation of color #0EFF22: hue angle of 124.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF22 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 34 | - |
| CMYK | 0.95 | 0 | 0.87 | 0 |
| HSL | 124.98º | 1% | 0.53% | - |
| HSV(B) | 124.98º | 0.95% | 1% | - |
| XYZ | 36.23 | 71.73 | 13.45 | - |
| YUV | 157.75 | 58.16 | 25.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 34 | 0.95 | 0 | 0.87 | 0 | 124.98 | 1 | 0.53 |
| Hex | E | FF | 22 | 5F | 0 | 57 | 0 | 7D | 64 | 35 |
| Octal | 16 | 377 | 42 | 137 | 0 | 127 | 0 | 175 | 144 | 65 |
| Binary | 1110 | 11111111 | 100010 | 1011111 | 0 | 1010111 | 0 | 1111101 | 1100100 | 110101 |
Color Harmonies of #0EFF22
Complementary color
Monochromatic Colors of #0EFF22
Black with #0EFF22
Text Example
Text Example
White with #0EFF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF22; }
p { color: rgb(14,255,34); }
H1.HeaderClassName
{
color: #0EFF22;
}
.AnyTagClassName
{
color: #0EFF22;
}
</style>
background-color css
<style>
a { background-color: #0EFF22; }
a { background-color: rgb(14,255,34); }
div.DivClassName
{
background-color: #0EFF22;
}
.BgClassName
{
background-color: #0EFF22;
}
</style>
border-color css
<style>
span { border-color: #0EFF22; }
span { border-color: rgb(14,255,34); }
td.TdClassName
{
border-color: #0EFF22;
}
.TagClassName
{
border-color: #0EFF22;
}
</style>