Shades of Free Speech Green #1FFC01
Tints of Free Speech Green #1FFC01
RGB
CMYK
RGB Variations
Color information
#1FFC01 (or 0x1FFC01) is known color: Free Speech Green. HEX triplet: 1F, FC and 01. RGB value is (31,252,1). Sum of RGB (Red+Green+Blue) = 31+252+1=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 252 (98.83% from 255 or 88.73% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFC01 is #E003FE. Grayscale: #9E9E9E. Windows color (decimal): -14681087 or 130079. OLE color: 130079.
HSL color Cylindrical-coordinate representation of color #1FFC01: hue angle of 112.83º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FFC01 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 1 | - |
| CMYK | 0.88 | 0 | 1.00 | 0.01 |
| HSL | 112.83º | 0.99% | 0.5% | - |
| HSV(B) | 112.83º | 1% | 0.99% | - |
| XYZ | 35.38 | 69.91 | 11.66 | - |
| YUV | 157.31 | 39.78 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 1 | 0.88 | 0 | 1.00 | 0.01 | 112.83 | 0.99 | 0.5 |
| Hex | 1F | FC | 1 | 58 | 0 | 64 | 1 | 71 | 63 | 32 |
| Octal | 37 | 374 | 1 | 130 | 0 | 144 | 1 | 161 | 143 | 62 |
| Binary | 11111 | 11111100 | 1 | 1011000 | 0 | 1100100 | 1 | 1110001 | 1100011 | 110010 |
Color Harmonies of #1FFC01
Complementary color
Monochromatic Colors of #1FFC01
Black with #1FFC01
Text Example
Text Example
White with #1FFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC01; }
p { color: rgb(31,252,1); }
H1.HeaderClassName
{
color: #1FFC01;
}
.AnyTagClassName
{
color: #1FFC01;
}
</style>
background-color css
<style>
a { background-color: #1FFC01; }
a { background-color: rgb(31,252,1); }
div.DivClassName
{
background-color: #1FFC01;
}
.BgClassName
{
background-color: #1FFC01;
}
</style>
border-color css
<style>
span { border-color: #1FFC01; }
span { border-color: rgb(31,252,1); }
td.TdClassName
{
border-color: #1FFC01;
}
.TagClassName
{
border-color: #1FFC01;
}
</style>