Shades of Free Speech Green #04FA2E
Tints of Free Speech Green #04FA2E
RGB
CMYK
RGB Variations
Color information
#04FA2E (or 0x04FA2E) is known color: Free Speech Green. HEX triplet: 04, FA and 2E. RGB value is (4,250,46). Sum of RGB (Red+Green+Blue) = 4+250+46=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 250 (98.05% from 255 or 83.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FA2E is #FB05D1. Grayscale: #999999. Windows color (decimal): -16451026 or 3078660. OLE color: 3078660.
HSL color Cylindrical-coordinate representation of color #04FA2E: hue angle of 130.24º 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 #04FA2E is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 46 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.02 |
| HSL | 130.24º | 0.97% | 0.5% | - |
| HSV(B) | 130.24º | 0.98% | 0.98% | - |
| XYZ | 34.73 | 68.59 | 13.99 | - |
| YUV | 153.19 | 67.5 | 21.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 46 | 0.98 | 0 | 0.82 | 0.02 | 130.24 | 0.97 | 0.5 |
| Hex | 4 | FA | 2E | 62 | 0 | 52 | 2 | 82 | 61 | 32 |
| Octal | 4 | 372 | 56 | 142 | 0 | 122 | 2 | 202 | 141 | 62 |
| Binary | 100 | 11111010 | 101110 | 1100010 | 0 | 1010010 | 10 | 10000010 | 1100001 | 110010 |
Color Harmonies of #04FA2E
Complementary color
Monochromatic Colors of #04FA2E
Black with #04FA2E
Text Example
Text Example
White with #04FA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA2E; }
p { color: rgb(4,250,46); }
H1.HeaderClassName
{
color: #04FA2E;
}
.AnyTagClassName
{
color: #04FA2E;
}
</style>
background-color css
<style>
a { background-color: #04FA2E; }
a { background-color: rgb(4,250,46); }
div.DivClassName
{
background-color: #04FA2E;
}
.BgClassName
{
background-color: #04FA2E;
}
</style>
border-color css
<style>
span { border-color: #04FA2E; }
span { border-color: rgb(4,250,46); }
td.TdClassName
{
border-color: #04FA2E;
}
.TagClassName
{
border-color: #04FA2E;
}
</style>