Shades of Free Speech Green #1FEB16
Tints of Free Speech Green #1FEB16
RGB
CMYK
RGB Variations
Color information
#1FEB16 (or 0x1FEB16) is known color: Free Speech Green. HEX triplet: 1F, EB and 16. RGB value is (31,235,22). Sum of RGB (Red+Green+Blue) = 31+235+22=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 235 (92.19% from 255 or 81.60% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 235 - color contains mainly: green. Hex color #1FEB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEB16 is #E014E9. Grayscale: #969696. Windows color (decimal): -14685418 or 1501983. OLE color: 1501983.
HSL color Cylindrical-coordinate representation of color #1FEB16: hue angle of 117.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FEB16 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 235 | 22 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.08 |
| HSL | 117.46º | 0.84% | 0.5% | - |
| HSV(B) | 117.46º | 0.91% | 0.92% | - |
| XYZ | 30.42 | 59.77 | 10.69 | - |
| YUV | 149.72 | 55.91 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 235 | 22 | 0.87 | 0 | 0.91 | 0.08 | 117.46 | 0.84 | 0.5 |
| Hex | 1F | EB | 16 | 57 | 0 | 5B | 8 | 75 | 54 | 32 |
| Octal | 37 | 353 | 26 | 127 | 0 | 133 | 10 | 165 | 124 | 62 |
| Binary | 11111 | 11101011 | 10110 | 1010111 | 0 | 1011011 | 1000 | 1110101 | 1010100 | 110010 |
Color Harmonies of #1FEB16
Complementary color
Monochromatic Colors of #1FEB16
Black with #1FEB16
Text Example
Text Example
White with #1FEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEB16; }
p { color: rgb(31,235,22); }
H1.HeaderClassName
{
color: #1FEB16;
}
.AnyTagClassName
{
color: #1FEB16;
}
</style>
background-color css
<style>
a { background-color: #1FEB16; }
a { background-color: rgb(31,235,22); }
div.DivClassName
{
background-color: #1FEB16;
}
.BgClassName
{
background-color: #1FEB16;
}
</style>
border-color css
<style>
span { border-color: #1FEB16; }
span { border-color: rgb(31,235,22); }
td.TdClassName
{
border-color: #1FEB16;
}
.TagClassName
{
border-color: #1FEB16;
}
</style>