Shades of Free Speech Green #2EFB2A
Tints of Free Speech Green #2EFB2A
RGB
CMYK
RGB Variations
Color information
#2EFB2A (or 0x2EFB2A) is known color: Free Speech Green. HEX triplet: 2E, FB and 2A. RGB value is (46,251,42). Sum of RGB (Red+Green+Blue) = 46+251+42=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 251 (98.44% from 255 or 74.04% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFB2A is #D104D5. Grayscale: #A6A6A6. Windows color (decimal): -13698262 or 2816814. OLE color: 2816814.
HSL color Cylindrical-coordinate representation of color #2EFB2A: hue angle of 118.85º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EFB2A is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 42 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.02 |
| HSL | 118.85º | 0.96% | 0.57% | - |
| HSV(B) | 118.85º | 0.83% | 0.98% | - |
| XYZ | 36.04 | 69.74 | 13.75 | - |
| YUV | 165.88 | 58.08 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 42 | 0.82 | 0 | 0.83 | 0.02 | 118.85 | 0.96 | 0.57 |
| Hex | 2E | FB | 2A | 52 | 0 | 53 | 2 | 77 | 60 | 39 |
| Octal | 56 | 373 | 52 | 122 | 0 | 123 | 2 | 167 | 140 | 71 |
| Binary | 101110 | 11111011 | 101010 | 1010010 | 0 | 1010011 | 10 | 1110111 | 1100000 | 111001 |
Color Harmonies of #2EFB2A
Complementary color
Monochromatic Colors of #2EFB2A
Black with #2EFB2A
Text Example
Text Example
White with #2EFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB2A; }
p { color: rgb(46,251,42); }
H1.HeaderClassName
{
color: #2EFB2A;
}
.AnyTagClassName
{
color: #2EFB2A;
}
</style>
background-color css
<style>
a { background-color: #2EFB2A; }
a { background-color: rgb(46,251,42); }
div.DivClassName
{
background-color: #2EFB2A;
}
.BgClassName
{
background-color: #2EFB2A;
}
</style>
border-color css
<style>
span { border-color: #2EFB2A; }
span { border-color: rgb(46,251,42); }
td.TdClassName
{
border-color: #2EFB2A;
}
.TagClassName
{
border-color: #2EFB2A;
}
</style>