Color Hex Logo

#48e929 Color Hex

#48E929
(72,233,41)
0 Favorites   0 Comments

Color spaces of #48e929

RGB 7223341
HSL0.310.810.54
HSV110°82°91°
CMYK 0.690.000.82   0.09
XYZ32.211659.815611.9457
Yxy59.81560.30980.5753
Hunter Lab77.3405-61.002444.9807
CIE-Lab81.7379-72.683472.7690

#48e929 color RGB value is (72,233,41).

#48e929 hex color red value is 72, green value is 233 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #48e929 hue: 0.31 , saturation: 0.81 and the lightness value of 48e929 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101001 00101001
Octal 110 351 51
Decimal 72 233 41
Hex 48 E9 29

RGB Percentages of Color #48e929

%20.81
%67.34
%11.85

CMYK Percentages of Color #48e929

%69
%0
%82
%9

Triadic Colors of #48e929

#48e929 #2948e9 #e92948

Analogous Colors of #48e929

#48e929 #29e96a #a8e929

Monochromatic Colors of #48e929

#48e929

Complementary Color

#48e929 #ca29e9

#48e929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48e929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48e929 Color CSS Codes

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

#48e929 Text Font Color

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

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


#48e929 Background Color

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

This div background color is #48e929


#48e929 Border Color

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

This div border color is #48e929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48e929


Comments

No comments written yet.

Please login to write comment.