Shades of Free Speech Green #2EFC27
Tints of Free Speech Green #2EFC27
RGB
CMYK
RGB Variations
Color information
#2EFC27 (or 0x2EFC27) is known color: Free Speech Green. HEX triplet: 2E, FC and 27. RGB value is (46,252,39). Sum of RGB (Red+Green+Blue) = 46+252+39=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC27 is #D103D8. Grayscale: #A6A6A6. Windows color (decimal): -13698009 or 2620462. OLE color: 2620462.
HSL color Cylindrical-coordinate representation of color #2EFC27: hue angle of 118.03º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EFC27 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 39 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.01 |
| HSL | 118.03º | 0.97% | 0.57% | - |
| HSV(B) | 118.03º | 0.85% | 0.99% | - |
| XYZ | 36.3 | 70.35 | 13.58 | - |
| YUV | 166.12 | 56.25 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 39 | 0.82 | 0 | 0.85 | 0.01 | 118.03 | 0.97 | 0.57 |
| Hex | 2E | FC | 27 | 52 | 0 | 55 | 1 | 76 | 61 | 39 |
| Octal | 56 | 374 | 47 | 122 | 0 | 125 | 1 | 166 | 141 | 71 |
| Binary | 101110 | 11111100 | 100111 | 1010010 | 0 | 1010101 | 1 | 1110110 | 1100001 | 111001 |
Color Harmonies of #2EFC27
Complementary color
Monochromatic Colors of #2EFC27
Black with #2EFC27
Text Example
Text Example
White with #2EFC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC27; }
p { color: rgb(46,252,39); }
H1.HeaderClassName
{
color: #2EFC27;
}
.AnyTagClassName
{
color: #2EFC27;
}
</style>
background-color css
<style>
a { background-color: #2EFC27; }
a { background-color: rgb(46,252,39); }
div.DivClassName
{
background-color: #2EFC27;
}
.BgClassName
{
background-color: #2EFC27;
}
</style>
border-color css
<style>
span { border-color: #2EFC27; }
span { border-color: rgb(46,252,39); }
td.TdClassName
{
border-color: #2EFC27;
}
.TagClassName
{
border-color: #2EFC27;
}
</style>