Shades of Free Speech Green #2FFC2B
Tints of Free Speech Green #2FFC2B
RGB
CMYK
RGB Variations
Color information
#2FFC2B (or 0x2FFC2B) is known color: Free Speech Green. HEX triplet: 2F, FC and 2B. RGB value is (47,252,43). Sum of RGB (Red+Green+Blue) = 47+252+43=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 252 (98.83% from 255 or 73.68% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC2B is #D003D4. Grayscale: #A7A7A7. Windows color (decimal): -13632469 or 2882607. OLE color: 2882607.
HSL color Cylindrical-coordinate representation of color #2FFC2B: hue angle of 118.85º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FFC2B is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 43 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.01 |
| HSL | 118.85º | 0.97% | 0.58% | - |
| HSV(B) | 118.85º | 0.83% | 0.99% | - |
| XYZ | 36.42 | 70.4 | 13.95 | - |
| YUV | 166.88 | 58.08 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 43 | 0.81 | 0 | 0.83 | 0.01 | 118.85 | 0.97 | 0.58 |
| Hex | 2F | FC | 2B | 51 | 0 | 53 | 1 | 77 | 61 | 3A |
| Octal | 57 | 374 | 53 | 121 | 0 | 123 | 1 | 167 | 141 | 72 |
| Binary | 101111 | 11111100 | 101011 | 1010001 | 0 | 1010011 | 1 | 1110111 | 1100001 | 111010 |
Color Harmonies of #2FFC2B
Complementary color
Monochromatic Colors of #2FFC2B
Black with #2FFC2B
Text Example
Text Example
White with #2FFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC2B; }
p { color: rgb(47,252,43); }
H1.HeaderClassName
{
color: #2FFC2B;
}
.AnyTagClassName
{
color: #2FFC2B;
}
</style>
background-color css
<style>
a { background-color: #2FFC2B; }
a { background-color: rgb(47,252,43); }
div.DivClassName
{
background-color: #2FFC2B;
}
.BgClassName
{
background-color: #2FFC2B;
}
</style>
border-color css
<style>
span { border-color: #2FFC2B; }
span { border-color: rgb(47,252,43); }
td.TdClassName
{
border-color: #2FFC2B;
}
.TagClassName
{
border-color: #2FFC2B;
}
</style>