COLOR #3BE277

HEX: #3BE277 RGB: (59,226,119)

Color info

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

RGB color model

#3BE277 color RGB value is (59,226,119).

RGB: (59,226,119) (23%, 89%, 47%)

RGB channels and saturation

R 59 of 255 = 23%
G 226 of 255 = 89%
B 119 of 255 = 47%

59
226
119

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

Portions of RGB colors in percentages

R + G + B = 59 + 226 + 119 = 404 (100%)
R 59 of 404 ~ 14.6%
G 226 of 404 ~ 55.94%
B 119 of 404 ~ 29.46'%

%14.6
%55.94
%29.46

CMYK color model

#3BE277 color CMYK value is (74,0,47,11).

  • cyan value is 73.89%
  • magenta value is 0.00%
  • yellow value is 47.35%
  • key color value is 11.37%

CMYK: (74,0,47,11)
C74M0Y47K11 (74%, 0%, 47%, 11%)
(0.74 / 0.00 / 0.47 / 0.11)

CMYK percentages

%73.89
%0
%47.35
%11.37

Codes

Color #3BE277 in popluar color models

3B E2 77
RGB 59 226 119
HSL 142° 74.22% 55.88%
HSB/HSV 142° 73.89% 88.63%
CMYK 73.89% 0.00% 47.35%
11.37%

Color #3BE277 in popluar number systems.

HEX 3B E2 77
Decimal 59 226 119
Binary 111011 11100010 1110111
Octal 73 342 167

Shades and tints

Shades of #3BE277

#3BE277
(59,226,119)
#36CE6D
(54,206,109)
#31BA63
(49,186,99)
#2CA659
(44,166,89)
#27924F
(39,146,79)
#227E45
(34,126,69)
#1D6A3B
(29,106,59)
#185631
(24,86,49)
#134227
(19,66,39)
#0E2E1D
(14,46,29)
#091A13
(9,26,19)
#000000
(0,0,0)

Tints of #3BE277

#3BE277
(59,226,119)
#4CE483
(76,228,131)
#5DE68F
(93,230,143)
#6EE89B
(110,232,155)
#7FEAA7
(127,234,167)
#90ECB3
(144,236,179)
#A1EEBF
(161,238,191)
#B2F0CB
(178,240,203)
#C3F2D7
(195,242,215)
#D4F4E3
(212,244,227)
#E5F6EF
(229,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BE277 color. Also use rgb(59,226,119) instead hex code.

Text Font Color

.myTextColor { color: #3BE277; }

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

This text font color is #3BE277.

Background Color

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

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

This div background color is #3BE277.

Border color

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

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

This div border color is #3BE277.

Opacity

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

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

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

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

This text has shadow with #3BE277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3BE277.

Preview

Color preview on black background

This text has color #3BE277 on black background.


Color preview on white background

This text has color #3BE277 on white background.


Black color preview on #3BE277 background

This text has black color on #3BE277 background.


White color preview on #3BE277 background

This text has white color on #3BE277 background.


Related colors

Complementary color

Complementary color for #hex is #C41D88.


I love getcolorcode.com

Triadic colors

1 #773BE2 and #E2773B with #3BE277 are triadic colors.

2 #77E23B and #E23B77 with #3BE277 are triadic colors.