Shades of Free Speech Green #2BF71D
Tints of Free Speech Green #2BF71D
RGB
CMYK
RGB Variations
Color information
#2BF71D (or 0x2BF71D) is known color: Free Speech Green. HEX triplet: 2B, F7 and 1D. RGB value is (43,247,29). Sum of RGB (Red+Green+Blue) = 43+247+29=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 247 (96.88% from 255 or 77.43% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF71D is #D408E2. Grayscale: #A1A1A1. Windows color (decimal): -13895907 or 1963819. OLE color: 1963819.
HSL color Cylindrical-coordinate representation of color #2BF71D: hue angle of 116.15º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BF71D is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 29 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.03 |
| HSL | 116.15º | 0.93% | 0.54% | - |
| HSV(B) | 116.15º | 0.88% | 0.97% | - |
| XYZ | 34.48 | 67.12 | 12.3 | - |
| YUV | 161.15 | 53.41 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 29 | 0.83 | 0 | 0.88 | 0.03 | 116.15 | 0.93 | 0.54 |
| Hex | 2B | F7 | 1D | 53 | 0 | 58 | 3 | 74 | 5D | 36 |
| Octal | 53 | 367 | 35 | 123 | 0 | 130 | 3 | 164 | 135 | 66 |
| Binary | 101011 | 11110111 | 11101 | 1010011 | 0 | 1011000 | 11 | 1110100 | 1011101 | 110110 |
Color Harmonies of #2BF71D
Complementary color
Monochromatic Colors of #2BF71D
Black with #2BF71D
Text Example
Text Example
White with #2BF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF71D; }
p { color: rgb(43,247,29); }
H1.HeaderClassName
{
color: #2BF71D;
}
.AnyTagClassName
{
color: #2BF71D;
}
</style>
background-color css
<style>
a { background-color: #2BF71D; }
a { background-color: rgb(43,247,29); }
div.DivClassName
{
background-color: #2BF71D;
}
.BgClassName
{
background-color: #2BF71D;
}
</style>
border-color css
<style>
span { border-color: #2BF71D; }
span { border-color: rgb(43,247,29); }
td.TdClassName
{
border-color: #2BF71D;
}
.TagClassName
{
border-color: #2BF71D;
}
</style>