Color Hex Logo

#2cf64e Color Hex

#2CF64E
(44,246,78)
0 Favorites   0 Comments

Color spaces of #2cf64e

RGB 4424678
HSL0.360.920.57
HSV130°82°96°
CMYK 0.820.000.68   0.04
XYZ35.369666.997118.2753
Yxy66.99710.29320.5553
Hunter Lab81.8518-66.107544.0584
CIE-Lab85.5025-77.871364.6816

#2cf64e color RGB value is (44,246,78).

#2cf64e hex color red value is 44, green value is 246 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2cf64e hue: 0.36 , saturation: 0.92 and the lightness value of 2cf64e is 0.57.

The process color (four color CMYK) of #2cf64e color hex is 0.82, 0.00, 0.68, 0.04. Web safe color of #2cf64e is #33ff66. Color #2cf64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11110110 01001110
Octal 54 366 116
Decimal 44 246 78
Hex 2C F6 4E

RGB Percentages of Color #2cf64e

%11.96
%66.85
%21.20

CMYK Percentages of Color #2cf64e

%82
%0
%68
%4

Triadic Colors of #2cf64e

#2cf64e #4e2cf6 #f64e2c

Analogous Colors of #2cf64e

#2cf64e #2cf6b3 #6ff62c

Monochromatic Colors of #2cf64e

#2cf64e

Complementary Color

#2cf64e #f62cd4

#2cf64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cf64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cf64e Color CSS Codes

.mybgcolor {background-color:#2cf64e; } 
.myforecolor {color:#2cf64e; }
.mybordercolor {border:3px solid #2cf64e; }

#2cf64e Text Font Color

<p style="color:#2cf64e">Text here</p>

This sample text font color is #2cf64e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2cf64e Background Color

<div style="background-color:#2cf64e">
Div content here</div>

This div background color is #2cf64e


#2cf64e Border Color

<div style="border:3px solid #2cf64e">
Div here</div>

This div border color is #2cf64e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,246,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2cf64e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2cf64e;
  -webkit-box-shadow: 1px 1px 3px 2px #2cf64e;
  box-shadow:         1px 1px 3px 2px #2cf64e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,246,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2cf64e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2cf64e;
  -webkit-box-shadow: 1px 1px 3px 2px #2cf64e;
  box-shadow:         1px 1px 3px 2px #2cf64e;">
Div content here</div>

This div box has shadow with color #2cf64e


Comments

No comments written yet.

Please login to write comment.