Shades of Free Speech Green #04FA1C
Tints of Free Speech Green #04FA1C
RGB
CMYK
RGB Variations
Color information
#04FA1C (or 0x04FA1C) is known color: Free Speech Green. HEX triplet: 04, FA and 1C. RGB value is (4,250,28). Sum of RGB (Red+Green+Blue) = 4+250+28=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 250 (98.05% from 255 or 88.65% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FA1C is #FB05E3. Grayscale: #979797. Windows color (decimal): -16451044 or 1899012. OLE color: 1899012.
HSL color Cylindrical-coordinate representation of color #04FA1C: hue angle of 125.85º 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 #04FA1C is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 28 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.02 |
| HSL | 125.85º | 0.97% | 0.5% | - |
| HSV(B) | 125.85º | 0.98% | 0.98% | - |
| XYZ | 34.45 | 68.48 | 12.5 | - |
| YUV | 151.14 | 58.5 | 23.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 28 | 0.98 | 0 | 0.89 | 0.02 | 125.85 | 0.97 | 0.5 |
| Hex | 4 | FA | 1C | 62 | 0 | 59 | 2 | 7E | 61 | 32 |
| Octal | 4 | 372 | 34 | 142 | 0 | 131 | 2 | 176 | 141 | 62 |
| Binary | 100 | 11111010 | 11100 | 1100010 | 0 | 1011001 | 10 | 1111110 | 1100001 | 110010 |
Color Harmonies of #04FA1C
Complementary color
Monochromatic Colors of #04FA1C
Black with #04FA1C
Text Example
Text Example
White with #04FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA1C; }
p { color: rgb(4,250,28); }
H1.HeaderClassName
{
color: #04FA1C;
}
.AnyTagClassName
{
color: #04FA1C;
}
</style>
background-color css
<style>
a { background-color: #04FA1C; }
a { background-color: rgb(4,250,28); }
div.DivClassName
{
background-color: #04FA1C;
}
.BgClassName
{
background-color: #04FA1C;
}
</style>
border-color css
<style>
span { border-color: #04FA1C; }
span { border-color: rgb(4,250,28); }
td.TdClassName
{
border-color: #04FA1C;
}
.TagClassName
{
border-color: #04FA1C;
}
</style>