Shades of Free Speech Green #2BFA2B
Tints of Free Speech Green #2BFA2B
RGB
CMYK
RGB Variations
Color information
#2BFA2B (or 0x2BFA2B) is known color: Free Speech Green. HEX triplet: 2B, FA and 2B. RGB value is (43,250,43). Sum of RGB (Red+Green+Blue) = 43+250+43=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA2B is #D405D4. Grayscale: #A5A5A5. Windows color (decimal): -13895125 or 2882091. OLE color: 2882091.
HSL color Cylindrical-coordinate representation of color #2BFA2B: hue angle of 120º 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 #2BFA2B is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 43 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.02 |
| HSL | 120º | 0.95% | 0.57% | - |
| HSV(B) | 120º | 0.83% | 0.98% | - |
| XYZ | 35.62 | 69.06 | 13.74 | - |
| YUV | 164.51 | 59.42 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 43 | 0.83 | 0 | 0.83 | 0.02 | 120 | 0.95 | 0.57 |
| Hex | 2B | FA | 2B | 53 | 0 | 53 | 2 | 78 | 5F | 39 |
| Octal | 53 | 372 | 53 | 123 | 0 | 123 | 2 | 170 | 137 | 71 |
| Binary | 101011 | 11111010 | 101011 | 1010011 | 0 | 1010011 | 10 | 1111000 | 1011111 | 111001 |
Color Harmonies of #2BFA2B
Complementary color
Monochromatic Colors of #2BFA2B
Black with #2BFA2B
Text Example
Text Example
White with #2BFA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA2B; }
p { color: rgb(43,250,43); }
H1.HeaderClassName
{
color: #2BFA2B;
}
.AnyTagClassName
{
color: #2BFA2B;
}
</style>
background-color css
<style>
a { background-color: #2BFA2B; }
a { background-color: rgb(43,250,43); }
div.DivClassName
{
background-color: #2BFA2B;
}
.BgClassName
{
background-color: #2BFA2B;
}
</style>
border-color css
<style>
span { border-color: #2BFA2B; }
span { border-color: rgb(43,250,43); }
td.TdClassName
{
border-color: #2BFA2B;
}
.TagClassName
{
border-color: #2BFA2B;
}
</style>