COLOR #48E105

HEX: #48E105
RGB: (72,225,5)

Color info

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

RGB color model

#48E105 color RGB value is (72,225,5).

  • red value is 72;
  • green value is 225;
  • blue value is 5.
RGB:
(72,225,5)
(28%,88%,2%)

RGB channels and saturation

R 72 of 255 = 28%
G 225 of 255 = 88%
B 5 of 255 = 2%

72
225
5

R + G + B ~ 39%. #48E105 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 225 + 5 = 302 (100%)
R 72 of 302 ~ 23.84%
G 225 of 302 ~ 74.5%
B 5 of 302 ~ 1.66%

%23.84
%74.5

CMYK color model

#48E105 color CMYK value is (68,0,98,12).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 97.78%
  • key color value is 11.76%
CMYK:
(68,0,98,12)
C68M0Y98K12 
(68%,0%,98%,12%)
(0.68/0.00/0.98/0.12)	

CMYK percentages

%68
%0
%97.78
%11.76

Codes

Color #48E105 in popluar color models

48E105
RGB722255
HSL102°95.65%45.10%
HSB/HSV102°97.78%88.24%
CMYK68.00%0.00%97.78%
11.76%

Color #48E105 in popluar number systems.

HEX48E105
Decimal722255
Binary100100011100001101
Octal1103415

Shades and tints

Shades of #48E105

#48E105
(72,225,5)
#42CD05
(66,205,5)
#3CB905
(60,185,5)
#36A505
(54,165,5)
#309105
(48,145,5)
#2A7D05
(42,125,5)
#246905
(36,105,5)
#1E5505
(30,85,5)
#184105
(24,65,5)
#122D05
(18,45,5)
#0C1905
(12,25,5)
#000000
(0,0,0)

Tints of #48E105

#48E105
(72,225,5)
#58E31B
(88,227,27)
#68E531
(104,229,49)
#78E747
(120,231,71)
#88E95D
(136,233,93)
#98EB73
(152,235,115)
#A8ED89
(168,237,137)
#B8EF9F
(184,239,159)
#C8F1B5
(200,241,181)
#D8F3CB
(216,243,203)
#E8F5E1
(232,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E105 color. Also use rgb(72,225,5) instead hex code.

Text Font Color

.myTextColor { color: #48E105; }

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

This text font color is #48E105.


Background Color

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

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

This div background color is #48E105.


Border color

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

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

This div border color is #48E105.


Opacity

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

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

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

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

This text has shadow with #48E105 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E105 on black background.


Color preview on white background

This text has color #48E105 on white background.



Black color preview on #48E105 background

This text has black color on #48E105 background.


White color preview on #48E105 background

This text has white color on #48E105 background.