Color Hex Logo

#2ec60b Color Hex

#2EC60B
(46,198,11)
0 Favorites   0 Comments

Color spaces of #2ec60b

RGB 4619811
HSL0.300.890.41
HSV109°94°78°
CMYK 0.770.000.94   0.22
XYZ21.381240.99327.1022
Yxy40.99320.30770.5900
Hunter Lab64.0259-52.436038.2413
CIE-Lab70.1712-67.338068.0626

#2ec60b color RGB value is (46,198,11).

#2ec60b hex color red value is 46, green value is 198 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #2ec60b hue: 0.30 , saturation: 0.89 and the lightness value of 2ec60b is 0.41.

The process color (four color CMYK) of #2ec60b color hex is 0.77, 0.00, 0.94, 0.22. Web safe color of #2ec60b is #33cc00. Color #2ec60b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11000110 00001011
Octal 56 306 13
Decimal 46 198 11
Hex 2E C6 B

RGB Percentages of Color #2ec60b

%18.04
%77.65
%4.31

CMYK Percentages of Color #2ec60b

%77
%0
%94
%22

Triadic Colors of #2ec60b

#2ec60b #0b2ec6 #c60b2e

Analogous Colors of #2ec60b

#2ec60b #0bc646 #8cc60b

Monochromatic Colors of #2ec60b

#2ec60b

Complementary Color

#2ec60b #a30bc6

#2ec60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec60b Color CSS Codes

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

#2ec60b Text Font Color

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

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


#2ec60b Background Color

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

This div background color is #2ec60b


#2ec60b Border Color

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

This div border color is #2ec60b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,198,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ec60b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ec60b;
  -webkit-box-shadow: 1px 1px 3px 2px #2ec60b;
  box-shadow:         1px 1px 3px 2px #2ec60b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,198,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec60b


Comments

No comments written yet.

Please login to write comment.