Shades of Free Speech Green #04E52B
Tints of Free Speech Green #04E52B
RGB
CMYK
RGB Variations
Color information
#04E52B (or 0x04E52B) is known color: Free Speech Green. HEX triplet: 04, E5 and 2B. RGB value is (4,229,43). Sum of RGB (Red+Green+Blue) = 4+229+43=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 229 (89.84% from 255 or 82.97% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 229 - color contains mainly: green. Hex color #04E52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E52B is #FB1AD4. Grayscale: #8D8D8D. Windows color (decimal): -16456405 or 2876676. OLE color: 2876676.
HSL color Cylindrical-coordinate representation of color #04E52B: hue angle of 130.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E52B is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 229 | 43 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.10 |
| HSL | 130.4º | 0.97% | 0.46% | - |
| HSV(B) | 130.4º | 0.98% | 0.9% | - |
| XYZ | 28.51 | 56.24 | 11.64 | - |
| YUV | 140.52 | 72.96 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 229 | 43 | 0.98 | 0 | 0.81 | 0.10 | 130.4 | 0.97 | 0.46 |
| Hex | 4 | E5 | 2B | 62 | 0 | 51 | A | 82 | 61 | 2E |
| Octal | 4 | 345 | 53 | 142 | 0 | 121 | 12 | 202 | 141 | 56 |
| Binary | 100 | 11100101 | 101011 | 1100010 | 0 | 1010001 | 1010 | 10000010 | 1100001 | 101110 |
Color Harmonies of #04E52B
Complementary color
Monochromatic Colors of #04E52B
Black with #04E52B
Text Example
Text Example
White with #04E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E52B; }
p { color: rgb(4,229,43); }
H1.HeaderClassName
{
color: #04E52B;
}
.AnyTagClassName
{
color: #04E52B;
}
</style>
background-color css
<style>
a { background-color: #04E52B; }
a { background-color: rgb(4,229,43); }
div.DivClassName
{
background-color: #04E52B;
}
.BgClassName
{
background-color: #04E52B;
}
</style>
border-color css
<style>
span { border-color: #04E52B; }
span { border-color: rgb(4,229,43); }
td.TdClassName
{
border-color: #04E52B;
}
.TagClassName
{
border-color: #04E52B;
}
</style>