Shades of Free Speech Green #0EFA1E
Tints of Free Speech Green #0EFA1E
RGB
CMYK
RGB Variations
Color information
#0EFA1E (or 0x0EFA1E) is known color: Free Speech Green. HEX triplet: 0E, FA and 1E. RGB value is (14,250,30). Sum of RGB (Red+Green+Blue) = 14+250+30=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 250 (98.05% from 255 or 85.03% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFA1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFA1E is #F105E1. Grayscale: #9B9B9B. Windows color (decimal): -15795682 or 2030094. OLE color: 2030094.
HSL color Cylindrical-coordinate representation of color #0EFA1E: hue angle of 124.07º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFA1E is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 250 | 30 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.02 |
| HSL | 124.07º | 0.96% | 0.52% | - |
| HSV(B) | 124.07º | 0.94% | 0.98% | - |
| XYZ | 34.6 | 68.56 | 12.64 | - |
| YUV | 154.36 | 57.81 | 27.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 250 | 30 | 0.94 | 0 | 0.88 | 0.02 | 124.07 | 0.96 | 0.52 |
| Hex | E | FA | 1E | 5E | 0 | 58 | 2 | 7C | 60 | 34 |
| Octal | 16 | 372 | 36 | 136 | 0 | 130 | 2 | 174 | 140 | 64 |
| Binary | 1110 | 11111010 | 11110 | 1011110 | 0 | 1011000 | 10 | 1111100 | 1100000 | 110100 |
Color Harmonies of #0EFA1E
Complementary color
Monochromatic Colors of #0EFA1E
Black with #0EFA1E
Text Example
Text Example
White with #0EFA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFA1E; }
p { color: rgb(14,250,30); }
H1.HeaderClassName
{
color: #0EFA1E;
}
.AnyTagClassName
{
color: #0EFA1E;
}
</style>
background-color css
<style>
a { background-color: #0EFA1E; }
a { background-color: rgb(14,250,30); }
div.DivClassName
{
background-color: #0EFA1E;
}
.BgClassName
{
background-color: #0EFA1E;
}
</style>
border-color css
<style>
span { border-color: #0EFA1E; }
span { border-color: rgb(14,250,30); }
td.TdClassName
{
border-color: #0EFA1E;
}
.TagClassName
{
border-color: #0EFA1E;
}
</style>