COLOR #48D14C

HEX: #48D14C
RGB: (72,209,76)

Color info

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

RGB color model

#48D14C color RGB value is (72,209,76).

  • red value is 72;
  • green value is 209;
  • blue value is 76.
RGB:
(72,209,76)
(28%,82%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 209 of 255 = 82%
B 76 of 255 = 30%

72
209
76

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

Portions of RGB colors in percentages

R + G + B =
72 + 209 + 76 = 357 (100%)
R 72 of 357 ~ 20.17%
G 209 of 357 ~ 58.54%
B 76 of 357 ~ 21.29%

%20.17
%58.54
%21.29

CMYK color model

#48D14C color CMYK value is (66,0,64,18).

  • cyan value is 65.55%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 18.04%
CMYK:
(66,0,64,18)
C66M0Y64K18 
(66%,0%,64%,18%)
(0.66/0.00/0.64/0.18)	

CMYK percentages

%65.55
%0
%63.64
%18.04

Codes

Color #48D14C in popluar color models

48D14C
RGB7220976
HSL122°59.83%55.10%
HSB/HSV122°65.55%81.96%
CMYK65.55%0.00%63.64%
18.04%

Color #48D14C in popluar number systems.

HEX48D14C
Decimal7220976
Binary1001000110100011001100
Octal110321114

Shades and tints

Shades of #48D14C

#48D14C
(72,209,76)
#42BE46
(66,190,70)
#3CAB40
(60,171,64)
#36983A
(54,152,58)
#308534
(48,133,52)
#2A722E
(42,114,46)
#245F28
(36,95,40)
#1E4C22
(30,76,34)
#18391C
(24,57,28)
#122616
(18,38,22)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #48D14C

#48D14C
(72,209,76)
#58D55C
(88,213,92)
#68D96C
(104,217,108)
#78DD7C
(120,221,124)
#88E18C
(136,225,140)
#98E59C
(152,229,156)
#A8E9AC
(168,233,172)
#B8EDBC
(184,237,188)
#C8F1CC
(200,241,204)
#D8F5DC
(216,245,220)
#E8F9EC
(232,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D14C color. Also use rgb(72,209,76) instead hex code.

Text Font Color

.myTextColor { color: #48D14C; }

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

This text font color is #48D14C.


Background Color

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

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

This div background color is #48D14C.


Border color

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

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

This div border color is #48D14C.


Opacity

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

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

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

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

This text has shadow with #48D14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D14C on black background.


Color preview on white background

This text has color #48D14C on white background.



Black color preview on #48D14C background

This text has black color on #48D14C background.


White color preview on #48D14C background

This text has white color on #48D14C background.