Shades of Free Speech Green #04FA18
Tints of Free Speech Green #04FA18
RGB
CMYK
RGB Variations
Color information
#04FA18 (or 0x04FA18) is known color: Free Speech Green. HEX triplet: 04, FA and 18. RGB value is (4,250,24). Sum of RGB (Red+Green+Blue) = 4+250+24=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 250 (98.05% from 255 or 89.93% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FA18 is #FB05E7. Grayscale: #979797. Windows color (decimal): -16451048 or 1636868. OLE color: 1636868.
HSL color Cylindrical-coordinate representation of color #04FA18: hue angle of 124.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FA18 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 24 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.02 |
| HSL | 124.88º | 0.97% | 0.5% | - |
| HSV(B) | 124.88º | 0.98% | 0.98% | - |
| XYZ | 34.4 | 68.46 | 12.27 | - |
| YUV | 150.68 | 56.5 | 23.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 24 | 0.98 | 0 | 0.90 | 0.02 | 124.88 | 0.97 | 0.5 |
| Hex | 4 | FA | 18 | 62 | 0 | 5A | 2 | 7D | 61 | 32 |
| Octal | 4 | 372 | 30 | 142 | 0 | 132 | 2 | 175 | 141 | 62 |
| Binary | 100 | 11111010 | 11000 | 1100010 | 0 | 1011010 | 10 | 1111101 | 1100001 | 110010 |
Color Harmonies of #04FA18
Complementary color
Monochromatic Colors of #04FA18
Black with #04FA18
Text Example
Text Example
White with #04FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA18; }
p { color: rgb(4,250,24); }
H1.HeaderClassName
{
color: #04FA18;
}
.AnyTagClassName
{
color: #04FA18;
}
</style>
background-color css
<style>
a { background-color: #04FA18; }
a { background-color: rgb(4,250,24); }
div.DivClassName
{
background-color: #04FA18;
}
.BgClassName
{
background-color: #04FA18;
}
</style>
border-color css
<style>
span { border-color: #04FA18; }
span { border-color: rgb(4,250,24); }
td.TdClassName
{
border-color: #04FA18;
}
.TagClassName
{
border-color: #04FA18;
}
</style>