Shades of Free Speech Green #2EF828
Tints of Free Speech Green #2EF828
RGB
CMYK
RGB Variations
Color information
#2EF828 (or 0x2EF828) is known color: Free Speech Green. HEX triplet: 2E, F8 and 28. RGB value is (46,248,40). Sum of RGB (Red+Green+Blue) = 46+248+40=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 248 (97.27% from 255 or 74.25% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF828 is #D107D7. Grayscale: #A4A4A4. Windows color (decimal): -13699032 or 2684974. OLE color: 2684974.
HSL color Cylindrical-coordinate representation of color #2EF828: hue angle of 118.27º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EF828 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 40 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.03 |
| HSL | 118.27º | 0.94% | 0.56% | - |
| HSV(B) | 118.27º | 0.84% | 0.97% | - |
| XYZ | 35.08 | 67.87 | 13.26 | - |
| YUV | 163.89 | 58.08 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 40 | 0.81 | 0 | 0.84 | 0.03 | 118.27 | 0.94 | 0.56 |
| Hex | 2E | F8 | 28 | 51 | 0 | 54 | 3 | 76 | 5E | 38 |
| Octal | 56 | 370 | 50 | 121 | 0 | 124 | 3 | 166 | 136 | 70 |
| Binary | 101110 | 11111000 | 101000 | 1010001 | 0 | 1010100 | 11 | 1110110 | 1011110 | 111000 |
Color Harmonies of #2EF828
Complementary color
Monochromatic Colors of #2EF828
Black with #2EF828
Text Example
Text Example
White with #2EF828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF828; }
p { color: rgb(46,248,40); }
H1.HeaderClassName
{
color: #2EF828;
}
.AnyTagClassName
{
color: #2EF828;
}
</style>
background-color css
<style>
a { background-color: #2EF828; }
a { background-color: rgb(46,248,40); }
div.DivClassName
{
background-color: #2EF828;
}
.BgClassName
{
background-color: #2EF828;
}
</style>
border-color css
<style>
span { border-color: #2EF828; }
span { border-color: rgb(46,248,40); }
td.TdClassName
{
border-color: #2EF828;
}
.TagClassName
{
border-color: #2EF828;
}
</style>