Color Hex Logo

#2ebe00 Color Hex

#2EBE00
(46,190,0)
0 Favorites   0 Comments

Color spaces of #2ebe00

RGB 461900
HSL0.291.000.37
HSV105°100°75°
CMYK 0.760.001.00   0.25
XYZ19.540237.40786.1905
Yxy37.40780.30950.5925
Hunter Lab61.1619-50.005636.8123
CIE-Lab67.5819-65.168267.2021

#2ebe00 color RGB value is (46,190,0).

#2ebe00 hex color red value is 46, green value is 190 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #2ebe00 hue: 0.29 , saturation: 1.00 and the lightness value of 2ebe00 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 00000000
Octal 56 276 0
Decimal 46 190 0
Hex 2E BE 0

RGB Percentages of Color #2ebe00

%19.49
%80.51
%0.00

CMYK Percentages of Color #2ebe00

%76
%0
%100
%25

Triadic Colors of #2ebe00

#2ebe00 #002ebe #be002e

Analogous Colors of #2ebe00

#2ebe00 #00be31 #8dbe00

Monochromatic Colors of #2ebe00

#2ebe00

Complementary Color

#2ebe00 #9000be

#2ebe00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebe00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebe00 Color CSS Codes

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

#2ebe00 Text Font Color

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

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


#2ebe00 Background Color

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

This div background color is #2ebe00


#2ebe00 Border Color

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

This div border color is #2ebe00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebe00


Comments

No comments written yet.

Please login to write comment.