Shades of Free Speech Green #2BFF2A
Tints of Free Speech Green #2BFF2A
RGB
CMYK
RGB Variations
Color information
#2BFF2A (or 0x2BFF2A) is known color: Free Speech Green. HEX triplet: 2B, FF and 2A. RGB value is (43,255,42). Sum of RGB (Red+Green+Blue) = 43+255+42=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF2A is #D400D5. Grayscale: #A7A7A7. Windows color (decimal): -13893846 or 2817835. OLE color: 2817835.
HSL color Cylindrical-coordinate representation of color #2BFF2A: hue angle of 119.72º 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 #2BFF2A is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 42 | - |
| CMYK | 0.83 | 0 | 0.84 | 0 |
| HSL | 119.72º | 1% | 0.58% | - |
| HSV(B) | 119.72º | 0.84% | 1% | - |
| XYZ | 37.17 | 72.2 | 14.17 | - |
| YUV | 167.33 | 57.26 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 42 | 0.83 | 0 | 0.84 | 0 | 119.72 | 1 | 0.58 |
| Hex | 2B | FF | 2A | 53 | 0 | 54 | 0 | 78 | 64 | 3A |
| Octal | 53 | 377 | 52 | 123 | 0 | 124 | 0 | 170 | 144 | 72 |
| Binary | 101011 | 11111111 | 101010 | 1010011 | 0 | 1010100 | 0 | 1111000 | 1100100 | 111010 |
Color Harmonies of #2BFF2A
Complementary color
Monochromatic Colors of #2BFF2A
Black with #2BFF2A
Text Example
Text Example
White with #2BFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF2A; }
p { color: rgb(43,255,42); }
H1.HeaderClassName
{
color: #2BFF2A;
}
.AnyTagClassName
{
color: #2BFF2A;
}
</style>
background-color css
<style>
a { background-color: #2BFF2A; }
a { background-color: rgb(43,255,42); }
div.DivClassName
{
background-color: #2BFF2A;
}
.BgClassName
{
background-color: #2BFF2A;
}
</style>
border-color css
<style>
span { border-color: #2BFF2A; }
span { border-color: rgb(43,255,42); }
td.TdClassName
{
border-color: #2BFF2A;
}
.TagClassName
{
border-color: #2BFF2A;
}
</style>