Shades of Free Speech Green #2BFA2E
Tints of Free Speech Green #2BFA2E
RGB
CMYK
RGB Variations
Color information
#2BFA2E (or 0x2BFA2E) is known color: Free Speech Green. HEX triplet: 2B, FA and 2E. RGB value is (43,250,46). Sum of RGB (Red+Green+Blue) = 43+250+46=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA2E is #D405D1. Grayscale: #A5A5A5. Windows color (decimal): -13895122 or 3078699. OLE color: 3078699.
HSL color Cylindrical-coordinate representation of color #2BFA2E: hue angle of 120.87º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA2E is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 46 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.02 |
| HSL | 120.87º | 0.95% | 0.57% | - |
| HSV(B) | 120.87º | 0.83% | 0.98% | - |
| XYZ | 35.68 | 69.08 | 14.04 | - |
| YUV | 164.85 | 60.92 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 46 | 0.83 | 0 | 0.82 | 0.02 | 120.87 | 0.95 | 0.57 |
| Hex | 2B | FA | 2E | 53 | 0 | 52 | 2 | 79 | 5F | 39 |
| Octal | 53 | 372 | 56 | 123 | 0 | 122 | 2 | 171 | 137 | 71 |
| Binary | 101011 | 11111010 | 101110 | 1010011 | 0 | 1010010 | 10 | 1111001 | 1011111 | 111001 |
Color Harmonies of #2BFA2E
Complementary color
Monochromatic Colors of #2BFA2E
Black with #2BFA2E
Text Example
Text Example
White with #2BFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA2E; }
p { color: rgb(43,250,46); }
H1.HeaderClassName
{
color: #2BFA2E;
}
.AnyTagClassName
{
color: #2BFA2E;
}
</style>
background-color css
<style>
a { background-color: #2BFA2E; }
a { background-color: rgb(43,250,46); }
div.DivClassName
{
background-color: #2BFA2E;
}
.BgClassName
{
background-color: #2BFA2E;
}
</style>
border-color css
<style>
span { border-color: #2BFA2E; }
span { border-color: rgb(43,250,46); }
td.TdClassName
{
border-color: #2BFA2E;
}
.TagClassName
{
border-color: #2BFA2E;
}
</style>