Color Hex Logo

#2ce060 Color Hex

#2CE060
(44,224,96)
0 Favorites   0 Comments

Color spaces of #2ce060

RGB 4422496
HSL0.380.740.53
HSV137°80°88°
CMYK 0.800.000.57   0.12
XYZ29.805754.691320.0519
Yxy54.69130.28510.5231
Hunter Lab73.9536-57.477435.6915
CIE-Lab78.8631-69.196949.7694

#2ce060 color RGB value is (44,224,96).

#2ce060 hex color red value is 44, green value is 224 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #2ce060 hue: 0.38 , saturation: 0.74 and the lightness value of 2ce060 is 0.53.

The process color (four color CMYK) of #2ce060 color hex is 0.80, 0.00, 0.57, 0.12. Web safe color of #2ce060 is #33cc66. Color #2ce060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11100000 01100000
Octal 54 340 140
Decimal 44 224 96
Hex 2C E0 60

RGB Percentages of Color #2ce060

%12.09
%61.54
%26.37

CMYK Percentages of Color #2ce060

%80
%0
%57
%12

Triadic Colors of #2ce060

#2ce060 #602ce0 #e0602c

Analogous Colors of #2ce060

#2ce060 #2ce0ba #52e02c

Monochromatic Colors of #2ce060

#2ce060

Complementary Color

#2ce060 #e02cac

#2ce060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ce060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ce060 Color CSS Codes

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

#2ce060 Text Font Color

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

This sample text font color is #2ce060
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.


#2ce060 Background Color

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

This div background color is #2ce060


#2ce060 Border Color

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

This div border color is #2ce060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ce060


Comments

No comments written yet.

Please login to write comment.