Shades of Free Speech Green #04F32F
Tints of Free Speech Green #04F32F
RGB
CMYK
RGB Variations
Color information
#04F32F (or 0x04F32F) is known color: Free Speech Green. HEX triplet: 04, F3 and 2F. RGB value is (4,243,47). Sum of RGB (Red+Green+Blue) = 4+243+47=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 243 (95.31% from 255 or 82.65% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 243 - color contains mainly: green. Hex color #04F32F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04F32F is #FB0CD0. Grayscale: #959595. Windows color (decimal): -16452817 or 3142404. OLE color: 3142404.
HSL color Cylindrical-coordinate representation of color #04F32F: hue angle of 130.79º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F32F is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 243 | 47 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.05 |
| HSL | 130.8º | 0.97% | 0.48% | - |
| HSV(B) | 130.8º | 0.98% | 0.95% | - |
| XYZ | 32.61 | 64.33 | 13.39 | - |
| YUV | 149.2 | 70.32 | 24.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 243 | 47 | 0.98 | 0 | 0.81 | 0.05 | 130.8 | 0.97 | 0.48 |
| Hex | 4 | F3 | 2F | 62 | 0 | 51 | 5 | 83 | 61 | 30 |
| Octal | 4 | 363 | 57 | 142 | 0 | 121 | 5 | 203 | 141 | 60 |
| Binary | 100 | 11110011 | 101111 | 1100010 | 0 | 1010001 | 101 | 10000011 | 1100001 | 110000 |
Color Harmonies of #04F32F
Complementary color
Monochromatic Colors of #04F32F
Black with #04F32F
Text Example
Text Example
White with #04F32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F32F; }
p { color: rgb(4,243,47); }
H1.HeaderClassName
{
color: #04F32F;
}
.AnyTagClassName
{
color: #04F32F;
}
</style>
background-color css
<style>
a { background-color: #04F32F; }
a { background-color: rgb(4,243,47); }
div.DivClassName
{
background-color: #04F32F;
}
.BgClassName
{
background-color: #04F32F;
}
</style>
border-color css
<style>
span { border-color: #04F32F; }
span { border-color: rgb(4,243,47); }
td.TdClassName
{
border-color: #04F32F;
}
.TagClassName
{
border-color: #04F32F;
}
</style>