Color Hex Logo

#2ae307 Color Hex

#2AE307
(42,227,7)
0 Favorites   0 Comments

Color spaces of #2ae307

RGB 422277
HSL0.310.940.46
HSV110°97°89°
CMYK 0.810.000.97   0.11
XYZ28.462355.44589.4030
Yxy55.44580.30500.5942
Hunter Lab74.4619-62.078644.6363
CIE-Lab79.2974-76.250875.9031

#2ae307 color RGB value is (42,227,7).

#2ae307 hex color red value is 42, green value is 227 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #2ae307 hue: 0.31 , saturation: 0.94 and the lightness value of 2ae307 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11100011 00000111
Octal 52 343 7
Decimal 42 227 7
Hex 2A E3 7

RGB Percentages of Color #2ae307

%15.22
%82.25
%2.54

CMYK Percentages of Color #2ae307

%81
%0
%97
%11

Triadic Colors of #2ae307

#2ae307 #072ae3 #e3072a

Analogous Colors of #2ae307

#2ae307 #07e352 #98e307

Monochromatic Colors of #2ae307

#2ae307

Complementary Color

#2ae307 #c007e3

#2ae307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ae307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ae307 Color CSS Codes

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

#2ae307 Text Font Color

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

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


#2ae307 Background Color

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

This div background color is #2ae307


#2ae307 Border Color

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

This div border color is #2ae307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ae307


Comments

No comments written yet.

Please login to write comment.