Color Hex Logo

#2ae63f Color Hex

#2AE63F
(42,230,63)
0 Favorites   0 Comments

Color spaces of #2ae63f

RGB 4223063
HSL0.350.790.53
HSV127°82°90°
CMYK 0.820.000.73   0.10
XYZ30.148957.444814.2016
Yxy57.44480.29620.5643
Hunter Lab75.7923-61.632441.9452
CIE-Lab80.4291-74.648064.8296

#2ae63f color RGB value is (42,230,63).

#2ae63f hex color red value is 42, green value is 230 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2ae63f hue: 0.35 , saturation: 0.79 and the lightness value of 2ae63f is 0.53.

The process color (four color CMYK) of #2ae63f color hex is 0.82, 0.00, 0.73, 0.10. Web safe color of #2ae63f is #33ff33. Color #2ae63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11100110 00111111
Octal 52 346 77
Decimal 42 230 63
Hex 2A E6 3F

RGB Percentages of Color #2ae63f

%12.54
%68.66
%18.81

CMYK Percentages of Color #2ae63f

%82
%0
%73
%10

Triadic Colors of #2ae63f

#2ae63f #3f2ae6 #e63f2a

Analogous Colors of #2ae63f

#2ae63f #2ae69d #73e62a

Monochromatic Colors of #2ae63f

#2ae63f

Complementary Color

#2ae63f #e62ad1

#2ae63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ae63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ae63f Color CSS Codes

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

#2ae63f Text Font Color

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

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


#2ae63f Background Color

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

This div background color is #2ae63f


#2ae63f Border Color

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

This div border color is #2ae63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ae63f


Comments

No comments written yet.

Please login to write comment.