Shades of Free Speech Green #1FFE1F
Tints of Free Speech Green #1FFE1F
RGB
CMYK
RGB Variations
Color information
#1FFE1F (or 0x1FFE1F) is known color: Free Speech Green. HEX triplet: 1F, FE and 1F. RGB value is (31,254,31). Sum of RGB (Red+Green+Blue) = 31+254+31=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 254 (99.61% from 255 or 80.38% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFE1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFE1F is #E001E0. Grayscale: #A2A2A2. Windows color (decimal): -14680545 or 2096671. OLE color: 2096671.
HSL color Cylindrical-coordinate representation of color #1FFE1F: hue angle of 120º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFE1F is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 31 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.00 |
| HSL | 120º | 0.99% | 0.56% | - |
| HSV(B) | 120º | 0.88% | 1% | - |
| XYZ | 36.25 | 71.27 | 13.14 | - |
| YUV | 161.9 | 54.12 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 31 | 0.88 | 0 | 0.88 | 0.00 | 120 | 0.99 | 0.56 |
| Hex | 1F | FE | 1F | 58 | 0 | 58 | 0 | 78 | 63 | 38 |
| Octal | 37 | 376 | 37 | 130 | 0 | 130 | 0 | 170 | 143 | 70 |
| Binary | 11111 | 11111110 | 11111 | 1011000 | 0 | 1011000 | 0 | 1111000 | 1100011 | 111000 |
Color Harmonies of #1FFE1F
Complementary color
Monochromatic Colors of #1FFE1F
Black with #1FFE1F
Text Example
Text Example
White with #1FFE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFE1F; }
p { color: rgb(31,254,31); }
H1.HeaderClassName
{
color: #1FFE1F;
}
.AnyTagClassName
{
color: #1FFE1F;
}
</style>
background-color css
<style>
a { background-color: #1FFE1F; }
a { background-color: rgb(31,254,31); }
div.DivClassName
{
background-color: #1FFE1F;
}
.BgClassName
{
background-color: #1FFE1F;
}
</style>
border-color css
<style>
span { border-color: #1FFE1F; }
span { border-color: rgb(31,254,31); }
td.TdClassName
{
border-color: #1FFE1F;
}
.TagClassName
{
border-color: #1FFE1F;
}
</style>