Shades of Free Speech Green #1FE620
Tints of Free Speech Green #1FE620
RGB
CMYK
RGB Variations
Color information
#1FE620 (or 0x1FE620) is known color: Free Speech Green. HEX triplet: 1F, E6 and 20. RGB value is (31,230,32). Sum of RGB (Red+Green+Blue) = 31+230+32=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 230 (90.23% from 255 or 78.50% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE620 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE620 is #E019DF. Grayscale: #949494. Windows color (decimal): -14686688 or 2156063. OLE color: 2156063.
HSL color Cylindrical-coordinate representation of color #1FE620: hue angle of 120.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE620 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 32 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.10 |
| HSL | 120.3º | 0.8% | 0.51% | - |
| HSV(B) | 120.3º | 0.87% | 0.9% | - |
| XYZ | 29.12 | 56.99 | 10.83 | - |
| YUV | 147.93 | 62.57 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 32 | 0.87 | 0 | 0.86 | 0.10 | 120.3 | 0.8 | 0.51 |
| Hex | 1F | E6 | 20 | 57 | 0 | 56 | A | 78 | 50 | 33 |
| Octal | 37 | 346 | 40 | 127 | 0 | 126 | 12 | 170 | 120 | 63 |
| Binary | 11111 | 11100110 | 100000 | 1010111 | 0 | 1010110 | 1010 | 1111000 | 1010000 | 110011 |
Color Harmonies of #1FE620
Complementary color
Monochromatic Colors of #1FE620
Black with #1FE620
Text Example
Text Example
White with #1FE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE620; }
p { color: rgb(31,230,32); }
H1.HeaderClassName
{
color: #1FE620;
}
.AnyTagClassName
{
color: #1FE620;
}
</style>
background-color css
<style>
a { background-color: #1FE620; }
a { background-color: rgb(31,230,32); }
div.DivClassName
{
background-color: #1FE620;
}
.BgClassName
{
background-color: #1FE620;
}
</style>
border-color css
<style>
span { border-color: #1FE620; }
span { border-color: rgb(31,230,32); }
td.TdClassName
{
border-color: #1FE620;
}
.TagClassName
{
border-color: #1FE620;
}
</style>