Color Hex Logo

#2ae32d Color Hex

#2AE32D
(42,227,45)
0 Favorites   0 Comments

Color spaces of #2ae32d

RGB 4222745
HSL0.340.770.53
HSV121°81°89°
CMYK 0.810.000.80   0.11
XYZ28.897655.619911.6953
Yxy55.61990.30040.5781
Hunter Lab74.5788-61.348042.9074
CIE-Lab79.3970-74.983669.4068

#2ae32d color RGB value is (42,227,45).

#2ae32d hex color red value is 42, green value is 227 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #2ae32d hue: 0.34 , saturation: 0.77 and the lightness value of 2ae32d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11100011 00101101
Octal 52 343 55
Decimal 42 227 45
Hex 2A E3 2D

RGB Percentages of Color #2ae32d

%13.38
%72.29
%14.33

CMYK Percentages of Color #2ae32d

%81
%0
%80
%11

Triadic Colors of #2ae32d

#2ae32d #2d2ae3 #e32d2a

Analogous Colors of #2ae32d

#2ae32d #2ae38a #84e32a

Monochromatic Colors of #2ae32d

#2ae32d

Complementary Color

#2ae32d #e32ae0

#2ae32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ae32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ae32d Color CSS Codes

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

#2ae32d Text Font Color

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

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


#2ae32d Background Color

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

This div background color is #2ae32d


#2ae32d Border Color

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

This div border color is #2ae32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ae32d


Comments

No comments written yet.

Please login to write comment.