Color Hex Logo

#2ebf48 Color Hex

#2EBF48
(46,191,72)
0 Favorites   0 Comments

Color spaces of #2ebf48

RGB 4619172
HSL0.360.610.46
HSV131°76°75°
CMYK 0.760.000.62   0.25
XYZ20.927238.310312.4225
Yxy38.31030.29200.5346
Hunter Lab61.8953-47.964831.4271
CIE-Lab68.2487-61.219348.2546

#2ebf48 color RGB value is (46,191,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111111 01001000
Octal 56 277 110
Decimal 46 191 72
Hex 2E BF 48

RGB Percentages of Color #2ebf48

%14.89
%61.81
%23.30

CMYK Percentages of Color #2ebf48

%76
%0
%62
%25

Triadic Colors of #2ebf48

#2ebf48 #482ebf #bf482e

Analogous Colors of #2ebf48

#2ebf48 #2ebf91 #5dbf2e

Monochromatic Colors of #2ebf48

#2ebf48

Complementary Color

#2ebf48 #bf2ea5

#2ebf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebf48 Color CSS Codes

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

#2ebf48 Text Font Color

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

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


#2ebf48 Background Color

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

This div background color is #2ebf48


#2ebf48 Border Color

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

This div border color is #2ebf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebf48


Comments

No comments written yet.

Please login to write comment.