Shades of Free Speech Green #1FF101
Tints of Free Speech Green #1FF101
RGB
CMYK
RGB Variations
Color information
#1FF101 (or 0x1FF101) is known color: Free Speech Green. HEX triplet: 1F, F1 and 01. RGB value is (31,241,1). Sum of RGB (Red+Green+Blue) = 31+241+1=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 241 (94.53% from 255 or 88.28% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF101 is #E00EFE. Grayscale: #979797. Windows color (decimal): -14683903 or 127263. OLE color: 127263.
HSL color Cylindrical-coordinate representation of color #1FF101: hue angle of 112.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FF101 is Cyan = 0.87, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 241 | 1 | - |
| CMYK | 0.87 | 0 | 1.00 | 0.05 |
| HSL | 112.5º | 0.99% | 0.47% | - |
| HSV(B) | 112.5º | 1% | 0.95% | - |
| XYZ | 32.03 | 63.2 | 10.54 | - |
| YUV | 150.85 | 43.43 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 241 | 1 | 0.87 | 0 | 1.00 | 0.05 | 112.5 | 0.99 | 0.47 |
| Hex | 1F | F1 | 1 | 57 | 0 | 64 | 5 | 70 | 63 | 2F |
| Octal | 37 | 361 | 1 | 127 | 0 | 144 | 5 | 160 | 143 | 57 |
| Binary | 11111 | 11110001 | 1 | 1010111 | 0 | 1100100 | 101 | 1110000 | 1100011 | 101111 |
Color Harmonies of #1FF101
Complementary color
Monochromatic Colors of #1FF101
Black with #1FF101
Text Example
Text Example
White with #1FF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF101; }
p { color: rgb(31,241,1); }
H1.HeaderClassName
{
color: #1FF101;
}
.AnyTagClassName
{
color: #1FF101;
}
</style>
background-color css
<style>
a { background-color: #1FF101; }
a { background-color: rgb(31,241,1); }
div.DivClassName
{
background-color: #1FF101;
}
.BgClassName
{
background-color: #1FF101;
}
</style>
border-color css
<style>
span { border-color: #1FF101; }
span { border-color: rgb(31,241,1); }
td.TdClassName
{
border-color: #1FF101;
}
.TagClassName
{
border-color: #1FF101;
}
</style>