COLOR #48E87C

HEX: #48E87C RGB: (72,232,124)

Color info

#48E87C contains mainly green color. Web safe color of #48E87C is #33FF66 (or #3F6).

RGB color model

#48E87C color RGB value is (72,232,124).

RGB: (72,232,124) (28%, 91%, 49%)

RGB channels and saturation

R 72 of 255 = 28%
G 232 of 255 = 91%
B 124 of 255 = 49%

72
232
124

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

Portions of RGB colors in percentages

R + G + B = 72 + 232 + 124 = 428 (100%)
R 72 of 428 ~ 16.82%
G 232 of 428 ~ 54.21%
B 124 of 428 ~ 28.97'%

%16.82
%54.21
%28.97

CMYK color model

#48E87C color CMYK value is (69,0,47,9).

  • cyan value is 68.97%
  • magenta value is 0.00%
  • yellow value is 46.55%
  • key color value is 9.02%

CMYK: (69,0,47,9)
C69M0Y47K9 (69%, 0%, 47%, 9%)
(0.69 / 0.00 / 0.47 / 0.09)

CMYK percentages

%68.97
%0
%46.55
%9.02

Codes

Color #48E87C in popluar color models

48 E8 7C
RGB 72 232 124
HSL 140° 77.67% 59.61%
HSB/HSV 140° 68.97% 90.98%
CMYK 68.97% 0.00% 46.55%
9.02%

Color #48E87C in popluar number systems.

HEX 48 E8 7C
Decimal 72 232 124
Binary 1001000 11101000 1111100
Octal 110 350 174

Shades and tints

Shades of #48E87C

#48E87C
(72,232,124)
#42D371
(66,211,113)
#3CBE66
(60,190,102)
#36A95B
(54,169,91)
#309450
(48,148,80)
#2A7F45
(42,127,69)
#246A3A
(36,106,58)
#1E552F
(30,85,47)
#184024
(24,64,36)
#122B19
(18,43,25)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #48E87C

#48E87C
(72,232,124)
#58EA87
(88,234,135)
#68EC92
(104,236,146)
#78EE9D
(120,238,157)
#88F0A8
(136,240,168)
#98F2B3
(152,242,179)
#A8F4BE
(168,244,190)
#B8F6C9
(184,246,201)
#C8F8D4
(200,248,212)
#D8FADF
(216,250,223)
#E8FCEA
(232,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E87C color. Also use rgb(72,232,124) instead hex code.

Text Font Color

.myTextColor { color: #48E87C; }

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

This text font color is #48E87C.

Background Color

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

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

This div background color is #48E87C.

Border color

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

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

This div border color is #48E87C.

Opacity

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

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

Text with #48E87C 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 #48E87C;}

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

This text has shadow with #48E87C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48E87C.

Preview

Color preview on black background

This text has color #48E87C on black background.


Color preview on white background

This text has color #48E87C on white background.


Black color preview on #48E87C background

This text has black color on #48E87C background.


White color preview on #48E87C background

This text has white color on #48E87C background.


Related colors

Complementary color

Complementary color for #hex is #B71783.


I love getcolorcode.com

Triadic colors

1 #7C48E8 and #E87C48 with #48E87C are triadic colors.

2 #7CE848 and #E8487C with #48E87C are triadic colors.