Shades of Free Speech Green #04DF1C
Tints of Free Speech Green #04DF1C
RGB
CMYK
RGB Variations
Color information
#04DF1C (or 0x04DF1C) is known color: Free Speech Green. HEX triplet: 04, DF and 1C. RGB value is (4,223,28). Sum of RGB (Red+Green+Blue) = 4+223+28=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 223 (87.5% from 255 or 87.45% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DF1C is #FB20E3. Grayscale: #878787. Windows color (decimal): -16457956 or 1892100. OLE color: 1892100.
HSL color Cylindrical-coordinate representation of color #04DF1C: hue angle of 126.58º 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 #04DF1C is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 28 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.13 |
| HSL | 126.58º | 0.96% | 0.45% | - |
| HSV(B) | 126.58º | 0.98% | 0.87% | - |
| XYZ | 26.65 | 52.89 | 9.9 | - |
| YUV | 135.29 | 67.45 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 28 | 0.98 | 0 | 0.87 | 0.13 | 126.58 | 0.96 | 0.45 |
| Hex | 4 | DF | 1C | 62 | 0 | 57 | D | 7F | 60 | 2D |
| Octal | 4 | 337 | 34 | 142 | 0 | 127 | 15 | 177 | 140 | 55 |
| Binary | 100 | 11011111 | 11100 | 1100010 | 0 | 1010111 | 1101 | 1111111 | 1100000 | 101101 |
Color Harmonies of #04DF1C
Complementary color
Monochromatic Colors of #04DF1C
Black with #04DF1C
Text Example
Text Example
White with #04DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DF1C; }
p { color: rgb(4,223,28); }
H1.HeaderClassName
{
color: #04DF1C;
}
.AnyTagClassName
{
color: #04DF1C;
}
</style>
background-color css
<style>
a { background-color: #04DF1C; }
a { background-color: rgb(4,223,28); }
div.DivClassName
{
background-color: #04DF1C;
}
.BgClassName
{
background-color: #04DF1C;
}
</style>
border-color css
<style>
span { border-color: #04DF1C; }
span { border-color: rgb(4,223,28); }
td.TdClassName
{
border-color: #04DF1C;
}
.TagClassName
{
border-color: #04DF1C;
}
</style>