Shades of Free Speech Green #2FFE27
Tints of Free Speech Green #2FFE27
RGB
CMYK
RGB Variations
Color information
#2FFE27 (or 0x2FFE27) is known color: Free Speech Green. HEX triplet: 2F, FE and 27. RGB value is (47,254,39). Sum of RGB (Red+Green+Blue) = 47+254+39=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 254 (99.61% from 255 or 74.71% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE27 is #D001D8. Grayscale: #A8A8A8. Windows color (decimal): -13631961 or 2620975. OLE color: 2620975.
HSL color Cylindrical-coordinate representation of color #2FFE27: hue angle of 117.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FFE27 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 39 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.00 |
| HSL | 117.77º | 0.99% | 0.57% | - |
| HSV(B) | 117.77º | 0.85% | 1% | - |
| XYZ | 36.98 | 71.63 | 13.8 | - |
| YUV | 167.6 | 55.42 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 39 | 0.81 | 0 | 0.85 | 0.00 | 117.77 | 0.99 | 0.57 |
| Hex | 2F | FE | 27 | 51 | 0 | 55 | 0 | 76 | 63 | 39 |
| Octal | 57 | 376 | 47 | 121 | 0 | 125 | 0 | 166 | 143 | 71 |
| Binary | 101111 | 11111110 | 100111 | 1010001 | 0 | 1010101 | 0 | 1110110 | 1100011 | 111001 |
Color Harmonies of #2FFE27
Complementary color
Monochromatic Colors of #2FFE27
Black with #2FFE27
Text Example
Text Example
White with #2FFE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE27; }
p { color: rgb(47,254,39); }
H1.HeaderClassName
{
color: #2FFE27;
}
.AnyTagClassName
{
color: #2FFE27;
}
</style>
background-color css
<style>
a { background-color: #2FFE27; }
a { background-color: rgb(47,254,39); }
div.DivClassName
{
background-color: #2FFE27;
}
.BgClassName
{
background-color: #2FFE27;
}
</style>
border-color css
<style>
span { border-color: #2FFE27; }
span { border-color: rgb(47,254,39); }
td.TdClassName
{
border-color: #2FFE27;
}
.TagClassName
{
border-color: #2FFE27;
}
</style>