Color Hex Logo

#3abf48 Color Hex

#3ABF48
(58,191,72)
0 Favorites   0 Comments

Color spaces of #3abf48

RGB 5819172
HSL0.350.530.49
HSV126°70°75°
CMYK 0.700.000.62   0.25
XYZ21.545438.629012.4515
Yxy38.62900.29670.5319
Hunter Lab62.1522-46.888431.6285
CIE-Lab68.4817-59.279348.5809

#3abf48 color RGB value is (58,191,72).

#3abf48 hex color red value is 58, green value is 191 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #3abf48 hue: 0.35 , saturation: 0.53 and the lightness value of 3abf48 is 0.49.

The process color (four color CMYK) of #3abf48 color hex is 0.70, 0.00, 0.62, 0.25. Web safe color of #3abf48 is #33cc33. Color #3abf48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 01001000
Octal 72 277 110
Decimal 58 191 72
Hex 3A BF 48

RGB Percentages of Color #3abf48

%18.07
%59.50
%22.43

CMYK Percentages of Color #3abf48

%70
%0
%62
%25

Triadic Colors of #3abf48

#3abf48 #483abf #bf483a

Analogous Colors of #3abf48

#3abf48 #3abf8b #6fbf3a

Monochromatic Colors of #3abf48

#3abf48

Complementary Color

#3abf48 #bf3ab1

#3abf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abf48 Color CSS Codes

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

#3abf48 Text Font Color

<p style="color:#3abf48">Text here</p>

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


#3abf48 Background Color

<div style="background-color:#3abf48">
Div content here</div>

This div background color is #3abf48


#3abf48 Border Color

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

This div border color is #3abf48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,191,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 #3abf48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abf48


Comments

No comments written yet.

Please login to write comment.