Shades of Free Speech Green #2BEA19
Tints of Free Speech Green #2BEA19
RGB
CMYK
RGB Variations
Color information
#2BEA19 (or 0x2BEA19) is known color: Free Speech Green. HEX triplet: 2B, EA and 19. RGB value is (43,234,25). Sum of RGB (Red+Green+Blue) = 43+234+25=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 234 (91.80% from 255 or 77.48% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEA19 is #D415E6. Grayscale: #999999. Windows color (decimal): -13899239 or 1698347. OLE color: 1698347.
HSL color Cylindrical-coordinate representation of color #2BEA19: hue angle of 114.83º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BEA19 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 25 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.08 |
| HSL | 114.83º | 0.83% | 0.51% | - |
| HSV(B) | 114.83º | 0.89% | 0.92% | - |
| XYZ | 30.59 | 59.43 | 10.78 | - |
| YUV | 153.07 | 55.72 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 25 | 0.82 | 0 | 0.89 | 0.08 | 114.83 | 0.83 | 0.51 |
| Hex | 2B | EA | 19 | 52 | 0 | 59 | 8 | 73 | 53 | 33 |
| Octal | 53 | 352 | 31 | 122 | 0 | 131 | 10 | 163 | 123 | 63 |
| Binary | 101011 | 11101010 | 11001 | 1010010 | 0 | 1011001 | 1000 | 1110011 | 1010011 | 110011 |
Color Harmonies of #2BEA19
Complementary color
Monochromatic Colors of #2BEA19
Black with #2BEA19
Text Example
Text Example
White with #2BEA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA19; }
p { color: rgb(43,234,25); }
H1.HeaderClassName
{
color: #2BEA19;
}
.AnyTagClassName
{
color: #2BEA19;
}
</style>
background-color css
<style>
a { background-color: #2BEA19; }
a { background-color: rgb(43,234,25); }
div.DivClassName
{
background-color: #2BEA19;
}
.BgClassName
{
background-color: #2BEA19;
}
</style>
border-color css
<style>
span { border-color: #2BEA19; }
span { border-color: rgb(43,234,25); }
td.TdClassName
{
border-color: #2BEA19;
}
.TagClassName
{
border-color: #2BEA19;
}
</style>