Shades of Free Speech Green #2FFB28
Tints of Free Speech Green #2FFB28
RGB
CMYK
RGB Variations
Color information
#2FFB28 (or 0x2FFB28) is known color: Free Speech Green. HEX triplet: 2F, FB and 28. RGB value is (47,251,40). Sum of RGB (Red+Green+Blue) = 47+251+40=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 251 (98.44% from 255 or 74.26% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFB28 is #D004D7. Grayscale: #A6A6A6. Windows color (decimal): -13632728 or 2685743. OLE color: 2685743.
HSL color Cylindrical-coordinate representation of color #2FFB28: hue angle of 118.01º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FFB28 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 40 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.02 |
| HSL | 118.01º | 0.96% | 0.57% | - |
| HSV(B) | 118.01º | 0.84% | 0.98% | - |
| XYZ | 36.05 | 69.75 | 13.57 | - |
| YUV | 165.95 | 56.91 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 40 | 0.81 | 0 | 0.84 | 0.02 | 118.01 | 0.96 | 0.57 |
| Hex | 2F | FB | 28 | 51 | 0 | 54 | 2 | 76 | 60 | 39 |
| Octal | 57 | 373 | 50 | 121 | 0 | 124 | 2 | 166 | 140 | 71 |
| Binary | 101111 | 11111011 | 101000 | 1010001 | 0 | 1010100 | 10 | 1110110 | 1100000 | 111001 |
Color Harmonies of #2FFB28
Complementary color
Monochromatic Colors of #2FFB28
Black with #2FFB28
Text Example
Text Example
White with #2FFB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB28; }
p { color: rgb(47,251,40); }
H1.HeaderClassName
{
color: #2FFB28;
}
.AnyTagClassName
{
color: #2FFB28;
}
</style>
background-color css
<style>
a { background-color: #2FFB28; }
a { background-color: rgb(47,251,40); }
div.DivClassName
{
background-color: #2FFB28;
}
.BgClassName
{
background-color: #2FFB28;
}
</style>
border-color css
<style>
span { border-color: #2FFB28; }
span { border-color: rgb(47,251,40); }
td.TdClassName
{
border-color: #2FFB28;
}
.TagClassName
{
border-color: #2FFB28;
}
</style>