Shades of Free Speech Green #04F117
Tints of Free Speech Green #04F117
RGB
CMYK
RGB Variations
Color information
#04F117 (or 0x04F117) is known color: Free Speech Green. HEX triplet: 04, F1 and 17. RGB value is (4,241,23). Sum of RGB (Red+Green+Blue) = 4+241+23=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 241 (94.53% from 255 or 89.93% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 241 - color contains mainly: green. Hex color #04F117 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F117 is #FB0EE8. Grayscale: #919191. Windows color (decimal): -16453353 or 1569028. OLE color: 1569028.
HSL color Cylindrical-coordinate representation of color #04F117: hue angle of 124.81º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F117 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 241 | 23 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.05 |
| HSL | 124.81º | 0.97% | 0.48% | - |
| HSV(B) | 124.81º | 0.98% | 0.95% | - |
| XYZ | 31.66 | 63 | 11.3 | - |
| YUV | 145.29 | 58.98 | 27.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 241 | 23 | 0.98 | 0 | 0.90 | 0.05 | 124.81 | 0.97 | 0.48 |
| Hex | 4 | F1 | 17 | 62 | 0 | 5A | 5 | 7D | 61 | 30 |
| Octal | 4 | 361 | 27 | 142 | 0 | 132 | 5 | 175 | 141 | 60 |
| Binary | 100 | 11110001 | 10111 | 1100010 | 0 | 1011010 | 101 | 1111101 | 1100001 | 110000 |
Color Harmonies of #04F117
Complementary color
Monochromatic Colors of #04F117
Black with #04F117
Text Example
Text Example
White with #04F117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F117; }
p { color: rgb(4,241,23); }
H1.HeaderClassName
{
color: #04F117;
}
.AnyTagClassName
{
color: #04F117;
}
</style>
background-color css
<style>
a { background-color: #04F117; }
a { background-color: rgb(4,241,23); }
div.DivClassName
{
background-color: #04F117;
}
.BgClassName
{
background-color: #04F117;
}
</style>
border-color css
<style>
span { border-color: #04F117; }
span { border-color: rgb(4,241,23); }
td.TdClassName
{
border-color: #04F117;
}
.TagClassName
{
border-color: #04F117;
}
</style>