COLOR #3BD428

HEX: #3BD428
RGB: (59,212,40)

Color info

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

RGB color model

#3BD428 color RGB value is (59,212,40).

  • red value is 59;
  • green value is 212;
  • blue value is 40.
RGB:
(59,212,40)
(23%,83%,16%)

RGB channels and saturation

R 59 of 255 = 23%
G 212 of 255 = 83%
B 40 of 255 = 16%

59
212
40

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

Portions of RGB colors in percentages

R + G + B =
59 + 212 + 40 = 311 (100%)
R 59 of 311 ~ 18.97%
G 212 of 311 ~ 68.17%
B 40 of 311 ~ 12.86%

%18.97
%68.17
%12.86

CMYK color model

#3BD428 color CMYK value is (72,0,81,17).

  • cyan value is 72.17%
  • magenta value is 0.00%
  • yellow value is 81.13%
  • key color value is 16.86%
CMYK:
(72,0,81,17)
C72M0Y81K17 
(72%,0%,81%,17%)
(0.72/0.00/0.81/0.17)	

CMYK percentages

%72.17
%0
%81.13
%16.86

Codes

Color #3BD428 in popluar color models

3BD428
RGB5921240
HSL113°68.25%49.41%
HSB/HSV113°81.13%83.14%
CMYK72.17%0.00%81.13%
16.86%

Color #3BD428 in popluar number systems.

HEX3BD428
Decimal5921240
Binary11101111010100101000
Octal7332450

Shades and tints

Shades of #3BD428

#3BD428
(59,212,40)
#36C125
(54,193,37)
#31AE22
(49,174,34)
#2C9B1F
(44,155,31)
#27881C
(39,136,28)
#227519
(34,117,25)
#1D6216
(29,98,22)
#184F13
(24,79,19)
#133C10
(19,60,16)
#0E290D
(14,41,13)
#09160A
(9,22,10)
#000000
(0,0,0)

Tints of #3BD428

#3BD428
(59,212,40)
#4CD73B
(76,215,59)
#5DDA4E
(93,218,78)
#6EDD61
(110,221,97)
#7FE074
(127,224,116)
#90E387
(144,227,135)
#A1E69A
(161,230,154)
#B2E9AD
(178,233,173)
#C3ECC0
(195,236,192)
#D4EFD3
(212,239,211)
#E5F2E6
(229,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BD428 color. Also use rgb(59,212,40) instead hex code.

Text Font Color

.myTextColor { color: #3BD428; }

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

This text font color is #3BD428.


Background Color

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

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

This div background color is #3BD428.


Border color

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

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

This div border color is #3BD428.


Opacity

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

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

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

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

This text has shadow with #3BD428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BD428 on black background.


Color preview on white background

This text has color #3BD428 on white background.



Black color preview on #3BD428 background

This text has black color on #3BD428 background.


White color preview on #3BD428 background

This text has white color on #3BD428 background.