Shades of Free Speech Green #2FFF31
Tints of Free Speech Green #2FFF31
RGB
CMYK
RGB Variations
Color information
#2FFF31 (or 0x2FFF31) is known color: Free Speech Green. HEX triplet: 2F, FF and 31. RGB value is (47,255,49). Sum of RGB (Red+Green+Blue) = 47+255+49=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF31 is #D000CE. Grayscale: #A9A9A9. Windows color (decimal): -13631695 or 3276591. OLE color: 3276591.
HSL color Cylindrical-coordinate representation of color #2FFF31: hue angle of 120.58º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF31 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 49 | - |
| CMYK | 0.82 | 0 | 0.81 | 0 |
| HSL | 120.58º | 1% | 0.59% | - |
| HSV(B) | 120.58º | 0.82% | 1% | - |
| XYZ | 37.49 | 72.35 | 14.89 | - |
| YUV | 169.32 | 60.09 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 49 | 0.82 | 0 | 0.81 | 0 | 120.58 | 1 | 0.59 |
| Hex | 2F | FF | 31 | 52 | 0 | 51 | 0 | 79 | 64 | 3B |
| Octal | 57 | 377 | 61 | 122 | 0 | 121 | 0 | 171 | 144 | 73 |
| Binary | 101111 | 11111111 | 110001 | 1010010 | 0 | 1010001 | 0 | 1111001 | 1100100 | 111011 |
Color Harmonies of #2FFF31
Complementary color
Monochromatic Colors of #2FFF31
Black with #2FFF31
Text Example
Text Example
White with #2FFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF31; }
p { color: rgb(47,255,49); }
H1.HeaderClassName
{
color: #2FFF31;
}
.AnyTagClassName
{
color: #2FFF31;
}
</style>
background-color css
<style>
a { background-color: #2FFF31; }
a { background-color: rgb(47,255,49); }
div.DivClassName
{
background-color: #2FFF31;
}
.BgClassName
{
background-color: #2FFF31;
}
</style>
border-color css
<style>
span { border-color: #2FFF31; }
span { border-color: rgb(47,255,49); }
td.TdClassName
{
border-color: #2FFF31;
}
.TagClassName
{
border-color: #2FFF31;
}
</style>