Shades of Free Speech Green #1FFF03
Tints of Free Speech Green #1FFF03
RGB
CMYK
RGB Variations
Color information
#1FFF03 (or 0x1FFF03) is known color: Free Speech Green. HEX triplet: 1F, FF and 03. RGB value is (31,255,3). Sum of RGB (Red+Green+Blue) = 31+255+3=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 255 (100% from 255 or 88.24% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFF03 is #E000FC. Grayscale: #A0A0A0. Windows color (decimal): -14680317 or 261919. OLE color: 261919.
HSL color Cylindrical-coordinate representation of color #1FFF03: hue angle of 113.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FFF03 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 3 | - |
| CMYK | 0.88 | 0 | 0.99 | 0 |
| HSL | 113.33º | 1% | 0.51% | - |
| HSV(B) | 113.33º | 0.99% | 1% | - |
| XYZ | 36.34 | 71.82 | 12.03 | - |
| YUV | 159.3 | 39.79 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 3 | 0.88 | 0 | 0.99 | 0 | 113.33 | 1 | 0.51 |
| Hex | 1F | FF | 3 | 58 | 0 | 63 | 0 | 71 | 64 | 33 |
| Octal | 37 | 377 | 3 | 130 | 0 | 143 | 0 | 161 | 144 | 63 |
| Binary | 11111 | 11111111 | 11 | 1011000 | 0 | 1100011 | 0 | 1110001 | 1100100 | 110011 |
Color Harmonies of #1FFF03
Complementary color
Monochromatic Colors of #1FFF03
Black with #1FFF03
Text Example
Text Example
White with #1FFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF03; }
p { color: rgb(31,255,3); }
H1.HeaderClassName
{
color: #1FFF03;
}
.AnyTagClassName
{
color: #1FFF03;
}
</style>
background-color css
<style>
a { background-color: #1FFF03; }
a { background-color: rgb(31,255,3); }
div.DivClassName
{
background-color: #1FFF03;
}
.BgClassName
{
background-color: #1FFF03;
}
</style>
border-color css
<style>
span { border-color: #1FFF03; }
span { border-color: rgb(31,255,3); }
td.TdClassName
{
border-color: #1FFF03;
}
.TagClassName
{
border-color: #1FFF03;
}
</style>