Shades of Free Speech Green #1FF701
Tints of Free Speech Green #1FF701
RGB
CMYK
RGB Variations
Color information
#1FF701 (or 0x1FF701) is known color: Free Speech Green. HEX triplet: 1F, F7 and 01. RGB value is (31,247,1). Sum of RGB (Red+Green+Blue) = 31+247+1=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 247 (96.88% from 255 or 88.53% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 247 - color contains mainly: green. Hex color #1FF701 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF701 is #E008FE. Grayscale: #9B9B9B. Windows color (decimal): -14682367 or 128799. OLE color: 128799.
HSL color Cylindrical-coordinate representation of color #1FF701: hue angle of 112.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FF701 is Cyan = 0.87, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 247 | 1 | - |
| CMYK | 0.87 | 0 | 1.00 | 0.03 |
| HSL | 112.68º | 0.99% | 0.49% | - |
| HSV(B) | 112.68º | 1% | 0.97% | - |
| XYZ | 33.83 | 66.82 | 11.14 | - |
| YUV | 154.37 | 41.44 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 247 | 1 | 0.87 | 0 | 1.00 | 0.03 | 112.68 | 0.99 | 0.49 |
| Hex | 1F | F7 | 1 | 57 | 0 | 64 | 3 | 71 | 63 | 31 |
| Octal | 37 | 367 | 1 | 127 | 0 | 144 | 3 | 161 | 143 | 61 |
| Binary | 11111 | 11110111 | 1 | 1010111 | 0 | 1100100 | 11 | 1110001 | 1100011 | 110001 |
Color Harmonies of #1FF701
Complementary color
Monochromatic Colors of #1FF701
Black with #1FF701
Text Example
Text Example
White with #1FF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF701; }
p { color: rgb(31,247,1); }
H1.HeaderClassName
{
color: #1FF701;
}
.AnyTagClassName
{
color: #1FF701;
}
</style>
background-color css
<style>
a { background-color: #1FF701; }
a { background-color: rgb(31,247,1); }
div.DivClassName
{
background-color: #1FF701;
}
.BgClassName
{
background-color: #1FF701;
}
</style>
border-color css
<style>
span { border-color: #1FF701; }
span { border-color: rgb(31,247,1); }
td.TdClassName
{
border-color: #1FF701;
}
.TagClassName
{
border-color: #1FF701;
}
</style>