Shades of Free Speech Green #2EF423
Tints of Free Speech Green #2EF423
RGB
CMYK
RGB Variations
Color information
#2EF423 (or 0x2EF423) is known color: Free Speech Green. HEX triplet: 2E, F4 and 23. RGB value is (46,244,35). Sum of RGB (Red+Green+Blue) = 46+244+35=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 244 (95.70% from 255 or 75.08% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF423 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF423 is #D10BDC. Grayscale: #A1A1A1. Windows color (decimal): -13700061 or 2356270. OLE color: 2356270.
HSL color Cylindrical-coordinate representation of color #2EF423: hue angle of 116.84º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EF423 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 35 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.04 |
| HSL | 116.84º | 0.9% | 0.55% | - |
| HSV(B) | 116.84º | 0.86% | 0.96% | - |
| XYZ | 33.78 | 65.4 | 12.43 | - |
| YUV | 160.97 | 56.9 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 35 | 0.81 | 0 | 0.86 | 0.04 | 116.84 | 0.9 | 0.55 |
| Hex | 2E | F4 | 23 | 51 | 0 | 56 | 4 | 75 | 5A | 37 |
| Octal | 56 | 364 | 43 | 121 | 0 | 126 | 4 | 165 | 132 | 67 |
| Binary | 101110 | 11110100 | 100011 | 1010001 | 0 | 1010110 | 100 | 1110101 | 1011010 | 110111 |
Color Harmonies of #2EF423
Complementary color
Monochromatic Colors of #2EF423
Black with #2EF423
Text Example
Text Example
White with #2EF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF423; }
p { color: rgb(46,244,35); }
H1.HeaderClassName
{
color: #2EF423;
}
.AnyTagClassName
{
color: #2EF423;
}
</style>
background-color css
<style>
a { background-color: #2EF423; }
a { background-color: rgb(46,244,35); }
div.DivClassName
{
background-color: #2EF423;
}
.BgClassName
{
background-color: #2EF423;
}
</style>
border-color css
<style>
span { border-color: #2EF423; }
span { border-color: rgb(46,244,35); }
td.TdClassName
{
border-color: #2EF423;
}
.TagClassName
{
border-color: #2EF423;
}
</style>