Shades of Free Speech Green #1FFF05
Tints of Free Speech Green #1FFF05
RGB
CMYK
RGB Variations
Color information
#1FFF05 (or 0x1FFF05) is known color: Free Speech Green. HEX triplet: 1F, FF and 05. RGB value is (31,255,5). Sum of RGB (Red+Green+Blue) = 31+255+5=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 255 (100% from 255 or 87.63% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFF05 is #E000FA. Grayscale: #A0A0A0. Windows color (decimal): -14680315 or 392991. OLE color: 392991.
HSL color Cylindrical-coordinate representation of color #1FFF05: hue angle of 113.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FFF05 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0 |
| HSL | 113.76º | 1% | 0.51% | - |
| HSV(B) | 113.76º | 0.98% | 1% | - |
| XYZ | 36.35 | 71.82 | 12.09 | - |
| YUV | 159.52 | 40.79 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 5 | 0.88 | 0 | 0.98 | 0 | 113.76 | 1 | 0.51 |
| Hex | 1F | FF | 5 | 58 | 0 | 62 | 0 | 72 | 64 | 33 |
| Octal | 37 | 377 | 5 | 130 | 0 | 142 | 0 | 162 | 144 | 63 |
| Binary | 11111 | 11111111 | 101 | 1011000 | 0 | 1100010 | 0 | 1110010 | 1100100 | 110011 |
Color Harmonies of #1FFF05
Complementary color
Monochromatic Colors of #1FFF05
Black with #1FFF05
Text Example
Text Example
White with #1FFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF05; }
p { color: rgb(31,255,5); }
H1.HeaderClassName
{
color: #1FFF05;
}
.AnyTagClassName
{
color: #1FFF05;
}
</style>
background-color css
<style>
a { background-color: #1FFF05; }
a { background-color: rgb(31,255,5); }
div.DivClassName
{
background-color: #1FFF05;
}
.BgClassName
{
background-color: #1FFF05;
}
</style>
border-color css
<style>
span { border-color: #1FFF05; }
span { border-color: rgb(31,255,5); }
td.TdClassName
{
border-color: #1FFF05;
}
.TagClassName
{
border-color: #1FFF05;
}
</style>