Shades of Free Speech Green #2FFF29
Tints of Free Speech Green #2FFF29
RGB
CMYK
RGB Variations
Color information
#2FFF29 (or 0x2FFF29) is known color: Free Speech Green. HEX triplet: 2F, FF and 29. RGB value is (47,255,41). Sum of RGB (Red+Green+Blue) = 47+255+41=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF29 is #D000D6. Grayscale: #A9A9A9. Windows color (decimal): -13631703 or 2752303. OLE color: 2752303.
HSL color Cylindrical-coordinate representation of color #2FFF29: hue angle of 118.32º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FFF29 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 41 | - |
| CMYK | 0.82 | 0 | 0.84 | 0 |
| HSL | 118.32º | 1% | 0.58% | - |
| HSV(B) | 118.32º | 0.84% | 1% | - |
| XYZ | 37.33 | 72.28 | 14.08 | - |
| YUV | 168.41 | 56.09 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 41 | 0.82 | 0 | 0.84 | 0 | 118.32 | 1 | 0.58 |
| Hex | 2F | FF | 29 | 52 | 0 | 54 | 0 | 76 | 64 | 3A |
| Octal | 57 | 377 | 51 | 122 | 0 | 124 | 0 | 166 | 144 | 72 |
| Binary | 101111 | 11111111 | 101001 | 1010010 | 0 | 1010100 | 0 | 1110110 | 1100100 | 111010 |
Color Harmonies of #2FFF29
Complementary color
Monochromatic Colors of #2FFF29
Black with #2FFF29
Text Example
Text Example
White with #2FFF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF29; }
p { color: rgb(47,255,41); }
H1.HeaderClassName
{
color: #2FFF29;
}
.AnyTagClassName
{
color: #2FFF29;
}
</style>
background-color css
<style>
a { background-color: #2FFF29; }
a { background-color: rgb(47,255,41); }
div.DivClassName
{
background-color: #2FFF29;
}
.BgClassName
{
background-color: #2FFF29;
}
</style>
border-color css
<style>
span { border-color: #2FFF29; }
span { border-color: rgb(47,255,41); }
td.TdClassName
{
border-color: #2FFF29;
}
.TagClassName
{
border-color: #2FFF29;
}
</style>