Shades of Free Speech Green #1FF210
Tints of Free Speech Green #1FF210
RGB
CMYK
RGB Variations
Color information
#1FF210 (or 0x1FF210) is known color: Free Speech Green. HEX triplet: 1F, F2 and 10. RGB value is (31,242,16). Sum of RGB (Red+Green+Blue) = 31+242+16=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 242 (94.92% from 255 or 83.74% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF210 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF210 is #E00DEF. Grayscale: #999999. Windows color (decimal): -14683632 or 1110559. OLE color: 1110559.
HSL color Cylindrical-coordinate representation of color #1FF210: hue angle of 116.02º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FF210 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 16 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.05 |
| HSL | 116.02º | 0.9% | 0.51% | - |
| HSV(B) | 116.02º | 0.93% | 0.95% | - |
| XYZ | 32.41 | 63.83 | 11.1 | - |
| YUV | 153.15 | 50.6 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 16 | 0.87 | 0 | 0.93 | 0.05 | 116.02 | 0.9 | 0.51 |
| Hex | 1F | F2 | 10 | 57 | 0 | 5D | 5 | 74 | 5A | 33 |
| Octal | 37 | 362 | 20 | 127 | 0 | 135 | 5 | 164 | 132 | 63 |
| Binary | 11111 | 11110010 | 10000 | 1010111 | 0 | 1011101 | 101 | 1110100 | 1011010 | 110011 |
Color Harmonies of #1FF210
Complementary color
Monochromatic Colors of #1FF210
Black with #1FF210
Text Example
Text Example
White with #1FF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF210; }
p { color: rgb(31,242,16); }
H1.HeaderClassName
{
color: #1FF210;
}
.AnyTagClassName
{
color: #1FF210;
}
</style>
background-color css
<style>
a { background-color: #1FF210; }
a { background-color: rgb(31,242,16); }
div.DivClassName
{
background-color: #1FF210;
}
.BgClassName
{
background-color: #1FF210;
}
</style>
border-color css
<style>
span { border-color: #1FF210; }
span { border-color: rgb(31,242,16); }
td.TdClassName
{
border-color: #1FF210;
}
.TagClassName
{
border-color: #1FF210;
}
</style>