Color Hex Logo

#2af149 Color Hex

#2AF149
(42,241,73)
0 Favorites   0 Comments

Color spaces of #2af149

RGB 4224173
HSL0.360.880.55
HSV129°83°95°
CMYK 0.830.000.70   0.05
XYZ33.612763.883916.8626
Yxy63.88390.29390.5586
Hunter Lab79.9274-64.806543.4405
CIE-Lab83.9053-77.043064.8471

#2af149 color RGB value is (42,241,73).

#2af149 hex color red value is 42, green value is 241 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #2af149 hue: 0.36 , saturation: 0.88 and the lightness value of 2af149 is 0.55.

The process color (four color CMYK) of #2af149 color hex is 0.83, 0.00, 0.70, 0.05. Web safe color of #2af149 is #33ff33. Color #2af149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11110001 01001001
Octal 52 361 111
Decimal 42 241 73
Hex 2A F1 49

RGB Percentages of Color #2af149

%11.80
%67.70
%20.51

CMYK Percentages of Color #2af149

%83
%0
%70
%5

Triadic Colors of #2af149

#2af149 #492af1 #f1492a

Analogous Colors of #2af149

#2af149 #2af1ad #6ff12a

Monochromatic Colors of #2af149

#2af149

Complementary Color

#2af149 #f12ad2

#2af149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2af149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2af149 Color CSS Codes

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

#2af149 Text Font Color

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

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


#2af149 Background Color

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

This div background color is #2af149


#2af149 Border Color

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

This div border color is #2af149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2af149


Comments

No comments written yet.

Please login to write comment.