Shades of Free Speech Green #2BFA1F
Tints of Free Speech Green #2BFA1F
RGB
CMYK
RGB Variations
Color information
#2BFA1F (or 0x2BFA1F) is known color: Free Speech Green. HEX triplet: 2B, FA and 1F. RGB value is (43,250,31). Sum of RGB (Red+Green+Blue) = 43+250+31=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 250 (98.05% from 255 or 77.16% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA1F is #D405E0. Grayscale: #A3A3A3. Windows color (decimal): -13895137 or 2095659. OLE color: 2095659.
HSL color Cylindrical-coordinate representation of color #2BFA1F: hue angle of 116.71º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BFA1F is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 31 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.02 |
| HSL | 116.71º | 0.96% | 0.55% | - |
| HSV(B) | 116.71º | 0.88% | 0.98% | - |
| XYZ | 35.43 | 68.98 | 12.74 | - |
| YUV | 163.14 | 53.42 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 31 | 0.83 | 0 | 0.88 | 0.02 | 116.71 | 0.96 | 0.55 |
| Hex | 2B | FA | 1F | 53 | 0 | 58 | 2 | 75 | 60 | 37 |
| Octal | 53 | 372 | 37 | 123 | 0 | 130 | 2 | 165 | 140 | 67 |
| Binary | 101011 | 11111010 | 11111 | 1010011 | 0 | 1011000 | 10 | 1110101 | 1100000 | 110111 |
Color Harmonies of #2BFA1F
Complementary color
Monochromatic Colors of #2BFA1F
Black with #2BFA1F
Text Example
Text Example
White with #2BFA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA1F; }
p { color: rgb(43,250,31); }
H1.HeaderClassName
{
color: #2BFA1F;
}
.AnyTagClassName
{
color: #2BFA1F;
}
</style>
background-color css
<style>
a { background-color: #2BFA1F; }
a { background-color: rgb(43,250,31); }
div.DivClassName
{
background-color: #2BFA1F;
}
.BgClassName
{
background-color: #2BFA1F;
}
</style>
border-color css
<style>
span { border-color: #2BFA1F; }
span { border-color: rgb(43,250,31); }
td.TdClassName
{
border-color: #2BFA1F;
}
.TagClassName
{
border-color: #2BFA1F;
}
</style>