Shades of Free Speech Green #2BF321
Tints of Free Speech Green #2BF321
RGB
CMYK
RGB Variations
Color information
#2BF321 (or 0x2BF321) is known color: Free Speech Green. HEX triplet: 2B, F3 and 21. RGB value is (43,243,33). Sum of RGB (Red+Green+Blue) = 43+243+33=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF321 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF321 is #D40CDE. Grayscale: #9F9F9F. Windows color (decimal): -13896927 or 2224939. OLE color: 2224939.
HSL color Cylindrical-coordinate representation of color #2BF321: hue angle of 117.14º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BF321 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 33 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.05 |
| HSL | 117.14º | 0.9% | 0.54% | - |
| HSV(B) | 117.14º | 0.86% | 0.95% | - |
| XYZ | 33.32 | 64.72 | 12.18 | - |
| YUV | 159.26 | 56.74 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 33 | 0.82 | 0 | 0.86 | 0.05 | 117.14 | 0.9 | 0.54 |
| Hex | 2B | F3 | 21 | 52 | 0 | 56 | 5 | 75 | 5A | 36 |
| Octal | 53 | 363 | 41 | 122 | 0 | 126 | 5 | 165 | 132 | 66 |
| Binary | 101011 | 11110011 | 100001 | 1010010 | 0 | 1010110 | 101 | 1110101 | 1011010 | 110110 |
Color Harmonies of #2BF321
Complementary color
Monochromatic Colors of #2BF321
Black with #2BF321
Text Example
Text Example
White with #2BF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF321; }
p { color: rgb(43,243,33); }
H1.HeaderClassName
{
color: #2BF321;
}
.AnyTagClassName
{
color: #2BF321;
}
</style>
background-color css
<style>
a { background-color: #2BF321; }
a { background-color: rgb(43,243,33); }
div.DivClassName
{
background-color: #2BF321;
}
.BgClassName
{
background-color: #2BF321;
}
</style>
border-color css
<style>
span { border-color: #2BF321; }
span { border-color: rgb(43,243,33); }
td.TdClassName
{
border-color: #2BF321;
}
.TagClassName
{
border-color: #2BF321;
}
</style>