Shades of Free Speech Green #0EE62C
Tints of Free Speech Green #0EE62C
RGB
CMYK
RGB Variations
Color information
#0EE62C (or 0x0EE62C) is known color: Free Speech Green. HEX triplet: 0E, E6 and 2C. RGB value is (14,230,44). Sum of RGB (Red+Green+Blue) = 14+230+44=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 230 (90.23% from 255 or 79.86% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE62C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE62C is #F119D3. Grayscale: #909090. Windows color (decimal): -15800788 or 2942478. OLE color: 2942478.
HSL color Cylindrical-coordinate representation of color #0EE62C: hue angle of 128.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE62C is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 44 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.10 |
| HSL | 128.33º | 0.89% | 0.48% | - |
| HSV(B) | 128.33º | 0.94% | 0.9% | - |
| XYZ | 28.93 | 56.87 | 11.83 | - |
| YUV | 144.21 | 71.44 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 44 | 0.94 | 0 | 0.81 | 0.10 | 128.33 | 0.89 | 0.48 |
| Hex | E | E6 | 2C | 5E | 0 | 51 | A | 80 | 59 | 30 |
| Octal | 16 | 346 | 54 | 136 | 0 | 121 | 12 | 200 | 131 | 60 |
| Binary | 1110 | 11100110 | 101100 | 1011110 | 0 | 1010001 | 1010 | 10000000 | 1011001 | 110000 |
Color Harmonies of #0EE62C
Complementary color
Monochromatic Colors of #0EE62C
Black with #0EE62C
Text Example
Text Example
White with #0EE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE62C; }
p { color: rgb(14,230,44); }
H1.HeaderClassName
{
color: #0EE62C;
}
.AnyTagClassName
{
color: #0EE62C;
}
</style>
background-color css
<style>
a { background-color: #0EE62C; }
a { background-color: rgb(14,230,44); }
div.DivClassName
{
background-color: #0EE62C;
}
.BgClassName
{
background-color: #0EE62C;
}
</style>
border-color css
<style>
span { border-color: #0EE62C; }
span { border-color: rgb(14,230,44); }
td.TdClassName
{
border-color: #0EE62C;
}
.TagClassName
{
border-color: #0EE62C;
}
</style>