Color Hex Logo

#2af947 Color Hex

#2AF947
(42,249,71)
0 Favorites   0 Comments

Color spaces of #2af947

RGB 4224971
HSL0.360.950.57
HSV128°83°98°
CMYK 0.830.000.71   0.02
XYZ35.967968.698517.3257
Yxy68.69850.29480.5631
Hunter Lab82.8846-67.587645.6256
CIE-Lab86.3545-79.527468.0956

#2af947 color RGB value is (42,249,71).

#2af947 hex color red value is 42, green value is 249 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #2af947 hue: 0.36 , saturation: 0.95 and the lightness value of 2af947 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11111001 01000111
Octal 52 371 107
Decimal 42 249 71
Hex 2A F9 47

RGB Percentages of Color #2af947

%11.60
%68.78
%19.61

CMYK Percentages of Color #2af947

%83
%0
%71
%2

Triadic Colors of #2af947

#2af947 #472af9 #f9472a

Analogous Colors of #2af947

#2af947 #2af9af #75f92a

Monochromatic Colors of #2af947

#2af947

Complementary Color

#2af947 #f92adc

#2af947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2af947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2af947 Color CSS Codes

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

#2af947 Text Font Color

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

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


#2af947 Background Color

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

This div background color is #2af947


#2af947 Border Color

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

This div border color is #2af947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2af947


Comments

No comments written yet.

Please login to write comment.