Color Hex Logo

#2ebd15 Color Hex

#2EBD15
(46,189,21)
0 Favorites   0 Comments

Color spaces of #2ebd15

RGB 4618921
HSL0.310.800.41
HSV111°89°74°
CMYK 0.760.000.89   0.26
XYZ19.459737.03026.8314
Yxy37.03020.30730.5848
Hunter Lab60.8524-49.410235.9407
CIE-Lab67.2997-64.357764.1483

#2ebd15 color RGB value is (46,189,21).

#2ebd15 hex color red value is 46, green value is 189 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #2ebd15 hue: 0.31 , saturation: 0.80 and the lightness value of 2ebd15 is 0.41.

The process color (four color CMYK) of #2ebd15 color hex is 0.76, 0.00, 0.89, 0.26. Web safe color of #2ebd15 is #33cc00. Color #2ebd15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111101 00010101
Octal 56 275 25
Decimal 46 189 21
Hex 2E BD 15

RGB Percentages of Color #2ebd15

%17.97
%73.83
%8.20

CMYK Percentages of Color #2ebd15

%76
%0
%89
%26

Triadic Colors of #2ebd15

#2ebd15 #152ebd #bd152e

Analogous Colors of #2ebd15

#2ebd15 #15bd50 #82bd15

Monochromatic Colors of #2ebd15

#2ebd15

Complementary Color

#2ebd15 #a415bd

#2ebd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebd15 Color CSS Codes

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

#2ebd15 Text Font Color

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

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


#2ebd15 Background Color

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

This div background color is #2ebd15


#2ebd15 Border Color

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

This div border color is #2ebd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebd15


Comments

No comments written yet.

Please login to write comment.