Shades of Free Speech Green #0EE00B
Tints of Free Speech Green #0EE00B
RGB
CMYK
RGB Variations
Color information
#0EE00B (or 0x0EE00B) is known color: Free Speech Green. HEX triplet: 0E, E0 and 0B. RGB value is (14,224,11). Sum of RGB (Red+Green+Blue) = 14+224+11=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 224 (87.89% from 255 or 89.96% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE00B is #F11FF4. Grayscale: #898989. Windows color (decimal): -15802357 or 778254. OLE color: 778254.
HSL color Cylindrical-coordinate representation of color #0EE00B: hue angle of 119.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EE00B is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 11 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.12 |
| HSL | 119.15º | 0.91% | 0.46% | - |
| HSV(B) | 119.15º | 0.95% | 0.88% | - |
| XYZ | 26.9 | 53.43 | 9.21 | - |
| YUV | 136.93 | 56.93 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 11 | 0.94 | 0 | 0.95 | 0.12 | 119.15 | 0.91 | 0.46 |
| Hex | E | E0 | B | 5E | 0 | 5F | C | 77 | 5B | 2E |
| Octal | 16 | 340 | 13 | 136 | 0 | 137 | 14 | 167 | 133 | 56 |
| Binary | 1110 | 11100000 | 1011 | 1011110 | 0 | 1011111 | 1100 | 1110111 | 1011011 | 101110 |
Color Harmonies of #0EE00B
Complementary color
Monochromatic Colors of #0EE00B
Black with #0EE00B
Text Example
Text Example
White with #0EE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE00B; }
p { color: rgb(14,224,11); }
H1.HeaderClassName
{
color: #0EE00B;
}
.AnyTagClassName
{
color: #0EE00B;
}
</style>
background-color css
<style>
a { background-color: #0EE00B; }
a { background-color: rgb(14,224,11); }
div.DivClassName
{
background-color: #0EE00B;
}
.BgClassName
{
background-color: #0EE00B;
}
</style>
border-color css
<style>
span { border-color: #0EE00B; }
span { border-color: rgb(14,224,11); }
td.TdClassName
{
border-color: #0EE00B;
}
.TagClassName
{
border-color: #0EE00B;
}
</style>