Shades of Free Speech Green #0EF002
Tints of Free Speech Green #0EF002
RGB
CMYK
RGB Variations
Color information
#0EF002 (or 0x0EF002) is known color: Free Speech Green. HEX triplet: 0E, F0 and 02. RGB value is (14,240,2). Sum of RGB (Red+Green+Blue) = 14+240+2=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 240 (94.14% from 255 or 93.75% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF002 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF002 is #F10FFD. Grayscale: #929292. Windows color (decimal): -15798270 or 192526. OLE color: 192526.
HSL color Cylindrical-coordinate representation of color #0EF002: hue angle of 116.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EF002 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 240 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.06 |
| HSL | 116.97º | 0.98% | 0.47% | - |
| HSV(B) | 116.97º | 0.99% | 0.94% | - |
| XYZ | 31.35 | 62.42 | 10.45 | - |
| YUV | 145.29 | 47.13 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 240 | 2 | 0.94 | 0 | 0.99 | 0.06 | 116.97 | 0.98 | 0.47 |
| Hex | E | F0 | 2 | 5E | 0 | 63 | 6 | 75 | 62 | 2F |
| Octal | 16 | 360 | 2 | 136 | 0 | 143 | 6 | 165 | 142 | 57 |
| Binary | 1110 | 11110000 | 10 | 1011110 | 0 | 1100011 | 110 | 1110101 | 1100010 | 101111 |
Color Harmonies of #0EF002
Complementary color
Monochromatic Colors of #0EF002
Black with #0EF002
Text Example
Text Example
White with #0EF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF002; }
p { color: rgb(14,240,2); }
H1.HeaderClassName
{
color: #0EF002;
}
.AnyTagClassName
{
color: #0EF002;
}
</style>
background-color css
<style>
a { background-color: #0EF002; }
a { background-color: rgb(14,240,2); }
div.DivClassName
{
background-color: #0EF002;
}
.BgClassName
{
background-color: #0EF002;
}
</style>
border-color css
<style>
span { border-color: #0EF002; }
span { border-color: rgb(14,240,2); }
td.TdClassName
{
border-color: #0EF002;
}
.TagClassName
{
border-color: #0EF002;
}
</style>