COLOR #48E014

HEX: #48E014
RGB: (72,224,20)

Color info

#48E014 contains mainly green color. Web safe color of #48E014 is #33CC00 (or #3C0).

RGB color model

#48E014 color RGB value is (72,224,20).

  • red value is 72;
  • green value is 224;
  • blue value is 20.
RGB:
(72,224,20)
(28%,88%,8%)

RGB channels and saturation

R 72 of 255 = 28%
G 224 of 255 = 88%
B 20 of 255 = 8%

72
224
20

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

Portions of RGB colors in percentages

R + G + B =
72 + 224 + 20 = 316 (100%)
R 72 of 316 ~ 22.78%
G 224 of 316 ~ 70.89%
B 20 of 316 ~ 6.33%

%22.78
%70.89

CMYK color model

#48E014 color CMYK value is (68,0,91,12).

  • cyan value is 67.86%
  • magenta value is 0.00%
  • yellow value is 91.07%
  • key color value is 12.16%
CMYK:
(68,0,91,12)
C68M0Y91K12 
(68%,0%,91%,12%)
(0.68/0.00/0.91/0.12)	

CMYK percentages

%67.86
%0
%91.07
%12.16

Codes

Color #48E014 in popluar color models

48E014
RGB7222420
HSL105°83.61%47.84%
HSB/HSV105°91.07%87.84%
CMYK67.86%0.00%91.07%
12.16%

Color #48E014 in popluar number systems.

HEX48E014
Decimal7222420
Binary10010001110000010100
Octal11034024

Shades and tints

Shades of #48E014

#48E014
(72,224,20)
#42CC13
(66,204,19)
#3CB812
(60,184,18)
#36A411
(54,164,17)
#309010
(48,144,16)
#2A7C0F
(42,124,15)
#24680E
(36,104,14)
#1E540D
(30,84,13)
#18400C
(24,64,12)
#122C0B
(18,44,11)
#0C180A
(12,24,10)
#000000
(0,0,0)

Tints of #48E014

#48E014
(72,224,20)
#58E229
(88,226,41)
#68E43E
(104,228,62)
#78E653
(120,230,83)
#88E868
(136,232,104)
#98EA7D
(152,234,125)
#A8EC92
(168,236,146)
#B8EEA7
(184,238,167)
#C8F0BC
(200,240,188)
#D8F2D1
(216,242,209)
#E8F4E6
(232,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E014 color. Also use rgb(72,224,20) instead hex code.

Text Font Color

.myTextColor { color: #48E014; }

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

This text font color is #48E014.


Background Color

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

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

This div background color is #48E014.


Border color

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

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

This div border color is #48E014.


Opacity

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

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

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

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

This text has shadow with #48E014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E014 on black background.


Color preview on white background

This text has color #48E014 on white background.



Black color preview on #48E014 background

This text has black color on #48E014 background.


White color preview on #48E014 background

This text has white color on #48E014 background.