Shades of Free Speech Green #1FE504
Tints of Free Speech Green #1FE504
RGB
CMYK
RGB Variations
Color information
#1FE504 (or 0x1FE504) is known color: Free Speech Green. HEX triplet: 1F, E5 and 04. RGB value is (31,229,4). Sum of RGB (Red+Green+Blue) = 31+229+4=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 229 (89.84% from 255 or 86.74% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE504 is #E01AFB. Grayscale: #909090. Windows color (decimal): -14686972 or 320799. OLE color: 320799.
HSL color Cylindrical-coordinate representation of color #1FE504: hue angle of 112.8º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FE504 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 4 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.10 |
| HSL | 112.8º | 0.97% | 0.46% | - |
| HSV(B) | 112.8º | 0.98% | 0.9% | - |
| XYZ | 28.61 | 56.34 | 9.48 | - |
| YUV | 144.15 | 48.9 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 4 | 0.86 | 0 | 0.98 | 0.10 | 112.8 | 0.97 | 0.46 |
| Hex | 1F | E5 | 4 | 56 | 0 | 62 | A | 71 | 61 | 2E |
| Octal | 37 | 345 | 4 | 126 | 0 | 142 | 12 | 161 | 141 | 56 |
| Binary | 11111 | 11100101 | 100 | 1010110 | 0 | 1100010 | 1010 | 1110001 | 1100001 | 101110 |
Color Harmonies of #1FE504
Complementary color
Monochromatic Colors of #1FE504
Black with #1FE504
Text Example
Text Example
White with #1FE504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE504; }
p { color: rgb(31,229,4); }
H1.HeaderClassName
{
color: #1FE504;
}
.AnyTagClassName
{
color: #1FE504;
}
</style>
background-color css
<style>
a { background-color: #1FE504; }
a { background-color: rgb(31,229,4); }
div.DivClassName
{
background-color: #1FE504;
}
.BgClassName
{
background-color: #1FE504;
}
</style>
border-color css
<style>
span { border-color: #1FE504; }
span { border-color: rgb(31,229,4); }
td.TdClassName
{
border-color: #1FE504;
}
.TagClassName
{
border-color: #1FE504;
}
</style>