Shades of Free Speech Green #1FE414
Tints of Free Speech Green #1FE414
RGB
CMYK
RGB Variations
Color information
#1FE414 (or 0x1FE414) is known color: Free Speech Green. HEX triplet: 1F, E4 and 14. RGB value is (31,228,20). Sum of RGB (Red+Green+Blue) = 31+228+20=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 228 (89.45% from 255 or 81.72% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE414 is #E01BEB. Grayscale: #929292. Windows color (decimal): -14687212 or 1369119. OLE color: 1369119.
HSL color Cylindrical-coordinate representation of color #1FE414: hue angle of 116.83º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FE414 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 20 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.11 |
| HSL | 116.83º | 0.84% | 0.49% | - |
| HSV(B) | 116.83º | 0.91% | 0.89% | - |
| XYZ | 28.43 | 55.83 | 9.94 | - |
| YUV | 145.39 | 57.23 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 20 | 0.86 | 0 | 0.91 | 0.11 | 116.83 | 0.84 | 0.49 |
| Hex | 1F | E4 | 14 | 56 | 0 | 5B | B | 75 | 54 | 31 |
| Octal | 37 | 344 | 24 | 126 | 0 | 133 | 13 | 165 | 124 | 61 |
| Binary | 11111 | 11100100 | 10100 | 1010110 | 0 | 1011011 | 1011 | 1110101 | 1010100 | 110001 |
Color Harmonies of #1FE414
Complementary color
Monochromatic Colors of #1FE414
Black with #1FE414
Text Example
Text Example
White with #1FE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE414; }
p { color: rgb(31,228,20); }
H1.HeaderClassName
{
color: #1FE414;
}
.AnyTagClassName
{
color: #1FE414;
}
</style>
background-color css
<style>
a { background-color: #1FE414; }
a { background-color: rgb(31,228,20); }
div.DivClassName
{
background-color: #1FE414;
}
.BgClassName
{
background-color: #1FE414;
}
</style>
border-color css
<style>
span { border-color: #1FE414; }
span { border-color: rgb(31,228,20); }
td.TdClassName
{
border-color: #1FE414;
}
.TagClassName
{
border-color: #1FE414;
}
</style>