Shades of Free Speech Green #1FFF3C
Tints of Free Speech Green #1FFF3C
RGB
CMYK
RGB Variations
Color information
#1FFF3C (or 0x1FFF3C) is known color: Free Speech Green. HEX triplet: 1F, FF and 3C. RGB value is (31,255,60). Sum of RGB (Red+Green+Blue) = 31+255+60=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFF3C is #E000C3. Grayscale: #A6A6A6. Windows color (decimal): -14680260 or 3997471. OLE color: 3997471.
HSL color Cylindrical-coordinate representation of color #1FFF3C: hue angle of 127.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFF3C is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 60 | - |
| CMYK | 0.88 | 0 | 0.76 | 0 |
| HSL | 127.77º | 1% | 0.56% | - |
| HSV(B) | 127.77º | 0.88% | 1% | - |
| XYZ | 37.14 | 72.14 | 16.24 | - |
| YUV | 165.79 | 68.29 | 31.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 60 | 0.88 | 0 | 0.76 | 0 | 127.77 | 1 | 0.56 |
| Hex | 1F | FF | 3C | 58 | 0 | 4C | 0 | 80 | 64 | 38 |
| Octal | 37 | 377 | 74 | 130 | 0 | 114 | 0 | 200 | 144 | 70 |
| Binary | 11111 | 11111111 | 111100 | 1011000 | 0 | 1001100 | 0 | 10000000 | 1100100 | 111000 |
Color Harmonies of #1FFF3C
Complementary color
Monochromatic Colors of #1FFF3C
Black with #1FFF3C
Text Example
Text Example
White with #1FFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF3C; }
p { color: rgb(31,255,60); }
H1.HeaderClassName
{
color: #1FFF3C;
}
.AnyTagClassName
{
color: #1FFF3C;
}
</style>
background-color css
<style>
a { background-color: #1FFF3C; }
a { background-color: rgb(31,255,60); }
div.DivClassName
{
background-color: #1FFF3C;
}
.BgClassName
{
background-color: #1FFF3C;
}
</style>
border-color css
<style>
span { border-color: #1FFF3C; }
span { border-color: rgb(31,255,60); }
td.TdClassName
{
border-color: #1FFF3C;
}
.TagClassName
{
border-color: #1FFF3C;
}
</style>