Shades of Free Speech Green #1FD80C
Tints of Free Speech Green #1FD80C
RGB
CMYK
RGB Variations
Color information
#1FD80C (or 0x1FD80C) is known color: Free Speech Green. HEX triplet: 1F, D8 and 0C. RGB value is (31,216,12). Sum of RGB (Red+Green+Blue) = 31+216+12=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 216 (84.77% from 255 or 83.40% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD80C is #E027F3. Grayscale: #8A8A8A. Windows color (decimal): -14690292 or 841759. OLE color: 841759.
HSL color Cylindrical-coordinate representation of color #1FD80C: hue angle of 114.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FD80C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 216 | 12 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.15 |
| HSL | 114.41º | 0.89% | 0.45% | - |
| HSV(B) | 114.41º | 0.94% | 0.85% | - |
| XYZ | 25.19 | 49.43 | 8.56 | - |
| YUV | 137.43 | 57.21 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 216 | 12 | 0.86 | 0 | 0.94 | 0.15 | 114.41 | 0.89 | 0.45 |
| Hex | 1F | D8 | C | 56 | 0 | 5E | F | 72 | 59 | 2D |
| Octal | 37 | 330 | 14 | 126 | 0 | 136 | 17 | 162 | 131 | 55 |
| Binary | 11111 | 11011000 | 1100 | 1010110 | 0 | 1011110 | 1111 | 1110010 | 1011001 | 101101 |
Color Harmonies of #1FD80C
Complementary color
Monochromatic Colors of #1FD80C
Black with #1FD80C
Text Example
Text Example
White with #1FD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD80C; }
p { color: rgb(31,216,12); }
H1.HeaderClassName
{
color: #1FD80C;
}
.AnyTagClassName
{
color: #1FD80C;
}
</style>
background-color css
<style>
a { background-color: #1FD80C; }
a { background-color: rgb(31,216,12); }
div.DivClassName
{
background-color: #1FD80C;
}
.BgClassName
{
background-color: #1FD80C;
}
</style>
border-color css
<style>
span { border-color: #1FD80C; }
span { border-color: rgb(31,216,12); }
td.TdClassName
{
border-color: #1FD80C;
}
.TagClassName
{
border-color: #1FD80C;
}
</style>