COLOR #35BC21

HEX: #35BC21
RGB: (53,188,33)

Color info

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

RGB color model

#35BC21 color RGB value is (53,188,33).

  • red value is 53;
  • green value is 188;
  • blue value is 33.
RGB:
(53,188,33)
(21%,74%,13%)

RGB channels and saturation

R 53 of 255 = 21%
G 188 of 255 = 74%
B 33 of 255 = 13%

53
188
33

R + G + B ~ 36%. #35BC21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 188 + 33 = 274 (100%)
R 53 of 274 ~ 19.34%
G 188 of 274 ~ 68.61%
B 33 of 274 ~ 12.04%

%19.34
%68.61
%12.04

CMYK color model

#35BC21 color CMYK value is (72,0,82,26).

  • cyan value is 71.81%
  • magenta value is 0.00%
  • yellow value is 82.45%
  • key color value is 26.27%
CMYK:
(72,0,82,26)
C72M0Y82K26 
(72%,0%,82%,26%)
(0.72/0.00/0.82/0.26)	

CMYK percentages

%71.81
%0
%82.45
%26.27

Codes

Color #35BC21 in popluar color models

35BC21
RGB5318833
HSL112°70.14%43.33%
HSB/HSV112°82.45%73.73%
CMYK71.81%0.00%82.45%
26.27%

Color #35BC21 in popluar number systems.

HEX35BC21
Decimal5318833
Binary11010110111100100001
Octal6527441

Shades and tints

Shades of #35BC21

#35BC21
(53,188,33)
#31AB1E
(49,171,30)
#2D9A1B
(45,154,27)
#298918
(41,137,24)
#257815
(37,120,21)
#216712
(33,103,18)
#1D560F
(29,86,15)
#19450C
(25,69,12)
#153409
(21,52,9)
#112306
(17,35,6)
#0D1203
(13,18,3)
#000000
(0,0,0)

Tints of #35BC21

#35BC21
(53,188,33)
#47C235
(71,194,53)
#59C849
(89,200,73)
#6BCE5D
(107,206,93)
#7DD471
(125,212,113)
#8FDA85
(143,218,133)
#A1E099
(161,224,153)
#B3E6AD
(179,230,173)
#C5ECC1
(197,236,193)
#D7F2D5
(215,242,213)
#E9F8E9
(233,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35BC21 color. Also use rgb(53,188,33) instead hex code.

Text Font Color

.myTextColor { color: #35BC21; }

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

This text font color is #35BC21.


Background Color

.myBgColor { background-color: #35BC21; }

<div style="background-color:#35BC21">Inner text</div>

This div background color is #35BC21.


Border color

.myBorderColor { border: 1px solid #35BC21; }

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

This div border color is #35BC21.


Opacity

.myOpacity80 { color: #35BC21; opacity: 0.8; }

<p style="color:#35BC21;opacity:0.8;">80%</p>

Text with #35BC21 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 #35BC21;}

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

This text has shadow with #35BC21 color.

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

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

This text has shadow with #35BC21 primary color and red secondary color.


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

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

This text has shadow with #35BC21 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35BC21 on black background.


Color preview on white background

This text has color #35BC21 on white background.



Black color preview on #35BC21 background

This text has black color on #35BC21 background.


White color preview on #35BC21 background

This text has white color on #35BC21 background.