Shades of Free Speech Green #2EFB28
Tints of Free Speech Green #2EFB28
RGB
CMYK
RGB Variations
Color information
#2EFB28 (or 0x2EFB28) is known color: Free Speech Green. HEX triplet: 2E, FB and 28. RGB value is (46,251,40). Sum of RGB (Red+Green+Blue) = 46+251+40=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 251 (98.44% from 255 or 74.48% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFB28 is #D104D7. Grayscale: #A6A6A6. Windows color (decimal): -13698264 or 2685742. OLE color: 2685742.
HSL color Cylindrical-coordinate representation of color #2EFB28: hue angle of 118.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EFB28 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 40 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.02 |
| HSL | 118.29º | 0.96% | 0.57% | - |
| HSV(B) | 118.29º | 0.84% | 0.98% | - |
| XYZ | 36.01 | 69.73 | 13.57 | - |
| YUV | 165.65 | 57.08 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 40 | 0.82 | 0 | 0.84 | 0.02 | 118.29 | 0.96 | 0.57 |
| Hex | 2E | FB | 28 | 52 | 0 | 54 | 2 | 76 | 60 | 39 |
| Octal | 56 | 373 | 50 | 122 | 0 | 124 | 2 | 166 | 140 | 71 |
| Binary | 101110 | 11111011 | 101000 | 1010010 | 0 | 1010100 | 10 | 1110110 | 1100000 | 111001 |
Color Harmonies of #2EFB28
Complementary color
Monochromatic Colors of #2EFB28
Black with #2EFB28
Text Example
Text Example
White with #2EFB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB28; }
p { color: rgb(46,251,40); }
H1.HeaderClassName
{
color: #2EFB28;
}
.AnyTagClassName
{
color: #2EFB28;
}
</style>
background-color css
<style>
a { background-color: #2EFB28; }
a { background-color: rgb(46,251,40); }
div.DivClassName
{
background-color: #2EFB28;
}
.BgClassName
{
background-color: #2EFB28;
}
</style>
border-color css
<style>
span { border-color: #2EFB28; }
span { border-color: rgb(46,251,40); }
td.TdClassName
{
border-color: #2EFB28;
}
.TagClassName
{
border-color: #2EFB28;
}
</style>