Shades of Free Speech Green #2FFF27
Tints of Free Speech Green #2FFF27
RGB
CMYK
RGB Variations
Color information
#2FFF27 (or 0x2FFF27) is known color: Free Speech Green. HEX triplet: 2F, FF and 27. RGB value is (47,255,39). Sum of RGB (Red+Green+Blue) = 47+255+39=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF27 is #D000D8. Grayscale: #A8A8A8. Windows color (decimal): -13631705 or 2621231. OLE color: 2621231.
HSL color Cylindrical-coordinate representation of color #2FFF27: hue angle of 117.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FFF27 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 39 | - |
| CMYK | 0.82 | 0 | 0.85 | 0 |
| HSL | 117.78º | 1% | 0.58% | - |
| HSV(B) | 117.78º | 0.85% | 1% | - |
| XYZ | 37.3 | 72.27 | 13.9 | - |
| YUV | 168.18 | 55.09 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 39 | 0.82 | 0 | 0.85 | 0 | 117.78 | 1 | 0.58 |
| Hex | 2F | FF | 27 | 52 | 0 | 55 | 0 | 76 | 64 | 3A |
| Octal | 57 | 377 | 47 | 122 | 0 | 125 | 0 | 166 | 144 | 72 |
| Binary | 101111 | 11111111 | 100111 | 1010010 | 0 | 1010101 | 0 | 1110110 | 1100100 | 111010 |
Color Harmonies of #2FFF27
Complementary color
Monochromatic Colors of #2FFF27
Black with #2FFF27
Text Example
Text Example
White with #2FFF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF27; }
p { color: rgb(47,255,39); }
H1.HeaderClassName
{
color: #2FFF27;
}
.AnyTagClassName
{
color: #2FFF27;
}
</style>
background-color css
<style>
a { background-color: #2FFF27; }
a { background-color: rgb(47,255,39); }
div.DivClassName
{
background-color: #2FFF27;
}
.BgClassName
{
background-color: #2FFF27;
}
</style>
border-color css
<style>
span { border-color: #2FFF27; }
span { border-color: rgb(47,255,39); }
td.TdClassName
{
border-color: #2FFF27;
}
.TagClassName
{
border-color: #2FFF27;
}
</style>