COLOR #3BCF6F

HEX: #3BCF6F
RGB: (59,207,111)

Color info

#3BCF6F contains mainly green color. Web safe color of #3BCF6F is #33CC66 (or #3C6).

RGB color model

#3BCF6F color RGB value is (59,207,111).

  • red value is 59;
  • green value is 207;
  • blue value is 111.
RGB:
(59,207,111)
(23%,81%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 207 of 255 = 81%
B 111 of 255 = 44%

59
207
111

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

Portions of RGB colors in percentages

R + G + B =
59 + 207 + 111 = 377 (100%)
R 59 of 377 ~ 15.65%
G 207 of 377 ~ 54.91%
B 111 of 377 ~ 29.44%

%15.65
%54.91
%29.44

CMYK color model

#3BCF6F color CMYK value is (71,0,46,19).

  • cyan value is 71.50%
  • magenta value is 0.00%
  • yellow value is 46.38%
  • key color value is 18.82%
CMYK:
(71,0,46,19)
C71M0Y46K19 
(71%,0%,46%,19%)
(0.71/0.00/0.46/0.19)	

CMYK percentages

%71.5
%0
%46.38
%18.82

Codes

Color #3BCF6F in popluar color models

3BCF6F
RGB59207111
HSL141°60.66%52.16%
HSB/HSV141°71.50%81.18%
CMYK71.50%0.00%46.38%
18.82%

Color #3BCF6F in popluar number systems.

HEX3BCF6F
Decimal59207111
Binary111011110011111101111
Octal73317157

Shades and tints

Shades of #3BCF6F

#3BCF6F
(59,207,111)
#36BD65
(54,189,101)
#31AB5B
(49,171,91)
#2C9951
(44,153,81)
#278747
(39,135,71)
#22753D
(34,117,61)
#1D6333
(29,99,51)
#185129
(24,81,41)
#133F1F
(19,63,31)
#0E2D15
(14,45,21)
#091B0B
(9,27,11)
#000000
(0,0,0)

Tints of #3BCF6F

#3BCF6F
(59,207,111)
#4CD37C
(76,211,124)
#5DD789
(93,215,137)
#6EDB96
(110,219,150)
#7FDFA3
(127,223,163)
#90E3B0
(144,227,176)
#A1E7BD
(161,231,189)
#B2EBCA
(178,235,202)
#C3EFD7
(195,239,215)
#D4F3E4
(212,243,228)
#E5F7F1
(229,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BCF6F color. Also use rgb(59,207,111) instead hex code.

Text Font Color

.myTextColor { color: #3BCF6F; }

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

This text font color is #3BCF6F.


Background Color

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

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

This div background color is #3BCF6F.


Border color

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

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

This div border color is #3BCF6F.


Opacity

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

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

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

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

This text has shadow with #3BCF6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BCF6F on black background.


Color preview on white background

This text has color #3BCF6F on white background.



Black color preview on #3BCF6F background

This text has black color on #3BCF6F background.


White color preview on #3BCF6F background

This text has white color on #3BCF6F background.