Shades of Free Speech Green #1FF020
Tints of Free Speech Green #1FF020
RGB
CMYK
RGB Variations
Color information
#1FF020 (or 0x1FF020) is known color: Free Speech Green. HEX triplet: 1F, F0 and 20. RGB value is (31,240,32). Sum of RGB (Red+Green+Blue) = 31+240+32=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 240 (94.14% from 255 or 79.21% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF020 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF020 is #E00FDF. Grayscale: #9A9A9A. Windows color (decimal): -14684128 or 2158623. OLE color: 2158623.
HSL color Cylindrical-coordinate representation of color #1FF020: hue angle of 120.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF020 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 240 | 32 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.06 |
| HSL | 120.29º | 0.87% | 0.53% | - |
| HSV(B) | 120.29º | 0.87% | 0.94% | - |
| XYZ | 31.99 | 62.72 | 11.79 | - |
| YUV | 153.8 | 59.26 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 240 | 32 | 0.87 | 0 | 0.87 | 0.06 | 120.29 | 0.87 | 0.53 |
| Hex | 1F | F0 | 20 | 57 | 0 | 57 | 6 | 78 | 57 | 35 |
| Octal | 37 | 360 | 40 | 127 | 0 | 127 | 6 | 170 | 127 | 65 |
| Binary | 11111 | 11110000 | 100000 | 1010111 | 0 | 1010111 | 110 | 1111000 | 1010111 | 110101 |
Color Harmonies of #1FF020
Complementary color
Monochromatic Colors of #1FF020
Black with #1FF020
Text Example
Text Example
White with #1FF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF020; }
p { color: rgb(31,240,32); }
H1.HeaderClassName
{
color: #1FF020;
}
.AnyTagClassName
{
color: #1FF020;
}
</style>
background-color css
<style>
a { background-color: #1FF020; }
a { background-color: rgb(31,240,32); }
div.DivClassName
{
background-color: #1FF020;
}
.BgClassName
{
background-color: #1FF020;
}
</style>
border-color css
<style>
span { border-color: #1FF020; }
span { border-color: rgb(31,240,32); }
td.TdClassName
{
border-color: #1FF020;
}
.TagClassName
{
border-color: #1FF020;
}
</style>