Color Hex Logo

#2aba30 Color Hex

#2ABA30
(42,186,48)
0 Favorites   0 Comments

Color spaces of #2aba30

RGB 4218648
HSL0.340.630.45
HSV123°77°73°
CMYK 0.770.000.74   0.27
XYZ19.047335.82358.7070
Yxy35.82350.29960.5635
Hunter Lab59.8527-47.937133.2718
CIE-Lab66.3848-62.511155.8775

#2aba30 color RGB value is (42,186,48).

#2aba30 hex color red value is 42, green value is 186 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #2aba30 hue: 0.34 , saturation: 0.63 and the lightness value of 2aba30 is 0.45.

The process color (four color CMYK) of #2aba30 color hex is 0.77, 0.00, 0.74, 0.27. Web safe color of #2aba30 is #33cc33. Color #2aba30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111010 00110000
Octal 52 272 60
Decimal 42 186 48
Hex 2A BA 30

RGB Percentages of Color #2aba30

%15.22
%67.39
%17.39

CMYK Percentages of Color #2aba30

%77
%0
%74
%27

Triadic Colors of #2aba30

#2aba30 #302aba #ba302a

Analogous Colors of #2aba30

#2aba30 #2aba78 #6cba2a

Monochromatic Colors of #2aba30

#2aba30

Complementary Color

#2aba30 #ba2ab4

#2aba30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aba30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aba30 Color CSS Codes

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

#2aba30 Text Font Color

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

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


#2aba30 Background Color

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

This div background color is #2aba30


#2aba30 Border Color

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

This div border color is #2aba30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aba30


Comments

No comments written yet.

Please login to write comment.