Shades of Free Speech Green #0EE11F
Tints of Free Speech Green #0EE11F
RGB
CMYK
RGB Variations
Color information
#0EE11F (or 0x0EE11F) is known color: Free Speech Green. HEX triplet: 0E, E1 and 1F. RGB value is (14,225,31). Sum of RGB (Red+Green+Blue) = 14+225+31=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 225 (88.28% from 255 or 83.33% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE11F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE11F is #F11EE0. Grayscale: #8C8C8C. Windows color (decimal): -15802081 or 2089230. OLE color: 2089230.
HSL color Cylindrical-coordinate representation of color #0EE11F: hue angle of 124.83º 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 #0EE11F is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 31 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.12 |
| HSL | 124.83º | 0.88% | 0.47% | - |
| HSV(B) | 124.83º | 0.94% | 0.88% | - |
| XYZ | 27.35 | 54.04 | 10.29 | - |
| YUV | 139.8 | 66.6 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 31 | 0.94 | 0 | 0.86 | 0.12 | 124.83 | 0.88 | 0.47 |
| Hex | E | E1 | 1F | 5E | 0 | 56 | C | 7D | 58 | 2F |
| Octal | 16 | 341 | 37 | 136 | 0 | 126 | 14 | 175 | 130 | 57 |
| Binary | 1110 | 11100001 | 11111 | 1011110 | 0 | 1010110 | 1100 | 1111101 | 1011000 | 101111 |
Color Harmonies of #0EE11F
Complementary color
Monochromatic Colors of #0EE11F
Black with #0EE11F
Text Example
Text Example
White with #0EE11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE11F; }
p { color: rgb(14,225,31); }
H1.HeaderClassName
{
color: #0EE11F;
}
.AnyTagClassName
{
color: #0EE11F;
}
</style>
background-color css
<style>
a { background-color: #0EE11F; }
a { background-color: rgb(14,225,31); }
div.DivClassName
{
background-color: #0EE11F;
}
.BgClassName
{
background-color: #0EE11F;
}
</style>
border-color css
<style>
span { border-color: #0EE11F; }
span { border-color: rgb(14,225,31); }
td.TdClassName
{
border-color: #0EE11F;
}
.TagClassName
{
border-color: #0EE11F;
}
</style>