Shades of Free Speech Green #2FFA28
Tints of Free Speech Green #2FFA28
RGB
CMYK
RGB Variations
Color information
#2FFA28 (or 0x2FFA28) is known color: Free Speech Green. HEX triplet: 2F, FA and 28. RGB value is (47,250,40). Sum of RGB (Red+Green+Blue) = 47+250+40=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 250 (98.05% from 255 or 74.18% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA28 is #D005D7. Grayscale: #A6A6A6. Windows color (decimal): -13632984 or 2685487. OLE color: 2685487.
HSL color Cylindrical-coordinate representation of color #2FFA28: hue angle of 118º degrees, saturation: 0.95, 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 #2FFA28 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 40 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.02 |
| HSL | 118º | 0.95% | 0.57% | - |
| HSV(B) | 118º | 0.84% | 0.98% | - |
| XYZ | 35.74 | 69.13 | 13.47 | - |
| YUV | 165.36 | 57.25 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 40 | 0.81 | 0 | 0.84 | 0.02 | 118 | 0.95 | 0.57 |
| Hex | 2F | FA | 28 | 51 | 0 | 54 | 2 | 76 | 5F | 39 |
| Octal | 57 | 372 | 50 | 121 | 0 | 124 | 2 | 166 | 137 | 71 |
| Binary | 101111 | 11111010 | 101000 | 1010001 | 0 | 1010100 | 10 | 1110110 | 1011111 | 111001 |
Color Harmonies of #2FFA28
Complementary color
Monochromatic Colors of #2FFA28
Black with #2FFA28
Text Example
Text Example
White with #2FFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA28; }
p { color: rgb(47,250,40); }
H1.HeaderClassName
{
color: #2FFA28;
}
.AnyTagClassName
{
color: #2FFA28;
}
</style>
background-color css
<style>
a { background-color: #2FFA28; }
a { background-color: rgb(47,250,40); }
div.DivClassName
{
background-color: #2FFA28;
}
.BgClassName
{
background-color: #2FFA28;
}
</style>
border-color css
<style>
span { border-color: #2FFA28; }
span { border-color: rgb(47,250,40); }
td.TdClassName
{
border-color: #2FFA28;
}
.TagClassName
{
border-color: #2FFA28;
}
</style>