color codes Logo

#2ee715 color codes

#2EE715
(46,231,21)
0 Favorites   0 Comments

Color spaces of #2ee715

RGB 4623121
HSL0.310.830.49
HSV113°91°91°
CMYK 0.800.000.91   0.09
XYZ29.838057.786810.2908
Yxy57.78680.30470.5902
Hunter Lab76.0176-62.967145.1860
CIE-Lab80.6201-76.647475.4847

#2ee715 color RGB value is (46,231,21).

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

The process color (four color CMYK) of #2ee715 color code is 0.80, 0.00, 0.91, 0.09. Web safe color of #2ee715 is #33ff00. Color #2ee715 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11100111 00010101
Octal 56 347 25
Decimal 46 231 21
Hex 2E E7 15

RGB Percentages of Color #2ee715

%15.44
%77.52
%7.05

CMYK Percentages of Color #2ee715

%80
%0
%91
%9

Triadic Colors of #2ee715

#2ee715 #152ee7 #e7152e

Analogous Colors of #2ee715

#2ee715 #15e765 #97e715

Monochromatic Colors of #2ee715

#2ee715

Complementary Color

#2ee715 #ce15e7

#2ee715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ee715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ee715 Color CSS Codes

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

#2ee715 Text Font Color

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

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


#2ee715 Background Color

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

This div background color is #2ee715


#2ee715 Border Color

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

This div border color is #2ee715


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,231,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 #2ee715">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ee715


Comments

No comments written yet.

Please login to write comment.