Color Hex Logo

#2ad71e Color Hex

#2AD71E
(42,215,30)
0 Favorites   0 Comments

Color spaces of #2ad71e

RGB 4221530
HSL0.320.760.48
HSV116°86°84°
CMYK 0.800.000.86   0.16
XYZ25.489649.18699.3789
Yxy49.18690.30320.5852
Hunter Lab70.1334-57.858541.1645
CIE-Lab75.5675-72.250369.5478

#2ad71e color RGB value is (42,215,30).

#2ad71e hex color red value is 42, green value is 215 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #2ad71e hue: 0.32 , saturation: 0.76 and the lightness value of 2ad71e is 0.48.

The process color (four color CMYK) of #2ad71e color hex is 0.80, 0.00, 0.86, 0.16. Web safe color of #2ad71e is #33cc33. Color #2ad71e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11010111 00011110
Octal 52 327 36
Decimal 42 215 30
Hex 2A D7 1E

RGB Percentages of Color #2ad71e

%14.63
%74.91
%10.45

CMYK Percentages of Color #2ad71e

%80
%0
%86
%16

Triadic Colors of #2ad71e

#2ad71e #1e2ad7 #d71e2a

Analogous Colors of #2ad71e

#2ad71e #1ed76f #87d71e

Monochromatic Colors of #2ad71e

#2ad71e

Complementary Color

#2ad71e #cb1ed7

#2ad71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ad71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ad71e Color CSS Codes

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

#2ad71e Text Font Color

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

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


#2ad71e Background Color

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

This div background color is #2ad71e


#2ad71e Border Color

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

This div border color is #2ad71e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,215,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ad71e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ad71e;
  -webkit-box-shadow: 1px 1px 3px 2px #2ad71e;
  box-shadow:         1px 1px 3px 2px #2ad71e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,215,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ad71e


Comments

No comments written yet.

Please login to write comment.