Shades of Free Speech Green #1FE117
Tints of Free Speech Green #1FE117
RGB
CMYK
RGB Variations
Color information
#1FE117 (or 0x1FE117) is known color: Free Speech Green. HEX triplet: 1F, E1 and 17. RGB value is (31,225,23). Sum of RGB (Red+Green+Blue) = 31+225+23=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 225 (88.28% from 255 or 80.65% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE117 is #E01EE8. Grayscale: #909090. Windows color (decimal): -14687977 or 1564959. OLE color: 1564959.
HSL color Cylindrical-coordinate representation of color #1FE117: hue angle of 117.62º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FE117 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 23 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.12 |
| HSL | 117.62º | 0.81% | 0.49% | - |
| HSV(B) | 117.62º | 0.9% | 0.88% | - |
| XYZ | 27.64 | 54.2 | 9.82 | - |
| YUV | 143.97 | 59.73 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 23 | 0.86 | 0 | 0.90 | 0.12 | 117.62 | 0.81 | 0.49 |
| Hex | 1F | E1 | 17 | 56 | 0 | 5A | C | 76 | 51 | 31 |
| Octal | 37 | 341 | 27 | 126 | 0 | 132 | 14 | 166 | 121 | 61 |
| Binary | 11111 | 11100001 | 10111 | 1010110 | 0 | 1011010 | 1100 | 1110110 | 1010001 | 110001 |
Color Harmonies of #1FE117
Complementary color
Monochromatic Colors of #1FE117
Black with #1FE117
Text Example
Text Example
White with #1FE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE117; }
p { color: rgb(31,225,23); }
H1.HeaderClassName
{
color: #1FE117;
}
.AnyTagClassName
{
color: #1FE117;
}
</style>
background-color css
<style>
a { background-color: #1FE117; }
a { background-color: rgb(31,225,23); }
div.DivClassName
{
background-color: #1FE117;
}
.BgClassName
{
background-color: #1FE117;
}
</style>
border-color css
<style>
span { border-color: #1FE117; }
span { border-color: rgb(31,225,23); }
td.TdClassName
{
border-color: #1FE117;
}
.TagClassName
{
border-color: #1FE117;
}
</style>