Shades of Free Speech Green #04E326
Tints of Free Speech Green #04E326
RGB
CMYK
RGB Variations
Color information
#04E326 (or 0x04E326) is known color: Free Speech Green. HEX triplet: 04, E3 and 26. RGB value is (4,227,38). Sum of RGB (Red+Green+Blue) = 4+227+38=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 227 (89.06% from 255 or 84.39% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 227 - color contains mainly: green. Hex color #04E326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E326 is #FB1CD9. Grayscale: #8B8B8B. Windows color (decimal): -16456922 or 2548484. OLE color: 2548484.
HSL color Cylindrical-coordinate representation of color #04E326: hue angle of 129.15º 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 #04E326 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 227 | 38 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.11 |
| HSL | 129.15º | 0.97% | 0.45% | - |
| HSV(B) | 129.15º | 0.98% | 0.89% | - |
| XYZ | 27.87 | 55.1 | 11 | - |
| YUV | 138.78 | 71.12 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 227 | 38 | 0.98 | 0 | 0.83 | 0.11 | 129.15 | 0.97 | 0.45 |
| Hex | 4 | E3 | 26 | 62 | 0 | 53 | B | 81 | 61 | 2D |
| Octal | 4 | 343 | 46 | 142 | 0 | 123 | 13 | 201 | 141 | 55 |
| Binary | 100 | 11100011 | 100110 | 1100010 | 0 | 1010011 | 1011 | 10000001 | 1100001 | 101101 |
Color Harmonies of #04E326
Complementary color
Monochromatic Colors of #04E326
Black with #04E326
Text Example
Text Example
White with #04E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E326; }
p { color: rgb(4,227,38); }
H1.HeaderClassName
{
color: #04E326;
}
.AnyTagClassName
{
color: #04E326;
}
</style>
background-color css
<style>
a { background-color: #04E326; }
a { background-color: rgb(4,227,38); }
div.DivClassName
{
background-color: #04E326;
}
.BgClassName
{
background-color: #04E326;
}
</style>
border-color css
<style>
span { border-color: #04E326; }
span { border-color: rgb(4,227,38); }
td.TdClassName
{
border-color: #04E326;
}
.TagClassName
{
border-color: #04E326;
}
</style>