Color Hex Logo

#2adb1d Color Hex

#2ADB1D
(42,219,29)
0 Favorites   0 Comments

Color spaces of #2adb1d

RGB 4221929
HSL0.320.770.49
HSV116°87°86°
CMYK 0.810.000.87   0.14
XYZ26.508151.24409.6564
Yxy51.24400.30330.5863
Hunter Lab71.5849-59.174542.1116
CIE-Lab76.8266-73.438970.8560

#2adb1d color RGB value is (42,219,29).

#2adb1d hex color red value is 42, green value is 219 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #2adb1d hue: 0.32 , saturation: 0.77 and the lightness value of 2adb1d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011011 00011101
Octal 52 333 35
Decimal 42 219 29
Hex 2A DB 1D

RGB Percentages of Color #2adb1d

%14.48
%75.52
%10.00

CMYK Percentages of Color #2adb1d

%81
%0
%87
%14

Triadic Colors of #2adb1d

#2adb1d #1d2adb #db1d2a

Analogous Colors of #2adb1d

#2adb1d #1ddb6f #89db1d

Monochromatic Colors of #2adb1d

#2adb1d

Complementary Color

#2adb1d #ce1ddb

#2adb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2adb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2adb1d Color CSS Codes

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

#2adb1d Text Font Color

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

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


#2adb1d Background Color

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

This div background color is #2adb1d


#2adb1d Border Color

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

This div border color is #2adb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2adb1d


Comments

No comments written yet.

Please login to write comment.