Shades of Free Speech Green #04EC21
Tints of Free Speech Green #04EC21
RGB
CMYK
RGB Variations
Color information
#04EC21 (or 0x04EC21) is known color: Free Speech Green. HEX triplet: 04, EC and 21. RGB value is (4,236,33). Sum of RGB (Red+Green+Blue) = 4+236+33=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 236 (92.58% from 255 or 86.45% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 236 - color contains mainly: green. Hex color #04EC21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EC21 is #FB13DE. Grayscale: #909090. Windows color (decimal): -16454623 or 2223108. OLE color: 2223108.
HSL color Cylindrical-coordinate representation of color #04EC21: hue angle of 127.5º 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 #04EC21 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 236 | 33 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.07 |
| HSL | 127.5º | 0.97% | 0.47% | - |
| HSV(B) | 127.5º | 0.98% | 0.93% | - |
| XYZ | 30.32 | 60.13 | 11.45 | - |
| YUV | 143.49 | 65.64 | 28.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 33 | 0.98 | 0 | 0.86 | 0.07 | 127.5 | 0.97 | 0.47 |
| Hex | 4 | EC | 21 | 62 | 0 | 56 | 7 | 80 | 61 | 2F |
| Octal | 4 | 354 | 41 | 142 | 0 | 126 | 7 | 200 | 141 | 57 |
| Binary | 100 | 11101100 | 100001 | 1100010 | 0 | 1010110 | 111 | 10000000 | 1100001 | 101111 |
Color Harmonies of #04EC21
Complementary color
Monochromatic Colors of #04EC21
Black with #04EC21
Text Example
Text Example
White with #04EC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EC21; }
p { color: rgb(4,236,33); }
H1.HeaderClassName
{
color: #04EC21;
}
.AnyTagClassName
{
color: #04EC21;
}
</style>
background-color css
<style>
a { background-color: #04EC21; }
a { background-color: rgb(4,236,33); }
div.DivClassName
{
background-color: #04EC21;
}
.BgClassName
{
background-color: #04EC21;
}
</style>
border-color css
<style>
span { border-color: #04EC21; }
span { border-color: rgb(4,236,33); }
td.TdClassName
{
border-color: #04EC21;
}
.TagClassName
{
border-color: #04EC21;
}
</style>