Color Hex Logo

#2adb48 Color Hex

#2ADB48
(42,219,72)
0 Favorites   0 Comments

Color spaces of #2adb48

RGB 4221972
HSL0.360.710.51
HSV130°81°86°
CMYK 0.810.000.67   0.14
XYZ27.456151.623214.6481
Yxy51.62320.29290.5508
Hunter Lab71.8493-57.525238.2069
CIE-Lab77.0550-70.574757.9601

#2adb48 color RGB value is (42,219,72).

#2adb48 hex color red value is 42, green value is 219 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #2adb48 hue: 0.36 , saturation: 0.71 and the lightness value of 2adb48 is 0.51.

The process color (four color CMYK) of #2adb48 color hex is 0.81, 0.00, 0.67, 0.14. Web safe color of #2adb48 is #33cc33. Color #2adb48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011011 01001000
Octal 52 333 110
Decimal 42 219 72
Hex 2A DB 48

RGB Percentages of Color #2adb48

%12.61
%65.77
%21.62

CMYK Percentages of Color #2adb48

%81
%0
%67
%14

Triadic Colors of #2adb48

#2adb48 #482adb #db482a

Analogous Colors of #2adb48

#2adb48 #2adba1 #65db2a

Monochromatic Colors of #2adb48

#2adb48

Complementary Color

#2adb48 #db2abd

#2adb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2adb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2adb48 Color CSS Codes

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

#2adb48 Text Font Color

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

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


#2adb48 Background Color

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

This div background color is #2adb48


#2adb48 Border Color

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

This div border color is #2adb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2adb48


Comments

No comments written yet.

Please login to write comment.