Shades of Free Speech Green #04DF00
Tints of Free Speech Green #04DF00
RGB
CMYK
RGB Variations
Color information
#04DF00 (or 0x04DF00) is known color: Free Speech Green. HEX triplet: 04, DF and 00. RGB value is (4,223,0). Sum of RGB (Red+Green+Blue) = 4+223+0=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 223 (87.5% from 255 or 98.24% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DF00 is #FB20FF. Grayscale: #848484. Windows color (decimal): -16457984 or 57092. OLE color: 57092.
HSL color Cylindrical-coordinate representation of color #04DF00: hue angle of 118.92º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04DF00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.13 |
| HSL | 118.92º | 1% | 0.44% | - |
| HSV(B) | 118.92º | 1% | 0.87% | - |
| XYZ | 26.44 | 52.8 | 8.8 | - |
| YUV | 132.1 | 53.45 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 0 | 0.98 | 0 | 1 | 0.13 | 118.92 | 1 | 0.44 |
| Hex | 4 | DF | 0 | 62 | 0 | 64 | D | 77 | 64 | 2C |
| Octal | 4 | 337 | 0 | 142 | 0 | 144 | 15 | 167 | 144 | 54 |
| Binary | 100 | 11011111 | 0 | 1100010 | 0 | 1100100 | 1101 | 1110111 | 1100100 | 101100 |
Color Harmonies of #04DF00
Complementary color
Monochromatic Colors of #04DF00
Black with #04DF00
Text Example
Text Example
White with #04DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DF00; }
p { color: rgb(4,223,0); }
H1.HeaderClassName
{
color: #04DF00;
}
.AnyTagClassName
{
color: #04DF00;
}
</style>
background-color css
<style>
a { background-color: #04DF00; }
a { background-color: rgb(4,223,0); }
div.DivClassName
{
background-color: #04DF00;
}
.BgClassName
{
background-color: #04DF00;
}
</style>
border-color css
<style>
span { border-color: #04DF00; }
span { border-color: rgb(4,223,0); }
td.TdClassName
{
border-color: #04DF00;
}
.TagClassName
{
border-color: #04DF00;
}
</style>