Shades of Free Speech Green #1FFE00
Tints of Free Speech Green #1FFE00
RGB
CMYK
RGB Variations
Color information
#1FFE00 (or 0x1FFE00) is known color: Free Speech Green. HEX triplet: 1F, FE and 00. RGB value is (31,254,0). Sum of RGB (Red+Green+Blue) = 31+254+0=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 254 (99.61% from 255 or 89.12% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFE00 is #E001FF. Grayscale: #9F9F9F. Windows color (decimal): -14680576 or 65055. OLE color: 65055.
HSL color Cylindrical-coordinate representation of color #1FFE00: hue angle of 112.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FFE00 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.00 |
| HSL | 112.68º | 1% | 0.5% | - |
| HSV(B) | 112.68º | 1% | 1% | - |
| XYZ | 36.01 | 71.17 | 11.84 | - |
| YUV | 158.37 | 38.62 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 0 | 0.88 | 0 | 1 | 0.00 | 112.68 | 1 | 0.5 |
| Hex | 1F | FE | 0 | 58 | 0 | 64 | 0 | 71 | 64 | 32 |
| Octal | 37 | 376 | 0 | 130 | 0 | 144 | 0 | 161 | 144 | 62 |
| Binary | 11111 | 11111110 | 0 | 1011000 | 0 | 1100100 | 0 | 1110001 | 1100100 | 110010 |
Color Harmonies of #1FFE00
Complementary color
Monochromatic Colors of #1FFE00
Black with #1FFE00
Text Example
Text Example
White with #1FFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFE00; }
p { color: rgb(31,254,0); }
H1.HeaderClassName
{
color: #1FFE00;
}
.AnyTagClassName
{
color: #1FFE00;
}
</style>
background-color css
<style>
a { background-color: #1FFE00; }
a { background-color: rgb(31,254,0); }
div.DivClassName
{
background-color: #1FFE00;
}
.BgClassName
{
background-color: #1FFE00;
}
</style>
border-color css
<style>
span { border-color: #1FFE00; }
span { border-color: rgb(31,254,0); }
td.TdClassName
{
border-color: #1FFE00;
}
.TagClassName
{
border-color: #1FFE00;
}
</style>