Shades of Free Speech Green #04E62C
Tints of Free Speech Green #04E62C
RGB
CMYK
RGB Variations
Color information
#04E62C (or 0x04E62C) is known color: Free Speech Green. HEX triplet: 04, E6 and 2C. RGB value is (4,230,44). Sum of RGB (Red+Green+Blue) = 4+230+44=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 230 (90.23% from 255 or 82.73% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 230 - color contains mainly: green. Hex color #04E62C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04E62C is #FB19D3. Grayscale: #8D8D8D. Windows color (decimal): -16456148 or 2942468. OLE color: 2942468.
HSL color Cylindrical-coordinate representation of color #04E62C: hue angle of 130.62º 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 #04E62C is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 230 | 44 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.10 |
| HSL | 130.62º | 0.97% | 0.46% | - |
| HSV(B) | 130.62º | 0.98% | 0.9% | - |
| XYZ | 28.8 | 56.8 | 11.83 | - |
| YUV | 141.22 | 73.13 | 30.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 230 | 44 | 0.98 | 0 | 0.81 | 0.10 | 130.62 | 0.97 | 0.46 |
| Hex | 4 | E6 | 2C | 62 | 0 | 51 | A | 83 | 61 | 2E |
| Octal | 4 | 346 | 54 | 142 | 0 | 121 | 12 | 203 | 141 | 56 |
| Binary | 100 | 11100110 | 101100 | 1100010 | 0 | 1010001 | 1010 | 10000011 | 1100001 | 101110 |
Color Harmonies of #04E62C
Complementary color
Monochromatic Colors of #04E62C
Black with #04E62C
Text Example
Text Example
White with #04E62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E62C; }
p { color: rgb(4,230,44); }
H1.HeaderClassName
{
color: #04E62C;
}
.AnyTagClassName
{
color: #04E62C;
}
</style>
background-color css
<style>
a { background-color: #04E62C; }
a { background-color: rgb(4,230,44); }
div.DivClassName
{
background-color: #04E62C;
}
.BgClassName
{
background-color: #04E62C;
}
</style>
border-color css
<style>
span { border-color: #04E62C; }
span { border-color: rgb(4,230,44); }
td.TdClassName
{
border-color: #04E62C;
}
.TagClassName
{
border-color: #04E62C;
}
</style>