Shades of Free Speech Green #2BFF27
Tints of Free Speech Green #2BFF27
RGB
CMYK
RGB Variations
Color information
#2BFF27 (or 0x2BFF27) is known color: Free Speech Green. HEX triplet: 2B, FF and 27. RGB value is (43,255,39). Sum of RGB (Red+Green+Blue) = 43+255+39=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF27 is #D400D8. Grayscale: #A7A7A7. Windows color (decimal): -13893849 or 2621227. OLE color: 2621227.
HSL color Cylindrical-coordinate representation of color #2BFF27: hue angle of 118.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BFF27 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 39 | - |
| CMYK | 0.83 | 0 | 0.85 | 0 |
| HSL | 118.89º | 1% | 0.58% | - |
| HSV(B) | 118.89º | 0.85% | 1% | - |
| XYZ | 37.12 | 72.18 | 13.9 | - |
| YUV | 166.99 | 55.76 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 39 | 0.83 | 0 | 0.85 | 0 | 118.89 | 1 | 0.58 |
| Hex | 2B | FF | 27 | 53 | 0 | 55 | 0 | 77 | 64 | 3A |
| Octal | 53 | 377 | 47 | 123 | 0 | 125 | 0 | 167 | 144 | 72 |
| Binary | 101011 | 11111111 | 100111 | 1010011 | 0 | 1010101 | 0 | 1110111 | 1100100 | 111010 |
Color Harmonies of #2BFF27
Complementary color
Monochromatic Colors of #2BFF27
Black with #2BFF27
Text Example
Text Example
White with #2BFF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF27; }
p { color: rgb(43,255,39); }
H1.HeaderClassName
{
color: #2BFF27;
}
.AnyTagClassName
{
color: #2BFF27;
}
</style>
background-color css
<style>
a { background-color: #2BFF27; }
a { background-color: rgb(43,255,39); }
div.DivClassName
{
background-color: #2BFF27;
}
.BgClassName
{
background-color: #2BFF27;
}
</style>
border-color css
<style>
span { border-color: #2BFF27; }
span { border-color: rgb(43,255,39); }
td.TdClassName
{
border-color: #2BFF27;
}
.TagClassName
{
border-color: #2BFF27;
}
</style>