Shades of Free Speech Green #0EFE1F
Tints of Free Speech Green #0EFE1F
RGB
CMYK
RGB Variations
Color information
#0EFE1F (or 0x0EFE1F) is known color: Free Speech Green. HEX triplet: 0E, FE and 1F. RGB value is (14,254,31). Sum of RGB (Red+Green+Blue) = 14+254+31=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 254 (99.61% from 255 or 84.95% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFE1F is #F101E0. Grayscale: #9D9D9D. Windows color (decimal): -15794657 or 2096654. OLE color: 2096654.
HSL color Cylindrical-coordinate representation of color #0EFE1F: hue angle of 124.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFE1F is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 31 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.00 |
| HSL | 124.25º | 0.99% | 0.53% | - |
| HSV(B) | 124.25º | 0.94% | 1% | - |
| XYZ | 35.87 | 71.08 | 13.12 | - |
| YUV | 156.82 | 56.99 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 31 | 0.94 | 0 | 0.88 | 0.00 | 124.25 | 0.99 | 0.53 |
| Hex | E | FE | 1F | 5E | 0 | 58 | 0 | 7C | 63 | 35 |
| Octal | 16 | 376 | 37 | 136 | 0 | 130 | 0 | 174 | 143 | 65 |
| Binary | 1110 | 11111110 | 11111 | 1011110 | 0 | 1011000 | 0 | 1111100 | 1100011 | 110101 |
Color Harmonies of #0EFE1F
Complementary color
Monochromatic Colors of #0EFE1F
Black with #0EFE1F
Text Example
Text Example
White with #0EFE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFE1F; }
p { color: rgb(14,254,31); }
H1.HeaderClassName
{
color: #0EFE1F;
}
.AnyTagClassName
{
color: #0EFE1F;
}
</style>
background-color css
<style>
a { background-color: #0EFE1F; }
a { background-color: rgb(14,254,31); }
div.DivClassName
{
background-color: #0EFE1F;
}
.BgClassName
{
background-color: #0EFE1F;
}
</style>
border-color css
<style>
span { border-color: #0EFE1F; }
span { border-color: rgb(14,254,31); }
td.TdClassName
{
border-color: #0EFE1F;
}
.TagClassName
{
border-color: #0EFE1F;
}
</style>