COLOR #70BE44

HEX: #70BE44
RGB: (112,190,68)

Color info

#70BE44 contains mainly green color. Web safe color of #70BE44 is #66CC33 (or #6C3).

RGB color model

#70BE44 color RGB value is (112,190,68).

  • red value is 112;
  • green value is 190;
  • blue value is 68.
RGB:
(112,190,68)
(44%,75%,27%)

RGB channels and saturation

R 112 of 255 = 44%
G 190 of 255 = 75%
B 68 of 255 = 27%

112
190
68

R + G + B ~ 49%. #70BE44 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 190 + 68 = 370 (100%)
R 112 of 370 ~ 30.27%
G 190 of 370 ~ 51.35%
B 68 of 370 ~ 18.38%

%30.27
%51.35
%18.38

CMYK color model

#70BE44 color CMYK value is (41,0,64,25).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 64.21%
  • key color value is 25.49%
CMYK:
(41,0,64,25)
C41M0Y64K25 
(41%,0%,64%,25%)
(0.41/0.00/0.64/0.25)	

CMYK percentages

%41.05
%0
%64.21
%25.49

Codes

Color #70BE44 in popluar color models

70BE44
RGB11219068
HSL98°48.41%50.59%
HSB/HSV98°64.21%74.51%
CMYK41.05%0.00%64.21%
25.49%

Color #70BE44 in popluar number systems.

HEX70BE44
Decimal11219068
Binary1110000101111101000100
Octal160276104

Shades and tints

Shades of #70BE44

#70BE44
(112,190,68)
#66AD3E
(102,173,62)
#5C9C38
(92,156,56)
#528B32
(82,139,50)
#487A2C
(72,122,44)
#3E6926
(62,105,38)
#345820
(52,88,32)
#2A471A
(42,71,26)
#203614
(32,54,20)
#16250E
(22,37,14)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #70BE44

#70BE44
(112,190,68)
#7DC355
(125,195,85)
#8AC866
(138,200,102)
#97CD77
(151,205,119)
#A4D288
(164,210,136)
#B1D799
(177,215,153)
#BEDCAA
(190,220,170)
#CBE1BB
(203,225,187)
#D8E6CC
(216,230,204)
#E5EBDD
(229,235,221)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BE44 color. Also use rgb(112,190,68) instead hex code.

Text Font Color

.myTextColor { color: #70BE44; }

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

This text font color is #70BE44.


Background Color

.myBgColor { background-color: #70BE44; }

<div style="background-color:#70BE44">Inner text</div>

This div background color is #70BE44.


Border color

.myBorderColor { border: 1px solid #70BE44; }

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

This div border color is #70BE44.


Opacity

.myOpacity80 { color: #70BE44; opacity: 0.8; }

<p style="color:#70BE44;opacity:0.8;">80%</p>

Text with #70BE44 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 #70BE44;}

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

This text has shadow with #70BE44 color.

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

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

This text has shadow with #70BE44 primary color and red secondary color.


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

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

This text has shadow with #70BE44 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BE44 on black background.


Color preview on white background

This text has color #70BE44 on white background.



Black color preview on #70BE44 background

This text has black color on #70BE44 background.


White color preview on #70BE44 background

This text has white color on #70BE44 background.