Shades of Free Speech Green #2BFB2A
Tints of Free Speech Green #2BFB2A
RGB
CMYK
RGB Variations
Color information
#2BFB2A (or 0x2BFB2A) is known color: Free Speech Green. HEX triplet: 2B, FB and 2A. RGB value is (43,251,42). Sum of RGB (Red+Green+Blue) = 43+251+42=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 251 (98.44% from 255 or 74.70% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFB2A is #D404D5. Grayscale: #A5A5A5. Windows color (decimal): -13894870 or 2816811. OLE color: 2816811.
HSL color Cylindrical-coordinate representation of color #2BFB2A: hue angle of 119.71º degrees, saturation: 0.96, 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 #2BFB2A is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 42 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.02 |
| HSL | 119.71º | 0.96% | 0.57% | - |
| HSV(B) | 119.71º | 0.83% | 0.98% | - |
| XYZ | 35.91 | 69.68 | 13.75 | - |
| YUV | 164.98 | 58.59 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 42 | 0.83 | 0 | 0.83 | 0.02 | 119.71 | 0.96 | 0.57 |
| Hex | 2B | FB | 2A | 53 | 0 | 53 | 2 | 78 | 60 | 39 |
| Octal | 53 | 373 | 52 | 123 | 0 | 123 | 2 | 170 | 140 | 71 |
| Binary | 101011 | 11111011 | 101010 | 1010011 | 0 | 1010011 | 10 | 1111000 | 1100000 | 111001 |
Color Harmonies of #2BFB2A
Complementary color
Monochromatic Colors of #2BFB2A
Black with #2BFB2A
Text Example
Text Example
White with #2BFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB2A; }
p { color: rgb(43,251,42); }
H1.HeaderClassName
{
color: #2BFB2A;
}
.AnyTagClassName
{
color: #2BFB2A;
}
</style>
background-color css
<style>
a { background-color: #2BFB2A; }
a { background-color: rgb(43,251,42); }
div.DivClassName
{
background-color: #2BFB2A;
}
.BgClassName
{
background-color: #2BFB2A;
}
</style>
border-color css
<style>
span { border-color: #2BFB2A; }
span { border-color: rgb(43,251,42); }
td.TdClassName
{
border-color: #2BFB2A;
}
.TagClassName
{
border-color: #2BFB2A;
}
</style>