Shades of Free Speech Green #2BFF28
Tints of Free Speech Green #2BFF28
RGB
CMYK
RGB Variations
Color information
#2BFF28 (or 0x2BFF28) is known color: Free Speech Green. HEX triplet: 2B, FF and 28. RGB value is (43,255,40). Sum of RGB (Red+Green+Blue) = 43+255+40=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF28 is #D400D7. Grayscale: #A7A7A7. Windows color (decimal): -13893848 or 2686763. OLE color: 2686763.
HSL color Cylindrical-coordinate representation of color #2BFF28: hue angle of 119.16º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BFF28 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 40 | - |
| CMYK | 0.83 | 0 | 0.84 | 0 |
| HSL | 119.16º | 1% | 0.58% | - |
| HSV(B) | 119.16º | 0.84% | 1% | - |
| XYZ | 37.14 | 72.19 | 13.98 | - |
| YUV | 167.1 | 56.26 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 40 | 0.83 | 0 | 0.84 | 0 | 119.16 | 1 | 0.58 |
| Hex | 2B | FF | 28 | 53 | 0 | 54 | 0 | 77 | 64 | 3A |
| Octal | 53 | 377 | 50 | 123 | 0 | 124 | 0 | 167 | 144 | 72 |
| Binary | 101011 | 11111111 | 101000 | 1010011 | 0 | 1010100 | 0 | 1110111 | 1100100 | 111010 |
Color Harmonies of #2BFF28
Complementary color
Monochromatic Colors of #2BFF28
Black with #2BFF28
Text Example
Text Example
White with #2BFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF28; }
p { color: rgb(43,255,40); }
H1.HeaderClassName
{
color: #2BFF28;
}
.AnyTagClassName
{
color: #2BFF28;
}
</style>
background-color css
<style>
a { background-color: #2BFF28; }
a { background-color: rgb(43,255,40); }
div.DivClassName
{
background-color: #2BFF28;
}
.BgClassName
{
background-color: #2BFF28;
}
</style>
border-color css
<style>
span { border-color: #2BFF28; }
span { border-color: rgb(43,255,40); }
td.TdClassName
{
border-color: #2BFF28;
}
.TagClassName
{
border-color: #2BFF28;
}
</style>