Shades of Free Speech Green #1FFE2F
Tints of Free Speech Green #1FFE2F
RGB
CMYK
RGB Variations
Color information
#1FFE2F (or 0x1FFE2F) is known color: Free Speech Green. HEX triplet: 1F, FE and 2F. RGB value is (31,254,47). Sum of RGB (Red+Green+Blue) = 31+254+47=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 254 (99.61% from 255 or 76.51% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFE2F is #E001D0. Grayscale: #A4A4A4. Windows color (decimal): -14680529 or 3145247. OLE color: 3145247.
HSL color Cylindrical-coordinate representation of color #1FFE2F: hue angle of 124.3º 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 #1FFE2F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 47 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.00 |
| HSL | 124.3º | 0.99% | 0.56% | - |
| HSV(B) | 124.3º | 0.88% | 1% | - |
| XYZ | 36.52 | 71.38 | 14.54 | - |
| YUV | 163.73 | 62.12 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 47 | 0.88 | 0 | 0.81 | 0.00 | 124.3 | 0.99 | 0.56 |
| Hex | 1F | FE | 2F | 58 | 0 | 51 | 0 | 7C | 63 | 38 |
| Octal | 37 | 376 | 57 | 130 | 0 | 121 | 0 | 174 | 143 | 70 |
| Binary | 11111 | 11111110 | 101111 | 1011000 | 0 | 1010001 | 0 | 1111100 | 1100011 | 111000 |
Color Harmonies of #1FFE2F
Complementary color
Monochromatic Colors of #1FFE2F
Black with #1FFE2F
Text Example
Text Example
White with #1FFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFE2F; }
p { color: rgb(31,254,47); }
H1.HeaderClassName
{
color: #1FFE2F;
}
.AnyTagClassName
{
color: #1FFE2F;
}
</style>
background-color css
<style>
a { background-color: #1FFE2F; }
a { background-color: rgb(31,254,47); }
div.DivClassName
{
background-color: #1FFE2F;
}
.BgClassName
{
background-color: #1FFE2F;
}
</style>
border-color css
<style>
span { border-color: #1FFE2F; }
span { border-color: rgb(31,254,47); }
td.TdClassName
{
border-color: #1FFE2F;
}
.TagClassName
{
border-color: #1FFE2F;
}
</style>