Color Hex Logo

#2ebe32 Color Hex

#2EBE32
(46,190,50)
0 Favorites   0 Comments

Color spaces of #2ebe32

RGB 4619050
HSL0.340.610.46
HSV122°76°75°
CMYK 0.760.000.74   0.25
XYZ20.115937.63809.2223
Yxy37.63800.30030.5620
Hunter Lab61.3498-48.834134.0322
CIE-Lab67.7530-63.035656.5689

#2ebe32 color RGB value is (46,190,50).

#2ebe32 hex color red value is 46, green value is 190 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #2ebe32 hue: 0.34 , saturation: 0.61 and the lightness value of 2ebe32 is 0.46.

The process color (four color CMYK) of #2ebe32 color hex is 0.76, 0.00, 0.74, 0.25. Web safe color of #2ebe32 is #33cc33. Color #2ebe32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 00110010
Octal 56 276 62
Decimal 46 190 50
Hex 2E BE 32

RGB Percentages of Color #2ebe32

%16.08
%66.43
%17.48

CMYK Percentages of Color #2ebe32

%76
%0
%74
%25

Triadic Colors of #2ebe32

#2ebe32 #322ebe #be322e

Analogous Colors of #2ebe32

#2ebe32 #2ebe7a #72be2e

Monochromatic Colors of #2ebe32

#2ebe32

Complementary Color

#2ebe32 #be2eba

#2ebe32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebe32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebe32 Color CSS Codes

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

#2ebe32 Text Font Color

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

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


#2ebe32 Background Color

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

This div background color is #2ebe32


#2ebe32 Border Color

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

This div border color is #2ebe32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebe32


Comments

No comments written yet.

Please login to write comment.