Shades of Free Speech Green #04FF1C
Tints of Free Speech Green #04FF1C
RGB
CMYK
RGB Variations
Color information
#04FF1C (or 0x04FF1C) is known color: Free Speech Green. HEX triplet: 04, FF and 1C. RGB value is (4,255,28). Sum of RGB (Red+Green+Blue) = 4+255+28=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 255 (100% from 255 or 88.85% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FF1C is #FB00E3. Grayscale: #9A9A9A. Windows color (decimal): -16449764 or 1900292. OLE color: 1900292.
HSL color Cylindrical-coordinate representation of color #04FF1C: hue angle of 125.74º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FF1C is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 28 | - |
| CMYK | 0.98 | 0 | 0.89 | 0 |
| HSL | 125.74º | 1% | 0.51% | - |
| HSV(B) | 125.74º | 0.98% | 1% | - |
| XYZ | 36.02 | 71.63 | 13.03 | - |
| YUV | 154.07 | 56.84 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 28 | 0.98 | 0 | 0.89 | 0 | 125.74 | 1 | 0.51 |
| Hex | 4 | FF | 1C | 62 | 0 | 59 | 0 | 7E | 64 | 33 |
| Octal | 4 | 377 | 34 | 142 | 0 | 131 | 0 | 176 | 144 | 63 |
| Binary | 100 | 11111111 | 11100 | 1100010 | 0 | 1011001 | 0 | 1111110 | 1100100 | 110011 |
Color Harmonies of #04FF1C
Complementary color
Monochromatic Colors of #04FF1C
Black with #04FF1C
Text Example
Text Example
White with #04FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FF1C; }
p { color: rgb(4,255,28); }
H1.HeaderClassName
{
color: #04FF1C;
}
.AnyTagClassName
{
color: #04FF1C;
}
</style>
background-color css
<style>
a { background-color: #04FF1C; }
a { background-color: rgb(4,255,28); }
div.DivClassName
{
background-color: #04FF1C;
}
.BgClassName
{
background-color: #04FF1C;
}
</style>
border-color css
<style>
span { border-color: #04FF1C; }
span { border-color: rgb(4,255,28); }
td.TdClassName
{
border-color: #04FF1C;
}
.TagClassName
{
border-color: #04FF1C;
}
</style>