COLOR #48E490

HEX: #48E490
RGB: (72,228,144)

Color info

#48E490 contains mainly green color. Web safe color of #48E490 is #33CC99 (or #3C9).

RGB color model

#48E490 color RGB value is (72,228,144).

  • red value is 72;
  • green value is 228;
  • blue value is 144.
RGB:
(72,228,144)
(28%,89%,56%)

RGB channels and saturation

R 72 of 255 = 28%
G 228 of 255 = 89%
B 144 of 255 = 56%

72
228
144

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

Portions of RGB colors in percentages

R + G + B =
72 + 228 + 144 = 444 (100%)
R 72 of 444 ~ 16.22%
G 228 of 444 ~ 51.35%
B 144 of 444 ~ 32.43%

%16.22
%51.35
%32.43

CMYK color model

#48E490 color CMYK value is (68,0,37,11).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 10.59%
CMYK:
(68,0,37,11)
C68M0Y37K11 
(68%,0%,37%,11%)
(0.68/0.00/0.37/0.11)	

CMYK percentages

%68.42
%0
%36.84
%10.59

Codes

Color #48E490 in popluar color models

48E490
RGB72228144
HSL148°74.29%58.82%
HSB/HSV148°68.42%89.41%
CMYK68.42%0.00%36.84%
10.59%

Color #48E490 in popluar number systems.

HEX48E490
Decimal72228144
Binary10010001110010010010000
Octal110344220

Shades and tints

Shades of #48E490

#48E490
(72,228,144)
#42D083
(66,208,131)
#3CBC76
(60,188,118)
#36A869
(54,168,105)
#30945C
(48,148,92)
#2A804F
(42,128,79)
#246C42
(36,108,66)
#1E5835
(30,88,53)
#184428
(24,68,40)
#12301B
(18,48,27)
#0C1C0E
(12,28,14)
#000000
(0,0,0)

Tints of #48E490

#48E490
(72,228,144)
#58E69A
(88,230,154)
#68E8A4
(104,232,164)
#78EAAE
(120,234,174)
#88ECB8
(136,236,184)
#98EEC2
(152,238,194)
#A8F0CC
(168,240,204)
#B8F2D6
(184,242,214)
#C8F4E0
(200,244,224)
#D8F6EA
(216,246,234)
#E8F8F4
(232,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E490 color. Also use rgb(72,228,144) instead hex code.

Text Font Color

.myTextColor { color: #48E490; }

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

This text font color is #48E490.


Background Color

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

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

This div background color is #48E490.


Border color

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

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

This div border color is #48E490.


Opacity

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

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

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

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

This text has shadow with #48E490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E490 on black background.


Color preview on white background

This text has color #48E490 on white background.



Black color preview on #48E490 background

This text has black color on #48E490 background.


White color preview on #48E490 background

This text has white color on #48E490 background.