Color Hex Logo

#48eb4b Color Hex

#48EB4B
(72,235,75)
0 Favorites   0 Comments

Color spaces of #48eb4b

RGB 7223575
HSL0.340.800.60
HSV121°69°92°
CMYK 0.690.000.68   0.08
XYZ33.650861.302416.7156
Yxy61.30240.30130.5490
Hunter Lab78.2958-60.300242.1491
CIE-Lab82.5410-71.029162.8079

#48eb4b color RGB value is (72,235,75).

#48eb4b hex color red value is 72, green value is 235 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #48eb4b hue: 0.34 , saturation: 0.80 and the lightness value of 48eb4b is 0.60.

The process color (four color CMYK) of #48eb4b color hex is 0.69, 0.00, 0.68, 0.08. Web safe color of #48eb4b is #33ff33. Color #48eb4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101011 01001011
Octal 110 353 113
Decimal 72 235 75
Hex 48 EB 4B

RGB Percentages of Color #48eb4b

%18.85
%61.52
%19.63

CMYK Percentages of Color #48eb4b

%69
%0
%68
%8

Triadic Colors of #48eb4b

#48eb4b #4b48eb #eb4b48

Analogous Colors of #48eb4b

#48eb4b #48eb9d #97eb48

Monochromatic Colors of #48eb4b

#48eb4b

Complementary Color

#48eb4b #eb48e8

#48eb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48eb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48eb4b Color CSS Codes

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

#48eb4b Text Font Color

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

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


#48eb4b Background Color

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

This div background color is #48eb4b


#48eb4b Border Color

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

This div border color is #48eb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48eb4b


Comments

No comments written yet.

Please login to write comment.