Shades of Free Speech Green #1FFD01
Tints of Free Speech Green #1FFD01
RGB
CMYK
RGB Variations
Color information
#1FFD01 (or 0x1FFD01) is known color: Free Speech Green. HEX triplet: 1F, FD and 01. RGB value is (31,253,1). Sum of RGB (Red+Green+Blue) = 31+253+1=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 253 (99.22% from 255 or 88.77% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFD01 is #E002FE. Grayscale: #9E9E9E. Windows color (decimal): -14680831 or 130335. OLE color: 130335.
HSL color Cylindrical-coordinate representation of color #1FFD01: hue angle of 112.86º 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 #1FFD01 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 1 | - |
| CMYK | 0.88 | 0 | 1.00 | 0.01 |
| HSL | 112.86º | 0.99% | 0.5% | - |
| HSV(B) | 112.86º | 1% | 0.99% | - |
| XYZ | 35.7 | 70.54 | 11.76 | - |
| YUV | 157.89 | 39.45 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 1 | 0.88 | 0 | 1.00 | 0.01 | 112.86 | 0.99 | 0.5 |
| Hex | 1F | FD | 1 | 58 | 0 | 64 | 1 | 71 | 63 | 32 |
| Octal | 37 | 375 | 1 | 130 | 0 | 144 | 1 | 161 | 143 | 62 |
| Binary | 11111 | 11111101 | 1 | 1011000 | 0 | 1100100 | 1 | 1110001 | 1100011 | 110010 |
Color Harmonies of #1FFD01
Complementary color
Monochromatic Colors of #1FFD01
Black with #1FFD01
Text Example
Text Example
White with #1FFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFD01; }
p { color: rgb(31,253,1); }
H1.HeaderClassName
{
color: #1FFD01;
}
.AnyTagClassName
{
color: #1FFD01;
}
</style>
background-color css
<style>
a { background-color: #1FFD01; }
a { background-color: rgb(31,253,1); }
div.DivClassName
{
background-color: #1FFD01;
}
.BgClassName
{
background-color: #1FFD01;
}
</style>
border-color css
<style>
span { border-color: #1FFD01; }
span { border-color: rgb(31,253,1); }
td.TdClassName
{
border-color: #1FFD01;
}
.TagClassName
{
border-color: #1FFD01;
}
</style>