Shades of Free Speech Green #2BFF21
Tints of Free Speech Green #2BFF21
RGB
CMYK
RGB Variations
Color information
#2BFF21 (or 0x2BFF21) is known color: Free Speech Green. HEX triplet: 2B, FF and 21. RGB value is (43,255,33). Sum of RGB (Red+Green+Blue) = 43+255+33=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 255 (100% from 255 or 77.04% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF21 is #D400DE. Grayscale: #A6A6A6. Windows color (decimal): -13893855 or 2228011. OLE color: 2228011.
HSL color Cylindrical-coordinate representation of color #2BFF21: hue angle of 117.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BFF21 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 33 | - |
| CMYK | 0.83 | 0 | 0.87 | 0 |
| HSL | 117.3º | 1% | 0.56% | - |
| HSV(B) | 117.3º | 0.87% | 1% | - |
| XYZ | 37.03 | 72.14 | 13.41 | - |
| YUV | 166.3 | 52.76 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 33 | 0.83 | 0 | 0.87 | 0 | 117.3 | 1 | 0.56 |
| Hex | 2B | FF | 21 | 53 | 0 | 57 | 0 | 75 | 64 | 38 |
| Octal | 53 | 377 | 41 | 123 | 0 | 127 | 0 | 165 | 144 | 70 |
| Binary | 101011 | 11111111 | 100001 | 1010011 | 0 | 1010111 | 0 | 1110101 | 1100100 | 111000 |
Color Harmonies of #2BFF21
Complementary color
Monochromatic Colors of #2BFF21
Black with #2BFF21
Text Example
Text Example
White with #2BFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF21; }
p { color: rgb(43,255,33); }
H1.HeaderClassName
{
color: #2BFF21;
}
.AnyTagClassName
{
color: #2BFF21;
}
</style>
background-color css
<style>
a { background-color: #2BFF21; }
a { background-color: rgb(43,255,33); }
div.DivClassName
{
background-color: #2BFF21;
}
.BgClassName
{
background-color: #2BFF21;
}
</style>
border-color css
<style>
span { border-color: #2BFF21; }
span { border-color: rgb(43,255,33); }
td.TdClassName
{
border-color: #2BFF21;
}
.TagClassName
{
border-color: #2BFF21;
}
</style>