Shades of Free Speech Green #0EE12B
Tints of Free Speech Green #0EE12B
RGB
CMYK
RGB Variations
Color information
#0EE12B (or 0x0EE12B) is known color: Free Speech Green. HEX triplet: 0E, E1 and 2B. RGB value is (14,225,43). Sum of RGB (Red+Green+Blue) = 14+225+43=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 225 (88.28% from 255 or 79.79% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE12B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE12B is #F11ED4. Grayscale: #8D8D8D. Windows color (decimal): -15802069 or 2875662. OLE color: 2875662.
HSL color Cylindrical-coordinate representation of color #0EE12B: hue angle of 128.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE12B is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 43 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.12 |
| HSL | 128.25º | 0.88% | 0.47% | - |
| HSV(B) | 128.25º | 0.94% | 0.88% | - |
| XYZ | 27.54 | 54.12 | 11.28 | - |
| YUV | 141.16 | 72.6 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 43 | 0.94 | 0 | 0.81 | 0.12 | 128.25 | 0.88 | 0.47 |
| Hex | E | E1 | 2B | 5E | 0 | 51 | C | 80 | 58 | 2F |
| Octal | 16 | 341 | 53 | 136 | 0 | 121 | 14 | 200 | 130 | 57 |
| Binary | 1110 | 11100001 | 101011 | 1011110 | 0 | 1010001 | 1100 | 10000000 | 1011000 | 101111 |
Color Harmonies of #0EE12B
Complementary color
Monochromatic Colors of #0EE12B
Black with #0EE12B
Text Example
Text Example
White with #0EE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE12B; }
p { color: rgb(14,225,43); }
H1.HeaderClassName
{
color: #0EE12B;
}
.AnyTagClassName
{
color: #0EE12B;
}
</style>
background-color css
<style>
a { background-color: #0EE12B; }
a { background-color: rgb(14,225,43); }
div.DivClassName
{
background-color: #0EE12B;
}
.BgClassName
{
background-color: #0EE12B;
}
</style>
border-color css
<style>
span { border-color: #0EE12B; }
span { border-color: rgb(14,225,43); }
td.TdClassName
{
border-color: #0EE12B;
}
.TagClassName
{
border-color: #0EE12B;
}
</style>