Shades of Free Speech Green #1FFF06
Tints of Free Speech Green #1FFF06
RGB
CMYK
RGB Variations
Color information
#1FFF06 (or 0x1FFF06) is known color: Free Speech Green. HEX triplet: 1F, FF and 06. RGB value is (31,255,6). Sum of RGB (Red+Green+Blue) = 31+255+6=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 255 (100% from 255 or 87.33% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFF06 is #E000F9. Grayscale: #A0A0A0. Windows color (decimal): -14680314 or 458527. OLE color: 458527.
HSL color Cylindrical-coordinate representation of color #1FFF06: hue angle of 113.98º 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 #1FFF06 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 6 | - |
| CMYK | 0.88 | 0 | 0.98 | 0 |
| HSL | 113.98º | 1% | 0.51% | - |
| HSV(B) | 113.98º | 0.98% | 1% | - |
| XYZ | 36.36 | 71.82 | 12.12 | - |
| YUV | 159.64 | 41.29 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 6 | 0.88 | 0 | 0.98 | 0 | 113.98 | 1 | 0.51 |
| Hex | 1F | FF | 6 | 58 | 0 | 62 | 0 | 72 | 64 | 33 |
| Octal | 37 | 377 | 6 | 130 | 0 | 142 | 0 | 162 | 144 | 63 |
| Binary | 11111 | 11111111 | 110 | 1011000 | 0 | 1100010 | 0 | 1110010 | 1100100 | 110011 |
Color Harmonies of #1FFF06
Complementary color
Monochromatic Colors of #1FFF06
Black with #1FFF06
Text Example
Text Example
White with #1FFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF06; }
p { color: rgb(31,255,6); }
H1.HeaderClassName
{
color: #1FFF06;
}
.AnyTagClassName
{
color: #1FFF06;
}
</style>
background-color css
<style>
a { background-color: #1FFF06; }
a { background-color: rgb(31,255,6); }
div.DivClassName
{
background-color: #1FFF06;
}
.BgClassName
{
background-color: #1FFF06;
}
</style>
border-color css
<style>
span { border-color: #1FFF06; }
span { border-color: rgb(31,255,6); }
td.TdClassName
{
border-color: #1FFF06;
}
.TagClassName
{
border-color: #1FFF06;
}
</style>