COLOR #48E515

HEX: #48E515
RGB: (72,229,21)

Color info

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

RGB color model

#48E515 color RGB value is (72,229,21).

  • red value is 72;
  • green value is 229;
  • blue value is 21.
RGB:
(72,229,21)
(28%,90%,8%)

RGB channels and saturation

R 72 of 255 = 28%
G 229 of 255 = 90%
B 21 of 255 = 8%

72
229
21

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

Portions of RGB colors in percentages

R + G + B =
72 + 229 + 21 = 322 (100%)
R 72 of 322 ~ 22.36%
G 229 of 322 ~ 71.12%
B 21 of 322 ~ 6.52%

%22.36
%71.12

CMYK color model

#48E515 color CMYK value is (69,0,91,10).

  • cyan value is 68.56%
  • magenta value is 0.00%
  • yellow value is 90.83%
  • key color value is 10.20%
CMYK:
(69,0,91,10)
C69M0Y91K10 
(69%,0%,91%,10%)
(0.69/0.00/0.91/0.10)	

CMYK percentages

%68.56
%0
%90.83
%10.2

Codes

Color #48E515 in popluar color models

48E515
RGB7222921
HSL105°83.20%49.02%
HSB/HSV105°90.83%89.80%
CMYK68.56%0.00%90.83%
10.20%

Color #48E515 in popluar number systems.

HEX48E515
Decimal7222921
Binary10010001110010110101
Octal11034525

Shades and tints

Shades of #48E515

#48E515
(72,229,21)
#42D114
(66,209,20)
#3CBD13
(60,189,19)
#36A912
(54,169,18)
#309511
(48,149,17)
#2A8110
(42,129,16)
#246D0F
(36,109,15)
#1E590E
(30,89,14)
#18450D
(24,69,13)
#12310C
(18,49,12)
#0C1D0B
(12,29,11)
#000000
(0,0,0)

Tints of #48E515

#48E515
(72,229,21)
#58E72A
(88,231,42)
#68E93F
(104,233,63)
#78EB54
(120,235,84)
#88ED69
(136,237,105)
#98EF7E
(152,239,126)
#A8F193
(168,241,147)
#B8F3A8
(184,243,168)
#C8F5BD
(200,245,189)
#D8F7D2
(216,247,210)
#E8F9E7
(232,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E515 color. Also use rgb(72,229,21) instead hex code.

Text Font Color

.myTextColor { color: #48E515; }

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

This text font color is #48E515.


Background Color

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

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

This div background color is #48E515.


Border color

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

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

This div border color is #48E515.


Opacity

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

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

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

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

This text has shadow with #48E515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E515 on black background.


Color preview on white background

This text has color #48E515 on white background.



Black color preview on #48E515 background

This text has black color on #48E515 background.


White color preview on #48E515 background

This text has white color on #48E515 background.