Shades of Free Speech Green #04E329
Tints of Free Speech Green #04E329
RGB
CMYK
RGB Variations
Color information
#04E329 (or 0x04E329) is known color: Free Speech Green. HEX triplet: 04, E3 and 29. RGB value is (4,227,41). Sum of RGB (Red+Green+Blue) = 4+227+41=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 227 (89.06% from 255 or 83.46% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 227 - color contains mainly: green. Hex color #04E329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E329 is #FB1CD6. Grayscale: #8B8B8B. Windows color (decimal): -16456919 or 2745092. OLE color: 2745092.
HSL color Cylindrical-coordinate representation of color #04E329: hue angle of 129.96º 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 #04E329 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 227 | 41 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.11 |
| HSL | 129.96º | 0.97% | 0.45% | - |
| HSV(B) | 129.96º | 0.98% | 0.89% | - |
| XYZ | 27.92 | 55.12 | 11.27 | - |
| YUV | 139.12 | 72.62 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 227 | 41 | 0.98 | 0 | 0.82 | 0.11 | 129.96 | 0.97 | 0.45 |
| Hex | 4 | E3 | 29 | 62 | 0 | 52 | B | 82 | 61 | 2D |
| Octal | 4 | 343 | 51 | 142 | 0 | 122 | 13 | 202 | 141 | 55 |
| Binary | 100 | 11100011 | 101001 | 1100010 | 0 | 1010010 | 1011 | 10000010 | 1100001 | 101101 |
Color Harmonies of #04E329
Complementary color
Monochromatic Colors of #04E329
Black with #04E329
Text Example
Text Example
White with #04E329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E329; }
p { color: rgb(4,227,41); }
H1.HeaderClassName
{
color: #04E329;
}
.AnyTagClassName
{
color: #04E329;
}
</style>
background-color css
<style>
a { background-color: #04E329; }
a { background-color: rgb(4,227,41); }
div.DivClassName
{
background-color: #04E329;
}
.BgClassName
{
background-color: #04E329;
}
</style>
border-color css
<style>
span { border-color: #04E329; }
span { border-color: rgb(4,227,41); }
td.TdClassName
{
border-color: #04E329;
}
.TagClassName
{
border-color: #04E329;
}
</style>