Shades of Free Speech Green #2BEC19
Tints of Free Speech Green #2BEC19
RGB
CMYK
RGB Variations
Color information
#2BEC19 (or 0x2BEC19) is known color: Free Speech Green. HEX triplet: 2B, EC and 19. RGB value is (43,236,25). Sum of RGB (Red+Green+Blue) = 43+236+25=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 236 (92.58% from 255 or 77.63% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEC19 is #D413E6. Grayscale: #9A9A9A. Windows color (decimal): -13898727 or 1698859. OLE color: 1698859.
HSL color Cylindrical-coordinate representation of color #2BEC19: hue angle of 114.88º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BEC19 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 25 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.07 |
| HSL | 114.88º | 0.85% | 0.51% | - |
| HSV(B) | 114.88º | 0.89% | 0.93% | - |
| XYZ | 31.17 | 60.57 | 10.97 | - |
| YUV | 154.24 | 55.06 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 25 | 0.82 | 0 | 0.89 | 0.07 | 114.88 | 0.85 | 0.51 |
| Hex | 2B | EC | 19 | 52 | 0 | 59 | 7 | 73 | 55 | 33 |
| Octal | 53 | 354 | 31 | 122 | 0 | 131 | 7 | 163 | 125 | 63 |
| Binary | 101011 | 11101100 | 11001 | 1010010 | 0 | 1011001 | 111 | 1110011 | 1010101 | 110011 |
Color Harmonies of #2BEC19
Complementary color
Monochromatic Colors of #2BEC19
Black with #2BEC19
Text Example
Text Example
White with #2BEC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC19; }
p { color: rgb(43,236,25); }
H1.HeaderClassName
{
color: #2BEC19;
}
.AnyTagClassName
{
color: #2BEC19;
}
</style>
background-color css
<style>
a { background-color: #2BEC19; }
a { background-color: rgb(43,236,25); }
div.DivClassName
{
background-color: #2BEC19;
}
.BgClassName
{
background-color: #2BEC19;
}
</style>
border-color css
<style>
span { border-color: #2BEC19; }
span { border-color: rgb(43,236,25); }
td.TdClassName
{
border-color: #2BEC19;
}
.TagClassName
{
border-color: #2BEC19;
}
</style>