COLOR #35B41E

HEX: #35B41E
RGB: (53,180,30)

Color info

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

RGB color model

#35B41E color RGB value is (53,180,30).

  • red value is 53;
  • green value is 180;
  • blue value is 30.
RGB:
(53,180,30)
(21%,71%,12%)

RGB channels and saturation

R 53 of 255 = 21%
G 180 of 255 = 71%
B 30 of 255 = 12%

53
180
30

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

Portions of RGB colors in percentages

R + G + B =
53 + 180 + 30 = 263 (100%)
R 53 of 263 ~ 20.15%
G 180 of 263 ~ 68.44%
B 30 of 263 ~ 11.41%

%20.15
%68.44
%11.41

CMYK color model

#35B41E color CMYK value is (71,0,83,29).

  • cyan value is 70.56%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 29.41%
CMYK:
(71,0,83,29)
C71M0Y83K29 
(71%,0%,83%,29%)
(0.71/0.00/0.83/0.29)	

CMYK percentages

%70.56
%0
%83.33
%29.41

Codes

Color #35B41E in popluar color models

35B41E
RGB5318030
HSL111°71.43%41.18%
HSB/HSV111°83.33%70.59%
CMYK70.56%0.00%83.33%
29.41%

Color #35B41E in popluar number systems.

HEX35B41E
Decimal5318030
Binary1101011011010011110
Octal6526436

Shades and tints

Shades of #35B41E

#35B41E
(53,180,30)
#31A41C
(49,164,28)
#2D941A
(45,148,26)
#298418
(41,132,24)
#257416
(37,116,22)
#216414
(33,100,20)
#1D5412
(29,84,18)
#194410
(25,68,16)
#15340E
(21,52,14)
#11240C
(17,36,12)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #35B41E

#35B41E
(53,180,30)
#47BA32
(71,186,50)
#59C046
(89,192,70)
#6BC65A
(107,198,90)
#7DCC6E
(125,204,110)
#8FD282
(143,210,130)
#A1D896
(161,216,150)
#B3DEAA
(179,222,170)
#C5E4BE
(197,228,190)
#D7EAD2
(215,234,210)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35B41E color. Also use rgb(53,180,30) instead hex code.

Text Font Color

.myTextColor { color: #35B41E; }

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

This text font color is #35B41E.


Background Color

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

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

This div background color is #35B41E.


Border color

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

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

This div border color is #35B41E.


Opacity

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

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

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

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

This text has shadow with #35B41E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35B41E on black background.


Color preview on white background

This text has color #35B41E on white background.



Black color preview on #35B41E background

This text has black color on #35B41E background.


White color preview on #35B41E background

This text has white color on #35B41E background.