Color Hex Logo

#48be3c Color Hex

#48BE3C
(72,190,60)
0 Favorites   0 Comments

Color spaces of #48be3c

RGB 7219060
HSL0.320.520.49
HSV114°68°75°
CMYK 0.620.000.68   0.25
XYZ21.901638.530910.5578
Yxy38.53090.30850.5428
Hunter Lab62.0733-45.647233.3669
CIE-Lab68.4101-57.299953.6518

#48be3c color RGB value is (72,190,60).

#48be3c hex color red value is 72, green value is 190 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #48be3c hue: 0.32 , saturation: 0.52 and the lightness value of 48be3c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111110 00111100
Octal 110 276 74
Decimal 72 190 60
Hex 48 BE 3C

RGB Percentages of Color #48be3c

%22.36
%59.01
%18.63

CMYK Percentages of Color #48be3c

%62
%0
%68
%25

Triadic Colors of #48be3c

#48be3c #3c48be #be3c48

Analogous Colors of #48be3c

#48be3c #3cbe71 #89be3c

Monochromatic Colors of #48be3c

#48be3c

Complementary Color

#48be3c #b23cbe

#48be3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48be3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48be3c Color CSS Codes

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

#48be3c Text Font Color

<p style="color:#48be3c">Text here</p>

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


#48be3c Background Color

<div style="background-color:#48be3c">
Div content here</div>

This div background color is #48be3c


#48be3c Border Color

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

This div border color is #48be3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,190,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48be3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48be3c;
  -webkit-box-shadow: 1px 1px 3px 2px #48be3c;
  box-shadow:         1px 1px 3px 2px #48be3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48be3c


Comments

No comments written yet.

Please login to write comment.