Shades of Free Speech Green #2EFE23
Tints of Free Speech Green #2EFE23
RGB
CMYK
RGB Variations
Color information
#2EFE23 (or 0x2EFE23) is known color: Free Speech Green. HEX triplet: 2E, FE and 23. RGB value is (46,254,35). Sum of RGB (Red+Green+Blue) = 46+254+35=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFE23 is #D101DC. Grayscale: #A7A7A7. Windows color (decimal): -13697501 or 2358830. OLE color: 2358830.
HSL color Cylindrical-coordinate representation of color #2EFE23: hue angle of 116.99º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EFE23 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 35 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.00 |
| HSL | 116.99º | 0.99% | 0.57% | - |
| HSV(B) | 116.99º | 0.86% | 1% | - |
| XYZ | 36.87 | 71.59 | 13.46 | - |
| YUV | 166.84 | 53.59 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 35 | 0.82 | 0 | 0.86 | 0.00 | 116.99 | 0.99 | 0.57 |
| Hex | 2E | FE | 23 | 52 | 0 | 56 | 0 | 75 | 63 | 39 |
| Octal | 56 | 376 | 43 | 122 | 0 | 126 | 0 | 165 | 143 | 71 |
| Binary | 101110 | 11111110 | 100011 | 1010010 | 0 | 1010110 | 0 | 1110101 | 1100011 | 111001 |
Color Harmonies of #2EFE23
Complementary color
Monochromatic Colors of #2EFE23
Black with #2EFE23
Text Example
Text Example
White with #2EFE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE23; }
p { color: rgb(46,254,35); }
H1.HeaderClassName
{
color: #2EFE23;
}
.AnyTagClassName
{
color: #2EFE23;
}
</style>
background-color css
<style>
a { background-color: #2EFE23; }
a { background-color: rgb(46,254,35); }
div.DivClassName
{
background-color: #2EFE23;
}
.BgClassName
{
background-color: #2EFE23;
}
</style>
border-color css
<style>
span { border-color: #2EFE23; }
span { border-color: rgb(46,254,35); }
td.TdClassName
{
border-color: #2EFE23;
}
.TagClassName
{
border-color: #2EFE23;
}
</style>