Shades of Free Speech Green #2EFB2B
Tints of Free Speech Green #2EFB2B
RGB
CMYK
RGB Variations
Color information
#2EFB2B (or 0x2EFB2B) is known color: Free Speech Green. HEX triplet: 2E, FB and 2B. RGB value is (46,251,43). Sum of RGB (Red+Green+Blue) = 46+251+43=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 251 (98.44% from 255 or 73.82% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFB2B is #D104D4. Grayscale: #A6A6A6. Windows color (decimal): -13698261 or 2882350. OLE color: 2882350.
HSL color Cylindrical-coordinate representation of color #2EFB2B: hue angle of 119.13º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EFB2B is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 43 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.02 |
| HSL | 119.13º | 0.96% | 0.58% | - |
| HSV(B) | 119.13º | 0.83% | 0.98% | - |
| XYZ | 36.06 | 69.75 | 13.85 | - |
| YUV | 165.99 | 58.58 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 43 | 0.82 | 0 | 0.83 | 0.02 | 119.13 | 0.96 | 0.58 |
| Hex | 2E | FB | 2B | 52 | 0 | 53 | 2 | 77 | 60 | 3A |
| Octal | 56 | 373 | 53 | 122 | 0 | 123 | 2 | 167 | 140 | 72 |
| Binary | 101110 | 11111011 | 101011 | 1010010 | 0 | 1010011 | 10 | 1110111 | 1100000 | 111010 |
Color Harmonies of #2EFB2B
Complementary color
Monochromatic Colors of #2EFB2B
Black with #2EFB2B
Text Example
Text Example
White with #2EFB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB2B; }
p { color: rgb(46,251,43); }
H1.HeaderClassName
{
color: #2EFB2B;
}
.AnyTagClassName
{
color: #2EFB2B;
}
</style>
background-color css
<style>
a { background-color: #2EFB2B; }
a { background-color: rgb(46,251,43); }
div.DivClassName
{
background-color: #2EFB2B;
}
.BgClassName
{
background-color: #2EFB2B;
}
</style>
border-color css
<style>
span { border-color: #2EFB2B; }
span { border-color: rgb(46,251,43); }
td.TdClassName
{
border-color: #2EFB2B;
}
.TagClassName
{
border-color: #2EFB2B;
}
</style>