Color Hex Logo

#2af95d Color Hex

#2AF95D
(42,249,93)
0 Favorites   0 Comments

Color spaces of #2af95d

RGB 4224993
HSL0.370.950.57
HSV135°83°98°
CMYK 0.830.000.63   0.02
XYZ36.806369.033921.7409
Yxy69.03390.28850.5411
Hunter Lab83.0866-66.328442.6465
CIE-Lab86.5208-77.455859.8633

#2af95d color RGB value is (42,249,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11111001 01011101
Octal 52 371 135
Decimal 42 249 93
Hex 2A F9 5D

RGB Percentages of Color #2af95d

%10.94
%64.84
%24.22

CMYK Percentages of Color #2af95d

%83
%0
%63
%2

Triadic Colors of #2af95d

#2af95d #5d2af9 #f95d2a

Analogous Colors of #2af95d

#2af95d #2af9c5 #5ef92a

Monochromatic Colors of #2af95d

#2af95d

Complementary Color

#2af95d #f92ac6

#2af95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2af95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2af95d Color CSS Codes

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

#2af95d Text Font Color

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

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


#2af95d Background Color

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

This div background color is #2af95d


#2af95d Border Color

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

This div border color is #2af95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2af95d

Related Colors


Comments

No comments written yet.

Please login to write comment.