Shades of Free Speech Green #04EC2F
Tints of Free Speech Green #04EC2F
RGB
CMYK
RGB Variations
Color information
#04EC2F (or 0x04EC2F) is known color: Free Speech Green. HEX triplet: 04, EC and 2F. RGB value is (4,236,47). Sum of RGB (Red+Green+Blue) = 4+236+47=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 236 (92.58% from 255 or 82.23% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 236 - color contains mainly: green. Hex color #04EC2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EC2F is #FB13D0. Grayscale: #919191. Windows color (decimal): -16454609 or 3140612. OLE color: 3140612.
HSL color Cylindrical-coordinate representation of color #04EC2F: hue angle of 131.12º 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 #04EC2F is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 236 | 47 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.07 |
| HSL | 131.12º | 0.97% | 0.47% | - |
| HSV(B) | 131.12º | 0.98% | 0.93% | - |
| XYZ | 30.56 | 60.22 | 12.7 | - |
| YUV | 145.09 | 72.64 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 47 | 0.98 | 0 | 0.80 | 0.07 | 131.12 | 0.97 | 0.47 |
| Hex | 4 | EC | 2F | 62 | 0 | 50 | 7 | 83 | 61 | 2F |
| Octal | 4 | 354 | 57 | 142 | 0 | 120 | 7 | 203 | 141 | 57 |
| Binary | 100 | 11101100 | 101111 | 1100010 | 0 | 1010000 | 111 | 10000011 | 1100001 | 101111 |
Color Harmonies of #04EC2F
Complementary color
Monochromatic Colors of #04EC2F
Black with #04EC2F
Text Example
Text Example
White with #04EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EC2F; }
p { color: rgb(4,236,47); }
H1.HeaderClassName
{
color: #04EC2F;
}
.AnyTagClassName
{
color: #04EC2F;
}
</style>
background-color css
<style>
a { background-color: #04EC2F; }
a { background-color: rgb(4,236,47); }
div.DivClassName
{
background-color: #04EC2F;
}
.BgClassName
{
background-color: #04EC2F;
}
</style>
border-color css
<style>
span { border-color: #04EC2F; }
span { border-color: rgb(4,236,47); }
td.TdClassName
{
border-color: #04EC2F;
}
.TagClassName
{
border-color: #04EC2F;
}
</style>