Shades of Free Speech Green #1FFE3A
Tints of Free Speech Green #1FFE3A
RGB
CMYK
RGB Variations
Color information
#1FFE3A (or 0x1FFE3A) is known color: Free Speech Green. HEX triplet: 1F, FE and 3A. RGB value is (31,254,58). Sum of RGB (Red+Green+Blue) = 31+254+58=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 254 (99.61% from 255 or 74.05% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFE3A is #E001C5. Grayscale: #A5A5A5. Windows color (decimal): -14680518 or 3866143. OLE color: 3866143.
HSL color Cylindrical-coordinate representation of color #1FFE3A: hue angle of 127.26º 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 #1FFE3A is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 58 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.00 |
| HSL | 127.26º | 0.99% | 0.56% | - |
| HSV(B) | 127.26º | 0.88% | 1% | - |
| XYZ | 36.77 | 71.48 | 15.86 | - |
| YUV | 164.98 | 67.62 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 58 | 0.88 | 0 | 0.77 | 0.00 | 127.26 | 0.99 | 0.56 |
| Hex | 1F | FE | 3A | 58 | 0 | 4D | 0 | 7F | 63 | 38 |
| Octal | 37 | 376 | 72 | 130 | 0 | 115 | 0 | 177 | 143 | 70 |
| Binary | 11111 | 11111110 | 111010 | 1011000 | 0 | 1001101 | 0 | 1111111 | 1100011 | 111000 |
Color Harmonies of #1FFE3A
Complementary color
Monochromatic Colors of #1FFE3A
Black with #1FFE3A
Text Example
Text Example
White with #1FFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFE3A; }
p { color: rgb(31,254,58); }
H1.HeaderClassName
{
color: #1FFE3A;
}
.AnyTagClassName
{
color: #1FFE3A;
}
</style>
background-color css
<style>
a { background-color: #1FFE3A; }
a { background-color: rgb(31,254,58); }
div.DivClassName
{
background-color: #1FFE3A;
}
.BgClassName
{
background-color: #1FFE3A;
}
</style>
border-color css
<style>
span { border-color: #1FFE3A; }
span { border-color: rgb(31,254,58); }
td.TdClassName
{
border-color: #1FFE3A;
}
.TagClassName
{
border-color: #1FFE3A;
}
</style>