Shades of Free Speech Green #2FF928
Tints of Free Speech Green #2FF928
RGB
CMYK
RGB Variations
Color information
#2FF928 (or 0x2FF928) is known color: Free Speech Green. HEX triplet: 2F, F9 and 28. RGB value is (47,249,40). Sum of RGB (Red+Green+Blue) = 47+249+40=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 249 (97.66% from 255 or 74.11% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF928 is #D006D7. Grayscale: #A5A5A5. Windows color (decimal): -13633240 or 2685231. OLE color: 2685231.
HSL color Cylindrical-coordinate representation of color #2FF928: hue angle of 117.99º 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 #2FF928 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 40 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.02 |
| HSL | 117.99º | 0.95% | 0.57% | - |
| HSV(B) | 117.99º | 0.84% | 0.98% | - |
| XYZ | 35.43 | 68.51 | 13.36 | - |
| YUV | 164.78 | 57.58 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 40 | 0.81 | 0 | 0.84 | 0.02 | 117.99 | 0.95 | 0.57 |
| Hex | 2F | F9 | 28 | 51 | 0 | 54 | 2 | 76 | 5F | 39 |
| Octal | 57 | 371 | 50 | 121 | 0 | 124 | 2 | 166 | 137 | 71 |
| Binary | 101111 | 11111001 | 101000 | 1010001 | 0 | 1010100 | 10 | 1110110 | 1011111 | 111001 |
Color Harmonies of #2FF928
Complementary color
Monochromatic Colors of #2FF928
Black with #2FF928
Text Example
Text Example
White with #2FF928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF928; }
p { color: rgb(47,249,40); }
H1.HeaderClassName
{
color: #2FF928;
}
.AnyTagClassName
{
color: #2FF928;
}
</style>
background-color css
<style>
a { background-color: #2FF928; }
a { background-color: rgb(47,249,40); }
div.DivClassName
{
background-color: #2FF928;
}
.BgClassName
{
background-color: #2FF928;
}
</style>
border-color css
<style>
span { border-color: #2FF928; }
span { border-color: rgb(47,249,40); }
td.TdClassName
{
border-color: #2FF928;
}
.TagClassName
{
border-color: #2FF928;
}
</style>