COLOR #35E201

HEX: #35E201
RGB: (53,226,1)

Color info

#35E201 contains mainly green color. Web safe color of #35E201 is #33CC00 (or #3C0).

RGB color model

#35E201 color RGB value is (53,226,1).

  • red value is 53;
  • green value is 226;
  • blue value is 1.
RGB:
(53,226,1)
(21%,89%,0%)

RGB channels and saturation

R 53 of 255 = 21%
G 226 of 255 = 89%
B 1 of 255 = 0%

53
226
1

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

Portions of RGB colors in percentages

R + G + B =
53 + 226 + 1 = 280 (100%)
R 53 of 280 ~ 18.93%
G 226 of 280 ~ 80.71%
B 1 of 280 ~ 0.36%

%18.93
%80.71

CMYK color model

#35E201 color CMYK value is (77,0,100,11).

  • cyan value is 76.55%
  • magenta value is 0.00%
  • yellow value is 99.56%
  • key color value is 11.37%
CMYK:
(77,0,100,11)
C77M0Y100K11 
(77%,0%,100%,11%)
(0.77/0.00/1.00/0.11)	

CMYK percentages

%76.55
%0
%99.56
%11.37

Codes

Color #35E201 in popluar color models

35E201
RGB532261
HSL106°99.12%44.51%
HSB/HSV106°99.56%88.63%
CMYK76.55%0.00%99.56%
11.37%

Color #35E201 in popluar number systems.

HEX35E201
Decimal532261
Binary110101111000101
Octal653421

Shades and tints

Shades of #35E201

#35E201
(53,226,1)
#31CE01
(49,206,1)
#2DBA01
(45,186,1)
#29A601
(41,166,1)
#259201
(37,146,1)
#217E01
(33,126,1)
#1D6A01
(29,106,1)
#195601
(25,86,1)
#154201
(21,66,1)
#112E01
(17,46,1)
#0D1A01
(13,26,1)
#000000
(0,0,0)

Tints of #35E201

#35E201
(53,226,1)
#47E418
(71,228,24)
#59E62F
(89,230,47)
#6BE846
(107,232,70)
#7DEA5D
(125,234,93)
#8FEC74
(143,236,116)
#A1EE8B
(161,238,139)
#B3F0A2
(179,240,162)
#C5F2B9
(197,242,185)
#D7F4D0
(215,244,208)
#E9F6E7
(233,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35E201 color. Also use rgb(53,226,1) instead hex code.

Text Font Color

.myTextColor { color: #35E201; }

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

This text font color is #35E201.


Background Color

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

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

This div background color is #35E201.


Border color

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

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

This div border color is #35E201.


Opacity

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

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

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

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

This text has shadow with #35E201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35E201 on black background.


Color preview on white background

This text has color #35E201 on white background.



Black color preview on #35E201 background

This text has black color on #35E201 background.


White color preview on #35E201 background

This text has white color on #35E201 background.