Color Hex Logo

#2ae025 Color Hex

#2AE025
(42,224,37)
0 Favorites   0 Comments

Color spaces of #2ae025

RGB 4222437
HSL0.330.750.51
HSV118°83°88°
CMYK 0.810.000.83   0.12
XYZ27.944453.937110.6884
Yxy53.93710.30190.5827
Hunter Lab73.4419-60.604642.7805
CIE-Lab78.4250-74.532270.5416

#2ae025 color RGB value is (42,224,37).

#2ae025 hex color red value is 42, green value is 224 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #2ae025 hue: 0.33 , saturation: 0.75 and the lightness value of 2ae025 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11100000 00100101
Octal 52 340 45
Decimal 42 224 37
Hex 2A E0 25

RGB Percentages of Color #2ae025

%13.86
%73.93
%12.21

CMYK Percentages of Color #2ae025

%81
%0
%83
%12

Triadic Colors of #2ae025

#2ae025 #252ae0 #e0252a

Analogous Colors of #2ae025

#2ae025 #25e07e #88e025

Monochromatic Colors of #2ae025

#2ae025

Complementary Color

#2ae025 #db25e0

#2ae025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ae025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ae025 Color CSS Codes

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

#2ae025 Text Font Color

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

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


#2ae025 Background Color

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

This div background color is #2ae025


#2ae025 Border Color

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

This div border color is #2ae025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ae025


Comments

No comments written yet.

Please login to write comment.