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