Shades of Free Speech Green #1FE814
Tints of Free Speech Green #1FE814
RGB
CMYK
RGB Variations
Color information
#1FE814 (or 0x1FE814) is known color: Free Speech Green. HEX triplet: 1F, E8 and 14. RGB value is (31,232,20). Sum of RGB (Red+Green+Blue) = 31+232+20=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 232 (91.02% from 255 or 81.98% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 232 - color contains mainly: green. Hex color #1FE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE814 is #E017EB. Grayscale: #949494. Windows color (decimal): -14686188 or 1370143. OLE color: 1370143.
HSL color Cylindrical-coordinate representation of color #1FE814: hue angle of 116.89º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FE814 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 232 | 20 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.09 |
| HSL | 116.89º | 0.84% | 0.49% | - |
| HSV(B) | 116.89º | 0.91% | 0.91% | - |
| XYZ | 29.55 | 58.06 | 10.31 | - |
| YUV | 147.73 | 55.91 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 232 | 20 | 0.87 | 0 | 0.91 | 0.09 | 116.89 | 0.84 | 0.49 |
| Hex | 1F | E8 | 14 | 57 | 0 | 5B | 9 | 75 | 54 | 31 |
| Octal | 37 | 350 | 24 | 127 | 0 | 133 | 11 | 165 | 124 | 61 |
| Binary | 11111 | 11101000 | 10100 | 1010111 | 0 | 1011011 | 1001 | 1110101 | 1010100 | 110001 |
Color Harmonies of #1FE814
Complementary color
Monochromatic Colors of #1FE814
Black with #1FE814
Text Example
Text Example
White with #1FE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE814; }
p { color: rgb(31,232,20); }
H1.HeaderClassName
{
color: #1FE814;
}
.AnyTagClassName
{
color: #1FE814;
}
</style>
background-color css
<style>
a { background-color: #1FE814; }
a { background-color: rgb(31,232,20); }
div.DivClassName
{
background-color: #1FE814;
}
.BgClassName
{
background-color: #1FE814;
}
</style>
border-color css
<style>
span { border-color: #1FE814; }
span { border-color: rgb(31,232,20); }
td.TdClassName
{
border-color: #1FE814;
}
.TagClassName
{
border-color: #1FE814;
}
</style>