Shades of Free Speech Green #04E412
Tints of Free Speech Green #04E412
RGB
CMYK
RGB Variations
Color information
#04E412 (or 0x04E412) is known color: Free Speech Green. HEX triplet: 04, E4 and 12. RGB value is (4,228,18). Sum of RGB (Red+Green+Blue) = 4+228+18=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 228 (89.45% from 255 or 91.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 228 - color contains mainly: green. Hex color #04E412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04E412 is #FB1BED. Grayscale: #898989. Windows color (decimal): -16456686 or 1238020. OLE color: 1238020.
HSL color Cylindrical-coordinate representation of color #04E412: hue angle of 123.75º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E412 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 228 | 18 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.11 |
| HSL | 123.75º | 0.97% | 0.45% | - |
| HSV(B) | 123.75º | 0.98% | 0.89% | - |
| XYZ | 27.9 | 55.56 | 9.83 | - |
| YUV | 137.08 | 60.79 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 228 | 18 | 0.98 | 0 | 0.92 | 0.11 | 123.75 | 0.97 | 0.45 |
| Hex | 4 | E4 | 12 | 62 | 0 | 5C | B | 7C | 61 | 2D |
| Octal | 4 | 344 | 22 | 142 | 0 | 134 | 13 | 174 | 141 | 55 |
| Binary | 100 | 11100100 | 10010 | 1100010 | 0 | 1011100 | 1011 | 1111100 | 1100001 | 101101 |
Color Harmonies of #04E412
Complementary color
Monochromatic Colors of #04E412
Black with #04E412
Text Example
Text Example
White with #04E412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E412; }
p { color: rgb(4,228,18); }
H1.HeaderClassName
{
color: #04E412;
}
.AnyTagClassName
{
color: #04E412;
}
</style>
background-color css
<style>
a { background-color: #04E412; }
a { background-color: rgb(4,228,18); }
div.DivClassName
{
background-color: #04E412;
}
.BgClassName
{
background-color: #04E412;
}
</style>
border-color css
<style>
span { border-color: #04E412; }
span { border-color: rgb(4,228,18); }
td.TdClassName
{
border-color: #04E412;
}
.TagClassName
{
border-color: #04E412;
}
</style>