COLOR #35C248

HEX: #35C248
RGB: (53,194,72)

Color info

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

RGB color model

#35C248 color RGB value is (53,194,72).

  • red value is 53;
  • green value is 194;
  • blue value is 72.
RGB:
(53,194,72)
(21%,76%,28%)

RGB channels and saturation

R 53 of 255 = 21%
G 194 of 255 = 76%
B 72 of 255 = 28%

53
194
72

R + G + B ~ 42%. #35C248 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 194 + 72 = 319 (100%)
R 53 of 319 ~ 16.61%
G 194 of 319 ~ 60.82%
B 72 of 319 ~ 22.57%

%16.61
%60.82
%22.57

CMYK color model

#35C248 color CMYK value is (73,0,63,24).

  • cyan value is 72.68%
  • magenta value is 0.00%
  • yellow value is 62.89%
  • key color value is 23.92%
CMYK:
(73,0,63,24)
C73M0Y63K24 
(73%,0%,63%,24%)
(0.73/0.00/0.63/0.24)	

CMYK percentages

%72.68
%0
%62.89
%23.92

Codes

Color #35C248 in popluar color models

35C248
RGB5319472
HSL128°57.09%48.43%
HSB/HSV128°72.68%76.08%
CMYK72.68%0.00%62.89%
23.92%

Color #35C248 in popluar number systems.

HEX35C248
Decimal5319472
Binary110101110000101001000
Octal65302110

Shades and tints

Shades of #35C248

#35C248
(53,194,72)
#31B142
(49,177,66)
#2DA03C
(45,160,60)
#298F36
(41,143,54)
#257E30
(37,126,48)
#216D2A
(33,109,42)
#1D5C24
(29,92,36)
#194B1E
(25,75,30)
#153A18
(21,58,24)
#112912
(17,41,18)
#0D180C
(13,24,12)
#000000
(0,0,0)

Tints of #35C248

#35C248
(53,194,72)
#47C758
(71,199,88)
#59CC68
(89,204,104)
#6BD178
(107,209,120)
#7DD688
(125,214,136)
#8FDB98
(143,219,152)
#A1E0A8
(161,224,168)
#B3E5B8
(179,229,184)
#C5EAC8
(197,234,200)
#D7EFD8
(215,239,216)
#E9F4E8
(233,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C248 color. Also use rgb(53,194,72) instead hex code.

Text Font Color

.myTextColor { color: #35C248; }

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

This text font color is #35C248.


Background Color

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

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

This div background color is #35C248.


Border color

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

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

This div border color is #35C248.


Opacity

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

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

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

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

This text has shadow with #35C248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35C248 on black background.


Color preview on white background

This text has color #35C248 on white background.



Black color preview on #35C248 background

This text has black color on #35C248 background.


White color preview on #35C248 background

This text has white color on #35C248 background.