color codes Logo

#48e73b color codes

#48E73B
(72,231,59)
0 Favorites   0 Comments

Color spaces of #48e73b

RGB 7223159
HSL0.320.780.57
HSV115°74°91°
CMYK 0.690.000.74   0.09
XYZ32.037858.845313.8074
Yxy58.84530.30600.5621
Hunter Lab76.7107-59.694243.0257
CIE-Lab81.2065-71.021167.1172

#48e73b color RGB value is (72,231,59).

#48e73b hex color red value is 72, green value is 231 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #48e73b hue: 0.32 , saturation: 0.78 and the lightness value of 48e73b is 0.57.

The process color (four color CMYK) of #48e73b color code is 0.69, 0.00, 0.74, 0.09. Web safe color of #48e73b is #33ff33. Color #48e73b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11100111 00111011
Octal 110 347 73
Decimal 72 231 59
Hex 48 E7 3B

RGB Percentages of Color #48e73b

%19.89
%63.81
%16.30

CMYK Percentages of Color #48e73b

%69
%0
%74
%9

Triadic Colors of #48e73b

#48e73b #3b48e7 #e73b48

Analogous Colors of #48e73b

#48e73b #3be784 #9ee73b

Monochromatic Colors of #48e73b

#48e73b

Complementary Color

#48e73b #da3be7

#48e73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48e73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48e73b Color CSS Codes

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

#48e73b Text Font Color

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

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


#48e73b Background Color

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

This div background color is #48e73b


#48e73b Border Color

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

This div border color is #48e73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48e73b


Comments

No comments written yet.

Please login to write comment.