Shades of Free Speech Green #2BEF19
Tints of Free Speech Green #2BEF19
RGB
CMYK
RGB Variations
Color information
#2BEF19 (or 0x2BEF19) is known color: Free Speech Green. HEX triplet: 2B, EF and 19. RGB value is (43,239,25). Sum of RGB (Red+Green+Blue) = 43+239+25=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEF19 is #D410E6. Grayscale: #9C9C9C. Windows color (decimal): -13897959 or 1699627. OLE color: 1699627.
HSL color Cylindrical-coordinate representation of color #2BEF19: hue angle of 114.95º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BEF19 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 25 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.06 |
| HSL | 114.95º | 0.87% | 0.52% | - |
| HSV(B) | 114.95º | 0.9% | 0.94% | - |
| XYZ | 32.04 | 62.32 | 11.26 | - |
| YUV | 156 | 54.07 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 25 | 0.82 | 0 | 0.90 | 0.06 | 114.95 | 0.87 | 0.52 |
| Hex | 2B | EF | 19 | 52 | 0 | 5A | 6 | 73 | 57 | 34 |
| Octal | 53 | 357 | 31 | 122 | 0 | 132 | 6 | 163 | 127 | 64 |
| Binary | 101011 | 11101111 | 11001 | 1010010 | 0 | 1011010 | 110 | 1110011 | 1010111 | 110100 |
Color Harmonies of #2BEF19
Complementary color
Monochromatic Colors of #2BEF19
Black with #2BEF19
Text Example
Text Example
White with #2BEF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF19; }
p { color: rgb(43,239,25); }
H1.HeaderClassName
{
color: #2BEF19;
}
.AnyTagClassName
{
color: #2BEF19;
}
</style>
background-color css
<style>
a { background-color: #2BEF19; }
a { background-color: rgb(43,239,25); }
div.DivClassName
{
background-color: #2BEF19;
}
.BgClassName
{
background-color: #2BEF19;
}
</style>
border-color css
<style>
span { border-color: #2BEF19; }
span { border-color: rgb(43,239,25); }
td.TdClassName
{
border-color: #2BEF19;
}
.TagClassName
{
border-color: #2BEF19;
}
</style>