Shades of Free Speech Green #2EFF28
Tints of Free Speech Green #2EFF28
RGB
CMYK
RGB Variations
Color information
#2EFF28 (or 0x2EFF28) is known color: Free Speech Green. HEX triplet: 2E, FF and 28. RGB value is (46,255,40). Sum of RGB (Red+Green+Blue) = 46+255+40=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF28 is #D100D7. Grayscale: #A8A8A8. Windows color (decimal): -13697240 or 2686766. OLE color: 2686766.
HSL color Cylindrical-coordinate representation of color #2EFF28: hue angle of 118.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EFF28 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 40 | - |
| CMYK | 0.82 | 0 | 0.84 | 0 |
| HSL | 118.33º | 1% | 0.58% | - |
| HSV(B) | 118.33º | 0.84% | 1% | - |
| XYZ | 37.27 | 72.25 | 13.99 | - |
| YUV | 168 | 55.76 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 40 | 0.82 | 0 | 0.84 | 0 | 118.33 | 1 | 0.58 |
| Hex | 2E | FF | 28 | 52 | 0 | 54 | 0 | 76 | 64 | 3A |
| Octal | 56 | 377 | 50 | 122 | 0 | 124 | 0 | 166 | 144 | 72 |
| Binary | 101110 | 11111111 | 101000 | 1010010 | 0 | 1010100 | 0 | 1110110 | 1100100 | 111010 |
Color Harmonies of #2EFF28
Complementary color
Monochromatic Colors of #2EFF28
Black with #2EFF28
Text Example
Text Example
White with #2EFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF28; }
p { color: rgb(46,255,40); }
H1.HeaderClassName
{
color: #2EFF28;
}
.AnyTagClassName
{
color: #2EFF28;
}
</style>
background-color css
<style>
a { background-color: #2EFF28; }
a { background-color: rgb(46,255,40); }
div.DivClassName
{
background-color: #2EFF28;
}
.BgClassName
{
background-color: #2EFF28;
}
</style>
border-color css
<style>
span { border-color: #2EFF28; }
span { border-color: rgb(46,255,40); }
td.TdClassName
{
border-color: #2EFF28;
}
.TagClassName
{
border-color: #2EFF28;
}
</style>