Shades of Free Speech Green #2BFF1F
Tints of Free Speech Green #2BFF1F
RGB
CMYK
RGB Variations
Color information
#2BFF1F (or 0x2BFF1F) is known color: Free Speech Green. HEX triplet: 2B, FF and 1F. RGB value is (43,255,31). Sum of RGB (Red+Green+Blue) = 43+255+31=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 255 (100% from 255 or 77.51% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF1F is #D400E0. Grayscale: #A6A6A6. Windows color (decimal): -13893857 or 2096939. OLE color: 2096939.
HSL color Cylindrical-coordinate representation of color #2BFF1F: hue angle of 116.79º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BFF1F is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 31 | - |
| CMYK | 0.83 | 0 | 0.88 | 0 |
| HSL | 116.79º | 1% | 0.56% | - |
| HSV(B) | 116.79º | 0.88% | 1% | - |
| XYZ | 37 | 72.13 | 13.27 | - |
| YUV | 166.08 | 51.76 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 31 | 0.83 | 0 | 0.88 | 0 | 116.79 | 1 | 0.56 |
| Hex | 2B | FF | 1F | 53 | 0 | 58 | 0 | 75 | 64 | 38 |
| Octal | 53 | 377 | 37 | 123 | 0 | 130 | 0 | 165 | 144 | 70 |
| Binary | 101011 | 11111111 | 11111 | 1010011 | 0 | 1011000 | 0 | 1110101 | 1100100 | 111000 |
Color Harmonies of #2BFF1F
Complementary color
Monochromatic Colors of #2BFF1F
Black with #2BFF1F
Text Example
Text Example
White with #2BFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF1F; }
p { color: rgb(43,255,31); }
H1.HeaderClassName
{
color: #2BFF1F;
}
.AnyTagClassName
{
color: #2BFF1F;
}
</style>
background-color css
<style>
a { background-color: #2BFF1F; }
a { background-color: rgb(43,255,31); }
div.DivClassName
{
background-color: #2BFF1F;
}
.BgClassName
{
background-color: #2BFF1F;
}
</style>
border-color css
<style>
span { border-color: #2BFF1F; }
span { border-color: rgb(43,255,31); }
td.TdClassName
{
border-color: #2BFF1F;
}
.TagClassName
{
border-color: #2BFF1F;
}
</style>