COLOR #48C43E

HEX: #48C43E
RGB: (72,196,62)

Color info

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

RGB color model

#48C43E color RGB value is (72,196,62).

  • red value is 72;
  • green value is 196;
  • blue value is 62.
RGB:
(72,196,62)
(28%,77%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 196 of 255 = 77%
B 62 of 255 = 24%

72
196
62

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

Portions of RGB colors in percentages

R + G + B =
72 + 196 + 62 = 330 (100%)
R 72 of 330 ~ 21.82%
G 196 of 330 ~ 59.39%
B 62 of 330 ~ 18.79%

%21.82
%59.39
%18.79

CMYK color model

#48C43E color CMYK value is (63,0,68,23).

  • cyan value is 63.27%
  • magenta value is 0.00%
  • yellow value is 68.37%
  • key color value is 23.14%
CMYK:
(63,0,68,23)
C63M0Y68K23 
(63%,0%,68%,23%)
(0.63/0.00/0.68/0.23)	

CMYK percentages

%63.27
%0
%68.37
%23.14

Codes

Color #48C43E in popluar color models

48C43E
RGB7219662
HSL116°53.17%50.59%
HSB/HSV116°68.37%76.86%
CMYK63.27%0.00%68.37%
23.14%

Color #48C43E in popluar number systems.

HEX48C43E
Decimal7219662
Binary100100011000100111110
Octal11030476

Shades and tints

Shades of #48C43E

#48C43E
(72,196,62)
#42B339
(66,179,57)
#3CA234
(60,162,52)
#36912F
(54,145,47)
#30802A
(48,128,42)
#2A6F25
(42,111,37)
#245E20
(36,94,32)
#1E4D1B
(30,77,27)
#183C16
(24,60,22)
#122B11
(18,43,17)
#0C1A0C
(12,26,12)
#000000
(0,0,0)

Tints of #48C43E

#48C43E
(72,196,62)
#58C94F
(88,201,79)
#68CE60
(104,206,96)
#78D371
(120,211,113)
#88D882
(136,216,130)
#98DD93
(152,221,147)
#A8E2A4
(168,226,164)
#B8E7B5
(184,231,181)
#C8ECC6
(200,236,198)
#D8F1D7
(216,241,215)
#E8F6E8
(232,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48C43E color. Also use rgb(72,196,62) instead hex code.

Text Font Color

.myTextColor { color: #48C43E; }

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

This text font color is #48C43E.


Background Color

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

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

This div background color is #48C43E.


Border color

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

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

This div border color is #48C43E.


Opacity

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

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

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

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

This text has shadow with #48C43E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C43E on black background.


Color preview on white background

This text has color #48C43E on white background.



Black color preview on #48C43E background

This text has black color on #48C43E background.


White color preview on #48C43E background

This text has white color on #48C43E background.