COLOR #48F96F

HEX: #48F96F RGB: (72,249,111)

Color info

#48F96F contains mainly green color. Web safe color of #48F96F is #33FF66 (or #3F6).

RGB color model

#48F96F color RGB value is (72,249,111).

RGB: (72,249,111) (28%, 98%, 44%)

RGB channels and saturation

R 72 of 255 = 28%
G 249 of 255 = 98%
B 111 of 255 = 44%

72
249
111

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

Portions of RGB colors in percentages

R + G + B = 72 + 249 + 111 = 432 (100%)
R 72 of 432 ~ 16.67%
G 249 of 432 ~ 57.64%
B 111 of 432 ~ 25.69'%

%16.67
%57.64
%25.69

CMYK color model

#48F96F color CMYK value is (71,0,55,2).

  • cyan value is 71.08%
  • magenta value is 0.00%
  • yellow value is 55.42%
  • key color value is 2.35%

CMYK: (71,0,55,2)
C71M0Y55K2 (71%, 0%, 55%, 2%)
(0.71 / 0.00 / 0.55 / 0.02)

CMYK percentages

%71.08
%0
%55.42
%2.35

Codes

Color #48F96F in popluar color models

48 F9 6F
RGB 72 249 111
HSL 133° 93.65% 62.94%
HSB/HSV 133° 71.08% 97.65%
CMYK 71.08% 0.00% 55.42%
2.35%

Color #48F96F in popluar number systems.

HEX 48 F9 6F
Decimal 72 249 111
Binary 1001000 11111001 1101111
Octal 110 371 157

Shades and tints

Shades of #48F96F

#48F96F
(72,249,111)
#42E365
(66,227,101)
#3CCD5B
(60,205,91)
#36B751
(54,183,81)
#30A147
(48,161,71)
#2A8B3D
(42,139,61)
#247533
(36,117,51)
#1E5F29
(30,95,41)
#18491F
(24,73,31)
#123315
(18,51,21)
#0C1D0B
(12,29,11)
#000000
(0,0,0)

Tints of #48F96F

#48F96F
(72,249,111)
#58F97C
(88,249,124)
#68F989
(104,249,137)
#78F996
(120,249,150)
#88F9A3
(136,249,163)
#98F9B0
(152,249,176)
#A8F9BD
(168,249,189)
#B8F9CA
(184,249,202)
#C8F9D7
(200,249,215)
#D8F9E4
(216,249,228)
#E8F9F1
(232,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48F96F color. Also use rgb(72,249,111) instead hex code.

Text Font Color

.myTextColor { color: #48F96F; }

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

This text font color is #48F96F.

Background Color

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

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

This div background color is #48F96F.

Border color

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

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

This div border color is #48F96F.

Opacity

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

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

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

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

This text has shadow with #48F96F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48F96F.

Preview

Color preview on black background

This text has color #48F96F on black background.


Color preview on white background

This text has color #48F96F on white background.


Black color preview on #48F96F background

This text has black color on #48F96F background.


White color preview on #48F96F background

This text has white color on #48F96F background.


Related colors

Complementary color

Complementary color for #hex is #B70690.


I love getcolorcode.com

Triadic colors

1 #6F48F9 and #F96F48 with #48F96F are triadic colors.

2 #6FF948 and #F9486F with #48F96F are triadic colors.