Shades of Free Speech Green #2EFC23
Tints of Free Speech Green #2EFC23
RGB
CMYK
RGB Variations
Color information
#2EFC23 (or 0x2EFC23) is known color: Free Speech Green. HEX triplet: 2E, FC and 23. RGB value is (46,252,35). Sum of RGB (Red+Green+Blue) = 46+252+35=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 252 (98.83% from 255 or 75.68% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC23 is #D103DC. Grayscale: #A6A6A6. Windows color (decimal): -13698013 or 2358318. OLE color: 2358318.
HSL color Cylindrical-coordinate representation of color #2EFC23: hue angle of 116.96º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EFC23 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 35 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.01 |
| HSL | 116.96º | 0.97% | 0.56% | - |
| HSV(B) | 116.96º | 0.86% | 0.99% | - |
| XYZ | 36.24 | 70.32 | 13.25 | - |
| YUV | 165.67 | 54.25 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 35 | 0.82 | 0 | 0.86 | 0.01 | 116.96 | 0.97 | 0.56 |
| Hex | 2E | FC | 23 | 52 | 0 | 56 | 1 | 75 | 61 | 38 |
| Octal | 56 | 374 | 43 | 122 | 0 | 126 | 1 | 165 | 141 | 70 |
| Binary | 101110 | 11111100 | 100011 | 1010010 | 0 | 1010110 | 1 | 1110101 | 1100001 | 111000 |
Color Harmonies of #2EFC23
Complementary color
Monochromatic Colors of #2EFC23
Black with #2EFC23
Text Example
Text Example
White with #2EFC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC23; }
p { color: rgb(46,252,35); }
H1.HeaderClassName
{
color: #2EFC23;
}
.AnyTagClassName
{
color: #2EFC23;
}
</style>
background-color css
<style>
a { background-color: #2EFC23; }
a { background-color: rgb(46,252,35); }
div.DivClassName
{
background-color: #2EFC23;
}
.BgClassName
{
background-color: #2EFC23;
}
</style>
border-color css
<style>
span { border-color: #2EFC23; }
span { border-color: rgb(46,252,35); }
td.TdClassName
{
border-color: #2EFC23;
}
.TagClassName
{
border-color: #2EFC23;
}
</style>