Shades of Free Speech Green #1FFE16
Tints of Free Speech Green #1FFE16
RGB
CMYK
RGB Variations
Color information
#1FFE16 (or 0x1FFE16) is known color: Free Speech Green. HEX triplet: 1F, FE and 16. RGB value is (31,254,22). Sum of RGB (Red+Green+Blue) = 31+254+22=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 254 (99.61% from 255 or 82.74% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFE16 is #E001E9. Grayscale: #A1A1A1. Windows color (decimal): -14680554 or 1506847. OLE color: 1506847.
HSL color Cylindrical-coordinate representation of color #1FFE16: hue angle of 117.67º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FFE16 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 22 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.00 |
| HSL | 117.67º | 0.99% | 0.54% | - |
| HSV(B) | 117.67º | 0.91% | 1% | - |
| XYZ | 36.15 | 71.23 | 12.6 | - |
| YUV | 160.88 | 49.62 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 22 | 0.88 | 0 | 0.91 | 0.00 | 117.67 | 0.99 | 0.54 |
| Hex | 1F | FE | 16 | 58 | 0 | 5B | 0 | 76 | 63 | 36 |
| Octal | 37 | 376 | 26 | 130 | 0 | 133 | 0 | 166 | 143 | 66 |
| Binary | 11111 | 11111110 | 10110 | 1011000 | 0 | 1011011 | 0 | 1110110 | 1100011 | 110110 |
Color Harmonies of #1FFE16
Complementary color
Monochromatic Colors of #1FFE16
Black with #1FFE16
Text Example
Text Example
White with #1FFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFE16; }
p { color: rgb(31,254,22); }
H1.HeaderClassName
{
color: #1FFE16;
}
.AnyTagClassName
{
color: #1FFE16;
}
</style>
background-color css
<style>
a { background-color: #1FFE16; }
a { background-color: rgb(31,254,22); }
div.DivClassName
{
background-color: #1FFE16;
}
.BgClassName
{
background-color: #1FFE16;
}
</style>
border-color css
<style>
span { border-color: #1FFE16; }
span { border-color: rgb(31,254,22); }
td.TdClassName
{
border-color: #1FFE16;
}
.TagClassName
{
border-color: #1FFE16;
}
</style>