COLOR #48BB11

HEX: #48BB11
RGB: (72,187,17)

Color info

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

RGB color model

#48BB11 color RGB value is (72,187,17).

  • red value is 72;
  • green value is 187;
  • blue value is 17.
RGB:
(72,187,17)
(28%,73%,7%)

RGB channels and saturation

R 72 of 255 = 28%
G 187 of 255 = 73%
B 17 of 255 = 7%

72
187
17

R + G + B ~ 36%. #48BB11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 187 + 17 = 276 (100%)
R 72 of 276 ~ 26.09%
G 187 of 276 ~ 67.75%
B 17 of 276 ~ 6.16%

%26.09
%67.75

CMYK color model

#48BB11 color CMYK value is (61,0,91,27).

  • cyan value is 61.50%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 26.67%
CMYK:
(61,0,91,27)
C61M0Y91K27 
(61%,0%,91%,27%)
(0.61/0.00/0.91/0.27)	

CMYK percentages

%61.5
%0
%90.91
%26.67

Codes

Color #48BB11 in popluar color models

48BB11
RGB7218717
HSL101°83.33%40.00%
HSB/HSV101°90.91%73.33%
CMYK61.50%0.00%90.91%
26.67%

Color #48BB11 in popluar number systems.

HEX48BB11
Decimal7218717
Binary10010001011101110001
Octal11027321

Shades and tints

Shades of #48BB11

#48BB11
(72,187,17)
#42AA10
(66,170,16)
#3C990F
(60,153,15)
#36880E
(54,136,14)
#30770D
(48,119,13)
#2A660C
(42,102,12)
#24550B
(36,85,11)
#1E440A
(30,68,10)
#183309
(24,51,9)
#122208
(18,34,8)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #48BB11

#48BB11
(72,187,17)
#58C126
(88,193,38)
#68C73B
(104,199,59)
#78CD50
(120,205,80)
#88D365
(136,211,101)
#98D97A
(152,217,122)
#A8DF8F
(168,223,143)
#B8E5A4
(184,229,164)
#C8EBB9
(200,235,185)
#D8F1CE
(216,241,206)
#E8F7E3
(232,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48BB11 color. Also use rgb(72,187,17) instead hex code.

Text Font Color

.myTextColor { color: #48BB11; }

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

This text font color is #48BB11.


Background Color

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

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

This div background color is #48BB11.


Border color

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

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

This div border color is #48BB11.


Opacity

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

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

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

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

This text has shadow with #48BB11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48BB11 on black background.


Color preview on white background

This text has color #48BB11 on white background.



Black color preview on #48BB11 background

This text has black color on #48BB11 background.


White color preview on #48BB11 background

This text has white color on #48BB11 background.