Shades of Free Speech Green #04DF1D
Tints of Free Speech Green #04DF1D
RGB
CMYK
RGB Variations
Color information
#04DF1D (or 0x04DF1D) is known color: Free Speech Green. HEX triplet: 04, DF and 1D. RGB value is (4,223,29). Sum of RGB (Red+Green+Blue) = 4+223+29=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 223 (87.5% from 255 or 87.11% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DF1D is #FB20E2. Grayscale: #878787. Windows color (decimal): -16457955 or 1957636. OLE color: 1957636.
HSL color Cylindrical-coordinate representation of color #04DF1D: hue angle of 126.85º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DF1D is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 29 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.13 |
| HSL | 126.85º | 0.96% | 0.45% | - |
| HSV(B) | 126.85º | 0.98% | 0.87% | - |
| XYZ | 26.66 | 52.89 | 9.97 | - |
| YUV | 135.4 | 67.95 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 29 | 0.98 | 0 | 0.87 | 0.13 | 126.85 | 0.96 | 0.45 |
| Hex | 4 | DF | 1D | 62 | 0 | 57 | D | 7F | 60 | 2D |
| Octal | 4 | 337 | 35 | 142 | 0 | 127 | 15 | 177 | 140 | 55 |
| Binary | 100 | 11011111 | 11101 | 1100010 | 0 | 1010111 | 1101 | 1111111 | 1100000 | 101101 |
Color Harmonies of #04DF1D
Complementary color
Monochromatic Colors of #04DF1D
Black with #04DF1D
Text Example
Text Example
White with #04DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DF1D; }
p { color: rgb(4,223,29); }
H1.HeaderClassName
{
color: #04DF1D;
}
.AnyTagClassName
{
color: #04DF1D;
}
</style>
background-color css
<style>
a { background-color: #04DF1D; }
a { background-color: rgb(4,223,29); }
div.DivClassName
{
background-color: #04DF1D;
}
.BgClassName
{
background-color: #04DF1D;
}
</style>
border-color css
<style>
span { border-color: #04DF1D; }
span { border-color: rgb(4,223,29); }
td.TdClassName
{
border-color: #04DF1D;
}
.TagClassName
{
border-color: #04DF1D;
}
</style>