Shades of Free Speech Green #0EFA2D
Tints of Free Speech Green #0EFA2D
RGB
CMYK
RGB Variations
Color information
#0EFA2D (or 0x0EFA2D) is known color: Free Speech Green. HEX triplet: 0E, FA and 2D. RGB value is (14,250,45). Sum of RGB (Red+Green+Blue) = 14+250+45=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 250 (98.05% from 255 or 80.91% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFA2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFA2D is #F105D2. Grayscale: #9C9C9C. Windows color (decimal): -15795667 or 3013134. OLE color: 3013134.
HSL color Cylindrical-coordinate representation of color #0EFA2D: hue angle of 127.88º 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 #0EFA2D is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 250 | 45 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.02 |
| HSL | 127.88º | 0.96% | 0.52% | - |
| HSV(B) | 127.88º | 0.94% | 0.98% | - |
| XYZ | 34.84 | 68.65 | 13.9 | - |
| YUV | 156.07 | 65.31 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 250 | 45 | 0.94 | 0 | 0.82 | 0.02 | 127.88 | 0.96 | 0.52 |
| Hex | E | FA | 2D | 5E | 0 | 52 | 2 | 80 | 60 | 34 |
| Octal | 16 | 372 | 55 | 136 | 0 | 122 | 2 | 200 | 140 | 64 |
| Binary | 1110 | 11111010 | 101101 | 1011110 | 0 | 1010010 | 10 | 10000000 | 1100000 | 110100 |
Color Harmonies of #0EFA2D
Complementary color
Monochromatic Colors of #0EFA2D
Black with #0EFA2D
Text Example
Text Example
White with #0EFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFA2D; }
p { color: rgb(14,250,45); }
H1.HeaderClassName
{
color: #0EFA2D;
}
.AnyTagClassName
{
color: #0EFA2D;
}
</style>
background-color css
<style>
a { background-color: #0EFA2D; }
a { background-color: rgb(14,250,45); }
div.DivClassName
{
background-color: #0EFA2D;
}
.BgClassName
{
background-color: #0EFA2D;
}
</style>
border-color css
<style>
span { border-color: #0EFA2D; }
span { border-color: rgb(14,250,45); }
td.TdClassName
{
border-color: #0EFA2D;
}
.TagClassName
{
border-color: #0EFA2D;
}
</style>