Shades of Free Speech Green #2BF521
Tints of Free Speech Green #2BF521
RGB
CMYK
RGB Variations
Color information
#2BF521 (or 0x2BF521) is known color: Free Speech Green. HEX triplet: 2B, F5 and 21. RGB value is (43,245,33). Sum of RGB (Red+Green+Blue) = 43+245+33=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 245 (96.09% from 255 or 76.32% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF521 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF521 is #D40ADE. Grayscale: #A1A1A1. Windows color (decimal): -13896415 or 2225451. OLE color: 2225451.
HSL color Cylindrical-coordinate representation of color #2BF521: hue angle of 117.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BF521 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 33 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.04 |
| HSL | 117.17º | 0.91% | 0.55% | - |
| HSV(B) | 117.17º | 0.87% | 0.96% | - |
| XYZ | 33.92 | 65.93 | 12.38 | - |
| YUV | 160.43 | 56.08 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 33 | 0.82 | 0 | 0.87 | 0.04 | 117.17 | 0.91 | 0.55 |
| Hex | 2B | F5 | 21 | 52 | 0 | 57 | 4 | 75 | 5B | 37 |
| Octal | 53 | 365 | 41 | 122 | 0 | 127 | 4 | 165 | 133 | 67 |
| Binary | 101011 | 11110101 | 100001 | 1010010 | 0 | 1010111 | 100 | 1110101 | 1011011 | 110111 |
Color Harmonies of #2BF521
Complementary color
Monochromatic Colors of #2BF521
Black with #2BF521
Text Example
Text Example
White with #2BF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF521; }
p { color: rgb(43,245,33); }
H1.HeaderClassName
{
color: #2BF521;
}
.AnyTagClassName
{
color: #2BF521;
}
</style>
background-color css
<style>
a { background-color: #2BF521; }
a { background-color: rgb(43,245,33); }
div.DivClassName
{
background-color: #2BF521;
}
.BgClassName
{
background-color: #2BF521;
}
</style>
border-color css
<style>
span { border-color: #2BF521; }
span { border-color: rgb(43,245,33); }
td.TdClassName
{
border-color: #2BF521;
}
.TagClassName
{
border-color: #2BF521;
}
</style>