#2EF421

Color #2EF421 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #2EF421

Tints of Free Speech Green #2EF421

Color information

#2EF421 (or 0x2EF421) is unknown color: approx Free Speech Green. HEX triplet: 2E, F4 and 21. RGB value is (46,244,33). Sum of RGB (Red+Green+Blue) = 46+244+33=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 244 (95.70% from 255 or 75.54% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF421 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF421 is #D10BDE. Grayscale: #A1A1A1. Windows color (decimal): -13700063 or 2225198. OLE color: 2225198.

HSL color Cylindrical-coordinate representation of color #2EF421: hue angle of 116.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EF421 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB4624433-
CMYK0.8100.860.04
HSL116.3º90.56%54.31%-
HSV(B)116.3º86.48%95.69%-
XYZ33.7565.3912.28-
YUV160.7455.946.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 14.24%
GREEN value IS 244 (95.70% from 255) = 75.54%
BLUE value IS 33 (13.28% from 255) = 10.22%
R=14.24%
G=75.54%
B=10.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal46244330.8100.860.04116.390.5654.31
Hex2EF421510564745b36
Octal56364411210126416413366
Binary1011101111010010000110100010101011010011101001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EF421; }

 p { color: rgb(46,244,33); }

 H1.HeaderClassName
 {
   color: #2EF421;
 }
 .AnyTagClassName
 {
   color: #2EF421;
 }
</style>
background-color css

<style>
 a { background-color: #2EF421; }

 a { background-color: rgb(46,244,33); }

 div.DivClassName
 {
   background-color: #2EF421;
 }
 .BgClassName
 {
   background-color: #2EF421;
 }
</style>
border-color css

<style>
 span { border-color: #2EF421; }

 span { border-color: rgb(46,244,33); }

 td.TdClassName
 {
   border-color: #2EF421;
 }
 .TagClassName
 {
   border-color: #2EF421;
 }
</style>