Shades of Free Speech Green #1FDA11
Tints of Free Speech Green #1FDA11
RGB
CMYK
RGB Variations
Color information
#1FDA11 (or 0x1FDA11) is known color: Free Speech Green. HEX triplet: 1F, DA and 11. RGB value is (31,218,17). Sum of RGB (Red+Green+Blue) = 31+218+17=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 218 (85.55% from 255 or 81.95% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDA11 is #E025EE. Grayscale: #8B8B8B. Windows color (decimal): -14689775 or 1169951. OLE color: 1169951.
HSL color Cylindrical-coordinate representation of color #1FDA11: hue angle of 115.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FDA11 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 17 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.15 |
| HSL | 115.82º | 0.86% | 0.46% | - |
| HSV(B) | 115.82º | 0.92% | 0.85% | - |
| XYZ | 25.74 | 50.47 | 8.92 | - |
| YUV | 139.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 17 | 0.86 | 0 | 0.92 | 0.15 | 115.82 | 0.86 | 0.46 |
| Hex | 1F | DA | 11 | 56 | 0 | 5C | F | 74 | 56 | 2E |
| Octal | 37 | 332 | 21 | 126 | 0 | 134 | 17 | 164 | 126 | 56 |
| Binary | 11111 | 11011010 | 10001 | 1010110 | 0 | 1011100 | 1111 | 1110100 | 1010110 | 101110 |
Color Harmonies of #1FDA11
Complementary color
Monochromatic Colors of #1FDA11
Black with #1FDA11
Text Example
Text Example
White with #1FDA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA11; }
p { color: rgb(31,218,17); }
H1.HeaderClassName
{
color: #1FDA11;
}
.AnyTagClassName
{
color: #1FDA11;
}
</style>
background-color css
<style>
a { background-color: #1FDA11; }
a { background-color: rgb(31,218,17); }
div.DivClassName
{
background-color: #1FDA11;
}
.BgClassName
{
background-color: #1FDA11;
}
</style>
border-color css
<style>
span { border-color: #1FDA11; }
span { border-color: rgb(31,218,17); }
td.TdClassName
{
border-color: #1FDA11;
}
.TagClassName
{
border-color: #1FDA11;
}
</style>