Shades of Free Speech Green #1FE112
Tints of Free Speech Green #1FE112
RGB
CMYK
RGB Variations
Color information
#1FE112 (or 0x1FE112) is known color: Free Speech Green. HEX triplet: 1F, E1 and 12. RGB value is (31,225,18). Sum of RGB (Red+Green+Blue) = 31+225+18=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 225 (88.28% from 255 or 82.12% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE112 is #E01EED. Grayscale: #909090. Windows color (decimal): -14687982 or 1237279. OLE color: 1237279.
HSL color Cylindrical-coordinate representation of color #1FE112: hue angle of 116.23º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FE112 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 18 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.12 |
| HSL | 116.23º | 0.85% | 0.48% | - |
| HSV(B) | 116.23º | 0.92% | 0.88% | - |
| XYZ | 27.6 | 54.19 | 9.58 | - |
| YUV | 143.4 | 57.23 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 18 | 0.86 | 0 | 0.92 | 0.12 | 116.23 | 0.85 | 0.48 |
| Hex | 1F | E1 | 12 | 56 | 0 | 5C | C | 74 | 55 | 30 |
| Octal | 37 | 341 | 22 | 126 | 0 | 134 | 14 | 164 | 125 | 60 |
| Binary | 11111 | 11100001 | 10010 | 1010110 | 0 | 1011100 | 1100 | 1110100 | 1010101 | 110000 |
Color Harmonies of #1FE112
Complementary color
Monochromatic Colors of #1FE112
Black with #1FE112
Text Example
Text Example
White with #1FE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE112; }
p { color: rgb(31,225,18); }
H1.HeaderClassName
{
color: #1FE112;
}
.AnyTagClassName
{
color: #1FE112;
}
</style>
background-color css
<style>
a { background-color: #1FE112; }
a { background-color: rgb(31,225,18); }
div.DivClassName
{
background-color: #1FE112;
}
.BgClassName
{
background-color: #1FE112;
}
</style>
border-color css
<style>
span { border-color: #1FE112; }
span { border-color: rgb(31,225,18); }
td.TdClassName
{
border-color: #1FE112;
}
.TagClassName
{
border-color: #1FE112;
}
</style>