Shades of Free Speech Green #1FEC04
Tints of Free Speech Green #1FEC04
RGB
CMYK
RGB Variations
Color information
#1FEC04 (or 0x1FEC04) is known color: Free Speech Green. HEX triplet: 1F, EC and 04. RGB value is (31,236,4). Sum of RGB (Red+Green+Blue) = 31+236+4=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 236 (92.58% from 255 or 87.08% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEC04 is #E013FB. Grayscale: #949494. Windows color (decimal): -14685180 or 322591. OLE color: 322591.
HSL color Cylindrical-coordinate representation of color #1FEC04: hue angle of 113.02º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FEC04 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 4 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.07 |
| HSL | 113.02º | 0.97% | 0.47% | - |
| HSV(B) | 113.02º | 0.98% | 0.93% | - |
| XYZ | 30.58 | 60.29 | 10.14 | - |
| YUV | 148.26 | 46.58 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 4 | 0.87 | 0 | 0.98 | 0.07 | 113.02 | 0.97 | 0.47 |
| Hex | 1F | EC | 4 | 57 | 0 | 62 | 7 | 71 | 61 | 2F |
| Octal | 37 | 354 | 4 | 127 | 0 | 142 | 7 | 161 | 141 | 57 |
| Binary | 11111 | 11101100 | 100 | 1010111 | 0 | 1100010 | 111 | 1110001 | 1100001 | 101111 |
Color Harmonies of #1FEC04
Complementary color
Monochromatic Colors of #1FEC04
Black with #1FEC04
Text Example
Text Example
White with #1FEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC04; }
p { color: rgb(31,236,4); }
H1.HeaderClassName
{
color: #1FEC04;
}
.AnyTagClassName
{
color: #1FEC04;
}
</style>
background-color css
<style>
a { background-color: #1FEC04; }
a { background-color: rgb(31,236,4); }
div.DivClassName
{
background-color: #1FEC04;
}
.BgClassName
{
background-color: #1FEC04;
}
</style>
border-color css
<style>
span { border-color: #1FEC04; }
span { border-color: rgb(31,236,4); }
td.TdClassName
{
border-color: #1FEC04;
}
.TagClassName
{
border-color: #1FEC04;
}
</style>