Shades of Free Speech Green #2BFF1E
Tints of Free Speech Green #2BFF1E
RGB
CMYK
RGB Variations
Color information
#2BFF1E (or 0x2BFF1E) is known color: Free Speech Green. HEX triplet: 2B, FF and 1E. RGB value is (43,255,30). Sum of RGB (Red+Green+Blue) = 43+255+30=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 255 (100% from 255 or 77.74% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF1E is #D400E1. Grayscale: #A6A6A6. Windows color (decimal): -13893858 or 2031403. OLE color: 2031403.
HSL color Cylindrical-coordinate representation of color #2BFF1E: hue angle of 116.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BFF1E is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 30 | - |
| CMYK | 0.83 | 0 | 0.88 | 0 |
| HSL | 116.53º | 1% | 0.56% | - |
| HSV(B) | 116.53º | 0.88% | 1% | - |
| XYZ | 36.99 | 72.13 | 13.2 | - |
| YUV | 165.96 | 51.26 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 30 | 0.83 | 0 | 0.88 | 0 | 116.53 | 1 | 0.56 |
| Hex | 2B | FF | 1E | 53 | 0 | 58 | 0 | 75 | 64 | 38 |
| Octal | 53 | 377 | 36 | 123 | 0 | 130 | 0 | 165 | 144 | 70 |
| Binary | 101011 | 11111111 | 11110 | 1010011 | 0 | 1011000 | 0 | 1110101 | 1100100 | 111000 |
Color Harmonies of #2BFF1E
Complementary color
Monochromatic Colors of #2BFF1E
Black with #2BFF1E
Text Example
Text Example
White with #2BFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF1E; }
p { color: rgb(43,255,30); }
H1.HeaderClassName
{
color: #2BFF1E;
}
.AnyTagClassName
{
color: #2BFF1E;
}
</style>
background-color css
<style>
a { background-color: #2BFF1E; }
a { background-color: rgb(43,255,30); }
div.DivClassName
{
background-color: #2BFF1E;
}
.BgClassName
{
background-color: #2BFF1E;
}
</style>
border-color css
<style>
span { border-color: #2BFF1E; }
span { border-color: rgb(43,255,30); }
td.TdClassName
{
border-color: #2BFF1E;
}
.TagClassName
{
border-color: #2BFF1E;
}
</style>