Shades of Free Speech Green #1FFE2E
Tints of Free Speech Green #1FFE2E
RGB
CMYK
RGB Variations
Color information
#1FFE2E (or 0x1FFE2E) is known color: Free Speech Green. HEX triplet: 1F, FE and 2E. RGB value is (31,254,46). Sum of RGB (Red+Green+Blue) = 31+254+46=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 254 (99.61% from 255 or 76.74% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFE2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFE2E is #E001D1. Grayscale: #A4A4A4. Windows color (decimal): -14680530 or 3079711. OLE color: 3079711.
HSL color Cylindrical-coordinate representation of color #1FFE2E: hue angle of 124.04º 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 #1FFE2E is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 46 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.00 |
| HSL | 124.04º | 0.99% | 0.56% | - |
| HSV(B) | 124.04º | 0.88% | 1% | - |
| XYZ | 36.5 | 71.37 | 14.44 | - |
| YUV | 163.61 | 61.62 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 46 | 0.88 | 0 | 0.82 | 0.00 | 124.04 | 0.99 | 0.56 |
| Hex | 1F | FE | 2E | 58 | 0 | 52 | 0 | 7C | 63 | 38 |
| Octal | 37 | 376 | 56 | 130 | 0 | 122 | 0 | 174 | 143 | 70 |
| Binary | 11111 | 11111110 | 101110 | 1011000 | 0 | 1010010 | 0 | 1111100 | 1100011 | 111000 |
Color Harmonies of #1FFE2E
Complementary color
Monochromatic Colors of #1FFE2E
Black with #1FFE2E
Text Example
Text Example
White with #1FFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFE2E; }
p { color: rgb(31,254,46); }
H1.HeaderClassName
{
color: #1FFE2E;
}
.AnyTagClassName
{
color: #1FFE2E;
}
</style>
background-color css
<style>
a { background-color: #1FFE2E; }
a { background-color: rgb(31,254,46); }
div.DivClassName
{
background-color: #1FFE2E;
}
.BgClassName
{
background-color: #1FFE2E;
}
</style>
border-color css
<style>
span { border-color: #1FFE2E; }
span { border-color: rgb(31,254,46); }
td.TdClassName
{
border-color: #1FFE2E;
}
.TagClassName
{
border-color: #1FFE2E;
}
</style>