Shades of Free Speech Green #04EC1C
Tints of Free Speech Green #04EC1C
RGB
CMYK
RGB Variations
Color information
#04EC1C (or 0x04EC1C) is known color: Free Speech Green. HEX triplet: 04, EC and 1C. RGB value is (4,236,28). Sum of RGB (Red+Green+Blue) = 4+236+28=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 236 (92.58% from 255 or 88.06% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 236 - color contains mainly: green. Hex color #04EC1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EC1C is #FB13E3. Grayscale: #8F8F8F. Windows color (decimal): -16454628 or 1895428. OLE color: 1895428.
HSL color Cylindrical-coordinate representation of color #04EC1C: hue angle of 126.21º 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 #04EC1C is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 236 | 28 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.07 |
| HSL | 126.21º | 0.97% | 0.47% | - |
| HSV(B) | 126.21º | 0.98% | 0.93% | - |
| XYZ | 30.26 | 60.1 | 11.1 | - |
| YUV | 142.92 | 63.14 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 28 | 0.98 | 0 | 0.88 | 0.07 | 126.21 | 0.97 | 0.47 |
| Hex | 4 | EC | 1C | 62 | 0 | 58 | 7 | 7E | 61 | 2F |
| Octal | 4 | 354 | 34 | 142 | 0 | 130 | 7 | 176 | 141 | 57 |
| Binary | 100 | 11101100 | 11100 | 1100010 | 0 | 1011000 | 111 | 1111110 | 1100001 | 101111 |
Color Harmonies of #04EC1C
Complementary color
Monochromatic Colors of #04EC1C
Black with #04EC1C
Text Example
Text Example
White with #04EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EC1C; }
p { color: rgb(4,236,28); }
H1.HeaderClassName
{
color: #04EC1C;
}
.AnyTagClassName
{
color: #04EC1C;
}
</style>
background-color css
<style>
a { background-color: #04EC1C; }
a { background-color: rgb(4,236,28); }
div.DivClassName
{
background-color: #04EC1C;
}
.BgClassName
{
background-color: #04EC1C;
}
</style>
border-color css
<style>
span { border-color: #04EC1C; }
span { border-color: rgb(4,236,28); }
td.TdClassName
{
border-color: #04EC1C;
}
.TagClassName
{
border-color: #04EC1C;
}
</style>