Shades of Free Speech Green #2EFF26
Tints of Free Speech Green #2EFF26
RGB
CMYK
RGB Variations
Color information
#2EFF26 (or 0x2EFF26) is known color: Free Speech Green. HEX triplet: 2E, FF and 26. RGB value is (46,255,38). Sum of RGB (Red+Green+Blue) = 46+255+38=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF26 is #D100D9. Grayscale: #A8A8A8. Windows color (decimal): -13697242 or 2555694. OLE color: 2555694.
HSL color Cylindrical-coordinate representation of color #2EFF26: hue angle of 117.79º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EFF26 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 38 | - |
| CMYK | 0.82 | 0 | 0.85 | 0 |
| HSL | 117.79º | 1% | 0.57% | - |
| HSV(B) | 117.79º | 0.85% | 1% | - |
| XYZ | 37.24 | 72.24 | 13.82 | - |
| YUV | 167.77 | 54.76 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 38 | 0.82 | 0 | 0.85 | 0 | 117.79 | 1 | 0.57 |
| Hex | 2E | FF | 26 | 52 | 0 | 55 | 0 | 76 | 64 | 39 |
| Octal | 56 | 377 | 46 | 122 | 0 | 125 | 0 | 166 | 144 | 71 |
| Binary | 101110 | 11111111 | 100110 | 1010010 | 0 | 1010101 | 0 | 1110110 | 1100100 | 111001 |
Color Harmonies of #2EFF26
Complementary color
Monochromatic Colors of #2EFF26
Black with #2EFF26
Text Example
Text Example
White with #2EFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF26; }
p { color: rgb(46,255,38); }
H1.HeaderClassName
{
color: #2EFF26;
}
.AnyTagClassName
{
color: #2EFF26;
}
</style>
background-color css
<style>
a { background-color: #2EFF26; }
a { background-color: rgb(46,255,38); }
div.DivClassName
{
background-color: #2EFF26;
}
.BgClassName
{
background-color: #2EFF26;
}
</style>
border-color css
<style>
span { border-color: #2EFF26; }
span { border-color: rgb(46,255,38); }
td.TdClassName
{
border-color: #2EFF26;
}
.TagClassName
{
border-color: #2EFF26;
}
</style>