Shades of Free Speech Green #0EFD1F
Tints of Free Speech Green #0EFD1F
RGB
CMYK
RGB Variations
Color information
#0EFD1F (or 0x0EFD1F) is known color: Free Speech Green. HEX triplet: 0E, FD and 1F. RGB value is (14,253,31). Sum of RGB (Red+Green+Blue) = 14+253+31=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 253 (99.22% from 255 or 84.90% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFD1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFD1F is #F102E0. Grayscale: #9C9C9C. Windows color (decimal): -15794913 or 2096398. OLE color: 2096398.
HSL color Cylindrical-coordinate representation of color #0EFD1F: hue angle of 124.27º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFD1F is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 253 | 31 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.01 |
| HSL | 124.27º | 0.98% | 0.52% | - |
| HSV(B) | 124.27º | 0.94% | 0.99% | - |
| XYZ | 35.55 | 70.44 | 13.02 | - |
| YUV | 156.23 | 57.32 | 26.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 253 | 31 | 0.94 | 0 | 0.88 | 0.01 | 124.27 | 0.98 | 0.52 |
| Hex | E | FD | 1F | 5E | 0 | 58 | 1 | 7C | 62 | 34 |
| Octal | 16 | 375 | 37 | 136 | 0 | 130 | 1 | 174 | 142 | 64 |
| Binary | 1110 | 11111101 | 11111 | 1011110 | 0 | 1011000 | 1 | 1111100 | 1100010 | 110100 |
Color Harmonies of #0EFD1F
Complementary color
Monochromatic Colors of #0EFD1F
Black with #0EFD1F
Text Example
Text Example
White with #0EFD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFD1F; }
p { color: rgb(14,253,31); }
H1.HeaderClassName
{
color: #0EFD1F;
}
.AnyTagClassName
{
color: #0EFD1F;
}
</style>
background-color css
<style>
a { background-color: #0EFD1F; }
a { background-color: rgb(14,253,31); }
div.DivClassName
{
background-color: #0EFD1F;
}
.BgClassName
{
background-color: #0EFD1F;
}
</style>
border-color css
<style>
span { border-color: #0EFD1F; }
span { border-color: rgb(14,253,31); }
td.TdClassName
{
border-color: #0EFD1F;
}
.TagClassName
{
border-color: #0EFD1F;
}
</style>