Shades of Free Speech Green #2EFC29
Tints of Free Speech Green #2EFC29
RGB
CMYK
RGB Variations
Color information
#2EFC29 (or 0x2EFC29) is known color: Free Speech Green. HEX triplet: 2E, FC and 29. RGB value is (46,252,41). Sum of RGB (Red+Green+Blue) = 46+252+41=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC29 is #D103D6. Grayscale: #A6A6A6. Windows color (decimal): -13698007 or 2751534. OLE color: 2751534.
HSL color Cylindrical-coordinate representation of color #2EFC29: hue angle of 118.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EFC29 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 41 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.01 |
| HSL | 118.58º | 0.97% | 0.57% | - |
| HSV(B) | 118.58º | 0.84% | 0.99% | - |
| XYZ | 36.34 | 70.36 | 13.76 | - |
| YUV | 166.35 | 57.25 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 41 | 0.82 | 0 | 0.84 | 0.01 | 118.58 | 0.97 | 0.57 |
| Hex | 2E | FC | 29 | 52 | 0 | 54 | 1 | 77 | 61 | 39 |
| Octal | 56 | 374 | 51 | 122 | 0 | 124 | 1 | 167 | 141 | 71 |
| Binary | 101110 | 11111100 | 101001 | 1010010 | 0 | 1010100 | 1 | 1110111 | 1100001 | 111001 |
Color Harmonies of #2EFC29
Complementary color
Monochromatic Colors of #2EFC29
Black with #2EFC29
Text Example
Text Example
White with #2EFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC29; }
p { color: rgb(46,252,41); }
H1.HeaderClassName
{
color: #2EFC29;
}
.AnyTagClassName
{
color: #2EFC29;
}
</style>
background-color css
<style>
a { background-color: #2EFC29; }
a { background-color: rgb(46,252,41); }
div.DivClassName
{
background-color: #2EFC29;
}
.BgClassName
{
background-color: #2EFC29;
}
</style>
border-color css
<style>
span { border-color: #2EFC29; }
span { border-color: rgb(46,252,41); }
td.TdClassName
{
border-color: #2EFC29;
}
.TagClassName
{
border-color: #2EFC29;
}
</style>