Shades of Free Speech Green #0EE20B
Tints of Free Speech Green #0EE20B
RGB
CMYK
RGB Variations
Color information
#0EE20B (or 0x0EE20B) is known color: Free Speech Green. HEX triplet: 0E, E2 and 0B. RGB value is (14,226,11). Sum of RGB (Red+Green+Blue) = 14+226+11=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 226 (88.67% from 255 or 90.04% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE20B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE20B is #F11DF4. Grayscale: #8A8A8A. Windows color (decimal): -15801845 or 778766. OLE color: 778766.
HSL color Cylindrical-coordinate representation of color #0EE20B: hue angle of 119.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EE20B is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 226 | 11 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.11 |
| HSL | 119.16º | 0.91% | 0.46% | - |
| HSV(B) | 119.16º | 0.95% | 0.89% | - |
| XYZ | 27.44 | 54.51 | 9.39 | - |
| YUV | 138.1 | 56.26 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 226 | 11 | 0.94 | 0 | 0.95 | 0.11 | 119.16 | 0.91 | 0.46 |
| Hex | E | E2 | B | 5E | 0 | 5F | B | 77 | 5B | 2E |
| Octal | 16 | 342 | 13 | 136 | 0 | 137 | 13 | 167 | 133 | 56 |
| Binary | 1110 | 11100010 | 1011 | 1011110 | 0 | 1011111 | 1011 | 1110111 | 1011011 | 101110 |
Color Harmonies of #0EE20B
Complementary color
Monochromatic Colors of #0EE20B
Black with #0EE20B
Text Example
Text Example
White with #0EE20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE20B; }
p { color: rgb(14,226,11); }
H1.HeaderClassName
{
color: #0EE20B;
}
.AnyTagClassName
{
color: #0EE20B;
}
</style>
background-color css
<style>
a { background-color: #0EE20B; }
a { background-color: rgb(14,226,11); }
div.DivClassName
{
background-color: #0EE20B;
}
.BgClassName
{
background-color: #0EE20B;
}
</style>
border-color css
<style>
span { border-color: #0EE20B; }
span { border-color: rgb(14,226,11); }
td.TdClassName
{
border-color: #0EE20B;
}
.TagClassName
{
border-color: #0EE20B;
}
</style>