Shades of Free Speech Green #1FDC11
Tints of Free Speech Green #1FDC11
RGB
CMYK
RGB Variations
Color information
#1FDC11 (or 0x1FDC11) is known color: Free Speech Green. HEX triplet: 1F, DC and 11. RGB value is (31,220,17). Sum of RGB (Red+Green+Blue) = 31+220+17=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 220 (86.33% from 255 or 82.09% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDC11 is #E023EE. Grayscale: #8C8C8C. Windows color (decimal): -14689263 or 1170463. OLE color: 1170463.
HSL color Cylindrical-coordinate representation of color #1FDC11: hue angle of 115.86º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FDC11 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 17 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.14 |
| HSL | 115.86º | 0.86% | 0.46% | - |
| HSV(B) | 115.86º | 0.92% | 0.86% | - |
| XYZ | 26.26 | 51.52 | 9.09 | - |
| YUV | 140.35 | 58.38 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 17 | 0.86 | 0 | 0.92 | 0.14 | 115.86 | 0.86 | 0.46 |
| Hex | 1F | DC | 11 | 56 | 0 | 5C | E | 74 | 56 | 2E |
| Octal | 37 | 334 | 21 | 126 | 0 | 134 | 16 | 164 | 126 | 56 |
| Binary | 11111 | 11011100 | 10001 | 1010110 | 0 | 1011100 | 1110 | 1110100 | 1010110 | 101110 |
Color Harmonies of #1FDC11
Complementary color
Monochromatic Colors of #1FDC11
Black with #1FDC11
Text Example
Text Example
White with #1FDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC11; }
p { color: rgb(31,220,17); }
H1.HeaderClassName
{
color: #1FDC11;
}
.AnyTagClassName
{
color: #1FDC11;
}
</style>
background-color css
<style>
a { background-color: #1FDC11; }
a { background-color: rgb(31,220,17); }
div.DivClassName
{
background-color: #1FDC11;
}
.BgClassName
{
background-color: #1FDC11;
}
</style>
border-color css
<style>
span { border-color: #1FDC11; }
span { border-color: rgb(31,220,17); }
td.TdClassName
{
border-color: #1FDC11;
}
.TagClassName
{
border-color: #1FDC11;
}
</style>