Shades of Free Speech Green #04EC13
Tints of Free Speech Green #04EC13
RGB
CMYK
RGB Variations
Color information
#04EC13 (or 0x04EC13) is known color: Free Speech Green. HEX triplet: 04, EC and 13. RGB value is (4,236,19). Sum of RGB (Red+Green+Blue) = 4+236+19=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 236 (92.58% from 255 or 91.12% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 236 - color contains mainly: green. Hex color #04EC13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04EC13 is #FB13EC. Grayscale: #8E8E8E. Windows color (decimal): -16454637 or 1305604. OLE color: 1305604.
HSL color Cylindrical-coordinate representation of color #04EC13: hue angle of 123.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EC13 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 236 | 19 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.07 |
| HSL | 123.88º | 0.97% | 0.47% | - |
| HSV(B) | 123.88º | 0.98% | 0.93% | - |
| XYZ | 30.16 | 60.06 | 10.62 | - |
| YUV | 141.89 | 58.64 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 19 | 0.98 | 0 | 0.92 | 0.07 | 123.88 | 0.97 | 0.47 |
| Hex | 4 | EC | 13 | 62 | 0 | 5C | 7 | 7C | 61 | 2F |
| Octal | 4 | 354 | 23 | 142 | 0 | 134 | 7 | 174 | 141 | 57 |
| Binary | 100 | 11101100 | 10011 | 1100010 | 0 | 1011100 | 111 | 1111100 | 1100001 | 101111 |
Color Harmonies of #04EC13
Complementary color
Monochromatic Colors of #04EC13
Black with #04EC13
Text Example
Text Example
White with #04EC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EC13; }
p { color: rgb(4,236,19); }
H1.HeaderClassName
{
color: #04EC13;
}
.AnyTagClassName
{
color: #04EC13;
}
</style>
background-color css
<style>
a { background-color: #04EC13; }
a { background-color: rgb(4,236,19); }
div.DivClassName
{
background-color: #04EC13;
}
.BgClassName
{
background-color: #04EC13;
}
</style>
border-color css
<style>
span { border-color: #04EC13; }
span { border-color: rgb(4,236,19); }
td.TdClassName
{
border-color: #04EC13;
}
.TagClassName
{
border-color: #04EC13;
}
</style>