Shades of Free Speech Green #2FFC28
Tints of Free Speech Green #2FFC28
RGB
CMYK
RGB Variations
Color information
#2FFC28 (or 0x2FFC28) is known color: Free Speech Green. HEX triplet: 2F, FC and 28. RGB value is (47,252,40). Sum of RGB (Red+Green+Blue) = 47+252+40=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC28 is #D003D7. Grayscale: #A7A7A7. Windows color (decimal): -13632472 or 2685999. OLE color: 2685999.
HSL color Cylindrical-coordinate representation of color #2FFC28: hue angle of 118.02º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FFC28 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 40 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.01 |
| HSL | 118.02º | 0.97% | 0.57% | - |
| HSV(B) | 118.02º | 0.84% | 0.99% | - |
| XYZ | 36.37 | 70.38 | 13.68 | - |
| YUV | 166.54 | 56.58 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 40 | 0.81 | 0 | 0.84 | 0.01 | 118.02 | 0.97 | 0.57 |
| Hex | 2F | FC | 28 | 51 | 0 | 54 | 1 | 76 | 61 | 39 |
| Octal | 57 | 374 | 50 | 121 | 0 | 124 | 1 | 166 | 141 | 71 |
| Binary | 101111 | 11111100 | 101000 | 1010001 | 0 | 1010100 | 1 | 1110110 | 1100001 | 111001 |
Color Harmonies of #2FFC28
Complementary color
Monochromatic Colors of #2FFC28
Black with #2FFC28
Text Example
Text Example
White with #2FFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC28; }
p { color: rgb(47,252,40); }
H1.HeaderClassName
{
color: #2FFC28;
}
.AnyTagClassName
{
color: #2FFC28;
}
</style>
background-color css
<style>
a { background-color: #2FFC28; }
a { background-color: rgb(47,252,40); }
div.DivClassName
{
background-color: #2FFC28;
}
.BgClassName
{
background-color: #2FFC28;
}
</style>
border-color css
<style>
span { border-color: #2FFC28; }
span { border-color: rgb(47,252,40); }
td.TdClassName
{
border-color: #2FFC28;
}
.TagClassName
{
border-color: #2FFC28;
}
</style>