COLOR #3BBC49

HEX: #3BBC49 RGB: (59,188,73)

Color info

#3BBC49 contains mainly green color. Web safe color of #3BBC49 is #33CC33 (or #3C3).

RGB color model

#3BBC49 color RGB value is (59,188,73).

RGB: (59,188,73) (23%, 74%, 29%)

RGB channels and saturation

R 59 of 255 = 23%
G 188 of 255 = 74%
B 73 of 255 = 29%

59
188
73

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

Portions of RGB colors in percentages

R + G + B = 59 + 188 + 73 = 320 (100%)
R 59 of 320 ~ 18.44%
G 188 of 320 ~ 58.75%
B 73 of 320 ~ 22.81'%

%18.44
%58.75
%22.81

CMYK color model

#3BBC49 color CMYK value is (69,0,61,26).

  • cyan value is 68.62%
  • magenta value is 0.00%
  • yellow value is 61.17%
  • key color value is 26.27%

CMYK: (69,0,61,26)
C69M0Y61K26 (69%, 0%, 61%, 26%)
(0.69 / 0.00 / 0.61 / 0.26)

CMYK percentages

%68.62
%0
%61.17
%26.27

Codes

Color #3BBC49 in popluar color models

3B BC 49
RGB 59 188 73
HSL 127° 52.23% 48.43%
HSB/HSV 127° 68.62% 73.73%
CMYK 68.62% 0.00% 61.17%
26.27%

Color #3BBC49 in popluar number systems.

HEX 3B BC 49
Decimal 59 188 73
Binary 111011 10111100 1001001
Octal 73 274 111

Shades and tints

Shades of #3BBC49

#3BBC49
(59,188,73)
#36AB43
(54,171,67)
#319A3D
(49,154,61)
#2C8937
(44,137,55)
#277831
(39,120,49)
#22672B
(34,103,43)
#1D5625
(29,86,37)
#18451F
(24,69,31)
#133419
(19,52,25)
#0E2313
(14,35,19)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #3BBC49

#3BBC49
(59,188,73)
#4CC259
(76,194,89)
#5DC869
(93,200,105)
#6ECE79
(110,206,121)
#7FD489
(127,212,137)
#90DA99
(144,218,153)
#A1E0A9
(161,224,169)
#B2E6B9
(178,230,185)
#C3ECC9
(195,236,201)
#D4F2D9
(212,242,217)
#E5F8E9
(229,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BBC49 color. Also use rgb(59,188,73) instead hex code.

Text Font Color

.myTextColor { color: #3BBC49; }

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

This text font color is #3BBC49.

Background Color

.myBgColor { background-color: #3BBC49; }

<div style="background-color:#3BBC49">Inner text</div>

This div background color is #3BBC49.

Border color

.myBorderColor { border: 1px solid #3BBC49; }

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

This div border color is #3BBC49.

Opacity

.myOpacity80 { color: #3BBC49; opacity: 0.8; }

<p style="color:#3BBC49;opacity:0.8;">80%</p>

Text with #3BBC49 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 #3BBC49;}

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

This text has shadow with #3BBC49 color.


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

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

This text has shadow with #3BBC49 primary color and red secondary color.


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

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

This text has shadow with #3BBC49 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3BBC49.

Preview

Color preview on black background

This text has color #3BBC49 on black background.


Color preview on white background

This text has color #3BBC49 on white background.


Black color preview on #3BBC49 background

This text has black color on #3BBC49 background.


White color preview on #3BBC49 background

This text has white color on #3BBC49 background.


Related colors

Complementary color

Complementary color for #hex is #C443B6.


I love getcolorcode.com

Triadic colors

1 #493BBC and #BC493B with #3BBC49 are triadic colors.

2 #49BC3B and #BC3B49 with #3BBC49 are triadic colors.