Shades of Free Speech Green #2EFC24
Tints of Free Speech Green #2EFC24
RGB
CMYK
RGB Variations
Color information
#2EFC24 (or 0x2EFC24) is known color: Free Speech Green. HEX triplet: 2E, FC and 24. RGB value is (46,252,36). Sum of RGB (Red+Green+Blue) = 46+252+36=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 252 (98.83% from 255 or 75.45% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC24 is #D103DB. Grayscale: #A6A6A6. Windows color (decimal): -13698012 or 2423854. OLE color: 2423854.
HSL color Cylindrical-coordinate representation of color #2EFC24: hue angle of 117.22º 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 #2EFC24 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 36 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.01 |
| HSL | 117.22º | 0.97% | 0.56% | - |
| HSV(B) | 117.22º | 0.86% | 0.99% | - |
| XYZ | 36.26 | 70.33 | 13.33 | - |
| YUV | 165.78 | 54.75 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 36 | 0.82 | 0 | 0.86 | 0.01 | 117.22 | 0.97 | 0.56 |
| Hex | 2E | FC | 24 | 52 | 0 | 56 | 1 | 75 | 61 | 38 |
| Octal | 56 | 374 | 44 | 122 | 0 | 126 | 1 | 165 | 141 | 70 |
| Binary | 101110 | 11111100 | 100100 | 1010010 | 0 | 1010110 | 1 | 1110101 | 1100001 | 111000 |
Color Harmonies of #2EFC24
Complementary color
Monochromatic Colors of #2EFC24
Black with #2EFC24
Text Example
Text Example
White with #2EFC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC24; }
p { color: rgb(46,252,36); }
H1.HeaderClassName
{
color: #2EFC24;
}
.AnyTagClassName
{
color: #2EFC24;
}
</style>
background-color css
<style>
a { background-color: #2EFC24; }
a { background-color: rgb(46,252,36); }
div.DivClassName
{
background-color: #2EFC24;
}
.BgClassName
{
background-color: #2EFC24;
}
</style>
border-color css
<style>
span { border-color: #2EFC24; }
span { border-color: rgb(46,252,36); }
td.TdClassName
{
border-color: #2EFC24;
}
.TagClassName
{
border-color: #2EFC24;
}
</style>