Shades of Free Speech Green #04FE0E
Tints of Free Speech Green #04FE0E
RGB
CMYK
RGB Variations
Color information
#04FE0E (or 0x04FE0E) is known color: Free Speech Green. HEX triplet: 04, FE and 0E. RGB value is (4,254,14). Sum of RGB (Red+Green+Blue) = 4+254+14=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 254 (99.61% from 255 or 93.38% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FE0E is #FB01F1. Grayscale: #989898. Windows color (decimal): -16450034 or 982532. OLE color: 982532.
HSL color Cylindrical-coordinate representation of color #04FE0E: hue angle of 122.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FE0E is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 14 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.00 |
| HSL | 122.4º | 0.99% | 0.51% | - |
| HSV(B) | 122.4º | 0.98% | 1% | - |
| XYZ | 35.57 | 70.94 | 12.23 | - |
| YUV | 151.89 | 50.18 | 22.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 14 | 0.98 | 0 | 0.94 | 0.00 | 122.4 | 0.99 | 0.51 |
| Hex | 4 | FE | E | 62 | 0 | 5E | 0 | 7A | 63 | 33 |
| Octal | 4 | 376 | 16 | 142 | 0 | 136 | 0 | 172 | 143 | 63 |
| Binary | 100 | 11111110 | 1110 | 1100010 | 0 | 1011110 | 0 | 1111010 | 1100011 | 110011 |
Color Harmonies of #04FE0E
Complementary color
Monochromatic Colors of #04FE0E
Black with #04FE0E
Text Example
Text Example
White with #04FE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FE0E; }
p { color: rgb(4,254,14); }
H1.HeaderClassName
{
color: #04FE0E;
}
.AnyTagClassName
{
color: #04FE0E;
}
</style>
background-color css
<style>
a { background-color: #04FE0E; }
a { background-color: rgb(4,254,14); }
div.DivClassName
{
background-color: #04FE0E;
}
.BgClassName
{
background-color: #04FE0E;
}
</style>
border-color css
<style>
span { border-color: #04FE0E; }
span { border-color: rgb(4,254,14); }
td.TdClassName
{
border-color: #04FE0E;
}
.TagClassName
{
border-color: #04FE0E;
}
</style>