COLOR #48D938

HEX: #48D938
RGB: (72,217,56)

Color info

#48D938 contains mainly green color. Web safe color of #48D938 is #33CC33 (or #3C3).

RGB color model

#48D938 color RGB value is (72,217,56).

  • red value is 72;
  • green value is 217;
  • blue value is 56.
RGB:
(72,217,56)
(28%,85%,22%)

RGB channels and saturation

R 72 of 255 = 28%
G 217 of 255 = 85%
B 56 of 255 = 22%

72
217
56

R + G + B ~ 45%. #48D938 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 217 + 56 = 345 (100%)
R 72 of 345 ~ 20.87%
G 217 of 345 ~ 62.9%
B 56 of 345 ~ 16.23%

%20.87
%62.9
%16.23

CMYK color model

#48D938 color CMYK value is (67,0,74,15).

  • cyan value is 66.82%
  • magenta value is 0.00%
  • yellow value is 74.19%
  • key color value is 14.90%
CMYK:
(67,0,74,15)
C67M0Y74K15 
(67%,0%,74%,15%)
(0.67/0.00/0.74/0.15)	

CMYK percentages

%66.82
%0
%74.19
%14.9

Codes

Color #48D938 in popluar color models

48D938
RGB7221756
HSL114°67.93%53.53%
HSB/HSV114°74.19%85.10%
CMYK66.82%0.00%74.19%
14.90%

Color #48D938 in popluar number systems.

HEX48D938
Decimal7221756
Binary100100011011001111000
Octal11033170

Shades and tints

Shades of #48D938

#48D938
(72,217,56)
#42C633
(66,198,51)
#3CB32E
(60,179,46)
#36A029
(54,160,41)
#308D24
(48,141,36)
#2A7A1F
(42,122,31)
#24671A
(36,103,26)
#1E5415
(30,84,21)
#184110
(24,65,16)
#122E0B
(18,46,11)
#0C1B06
(12,27,6)
#000000
(0,0,0)

Tints of #48D938

#48D938
(72,217,56)
#58DC4A
(88,220,74)
#68DF5C
(104,223,92)
#78E26E
(120,226,110)
#88E580
(136,229,128)
#98E892
(152,232,146)
#A8EBA4
(168,235,164)
#B8EEB6
(184,238,182)
#C8F1C8
(200,241,200)
#D8F4DA
(216,244,218)
#E8F7EC
(232,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D938 color. Also use rgb(72,217,56) instead hex code.

Text Font Color

.myTextColor { color: #48D938; }

<p style="color:#48D938">This sample text font color is #48D938.</p>

This text font color is #48D938.


Background Color

.myBgColor { background-color: #48D938; }

<div style="background-color:#48D938">Inner text</div>

This div background color is #48D938.


Border color

.myBorderColor { border: 1px solid #48D938; }

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

This div border color is #48D938.


Opacity

.myOpacity80 { color: #48D938; opacity: 0.8; }

<p style="color:#48D938;opacity:0.8;">80%</p>

Text with #48D938 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #48D938;}

<p style="text-shadow: 3px 3px 1px #48D938">Text here.</p>

This text has shadow with #48D938 color.

.textShadow {text-shadow: 3px 3px 1px #48D938, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #48D938, 5px 5px 20px red">Text here.</p>

This text has shadow with #48D938 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48D938, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#48D938, Direction=45, Strength=4)">Text</p>

This text has shadow with #48D938 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #48D938;
  -webkit-box-shadow:	1px 1px 3px 2px #48D938;
  box-shadow:		1px 1px 3px 2px #48D938;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48D938;
-webkit-box-shadow: 1px 1px 3px 2px #48D938;
box-shadow:1px 1px 3px 2px #48D938;">
Div content here</div>
This div box has shadow with color #48D938.

Preview

Color preview on black background

This text has color #48D938 on black background.


Color preview on white background

This text has color #48D938 on white background.



Black color preview on #48D938 background

This text has black color on #48D938 background.


White color preview on #48D938 background

This text has white color on #48D938 background.