Shades of Free Speech Green #04EF2C
Tints of Free Speech Green #04EF2C
RGB
CMYK
RGB Variations
Color information
#04EF2C (or 0x04EF2C) is known color: Free Speech Green. HEX triplet: 04, EF and 2C. RGB value is (4,239,44). Sum of RGB (Red+Green+Blue) = 4+239+44=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 239 (93.75% from 255 or 83.28% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 239 - color contains mainly: green. Hex color #04EF2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EF2C is #FB10D3. Grayscale: #939393. Windows color (decimal): -16453844 or 2944772. OLE color: 2944772.
HSL color Cylindrical-coordinate representation of color #04EF2C: hue angle of 130.21º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EF2C is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 44 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.06 |
| HSL | 130.21º | 0.97% | 0.48% | - |
| HSV(B) | 130.21º | 0.98% | 0.94% | - |
| XYZ | 31.37 | 61.94 | 12.69 | - |
| YUV | 146.51 | 70.14 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 44 | 0.98 | 0 | 0.82 | 0.06 | 130.21 | 0.97 | 0.48 |
| Hex | 4 | EF | 2C | 62 | 0 | 52 | 6 | 82 | 61 | 30 |
| Octal | 4 | 357 | 54 | 142 | 0 | 122 | 6 | 202 | 141 | 60 |
| Binary | 100 | 11101111 | 101100 | 1100010 | 0 | 1010010 | 110 | 10000010 | 1100001 | 110000 |
Color Harmonies of #04EF2C
Complementary color
Monochromatic Colors of #04EF2C
Black with #04EF2C
Text Example
Text Example
White with #04EF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EF2C; }
p { color: rgb(4,239,44); }
H1.HeaderClassName
{
color: #04EF2C;
}
.AnyTagClassName
{
color: #04EF2C;
}
</style>
background-color css
<style>
a { background-color: #04EF2C; }
a { background-color: rgb(4,239,44); }
div.DivClassName
{
background-color: #04EF2C;
}
.BgClassName
{
background-color: #04EF2C;
}
</style>
border-color css
<style>
span { border-color: #04EF2C; }
span { border-color: rgb(4,239,44); }
td.TdClassName
{
border-color: #04EF2C;
}
.TagClassName
{
border-color: #04EF2C;
}
</style>