COLOR #70CB42

HEX: #70CB42
RGB: (112,203,66)

Color info

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

RGB color model

#70CB42 color RGB value is (112,203,66).

  • red value is 112;
  • green value is 203;
  • blue value is 66.
RGB:
(112,203,66)
(44%,80%,26%)

RGB channels and saturation

R 112 of 255 = 44%
G 203 of 255 = 80%
B 66 of 255 = 26%

112
203
66

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

Portions of RGB colors in percentages

R + G + B =
112 + 203 + 66 = 381 (100%)
R 112 of 381 ~ 29.4%
G 203 of 381 ~ 53.28%
B 66 of 381 ~ 17.32%

%29.4
%53.28
%17.32

CMYK color model

#70CB42 color CMYK value is (45,0,67,20).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 67.49%
  • key color value is 20.39%
CMYK:
(45,0,67,20)
C45M0Y67K20 
(45%,0%,67%,20%)
(0.45/0.00/0.67/0.20)	

CMYK percentages

%44.83
%0
%67.49
%20.39

Codes

Color #70CB42 in popluar color models

70CB42
RGB11220366
HSL100°56.85%52.75%
HSB/HSV100°67.49%79.61%
CMYK44.83%0.00%67.49%
20.39%

Color #70CB42 in popluar number systems.

HEX70CB42
Decimal11220366
Binary1110000110010111000010
Octal160313102

Shades and tints

Shades of #70CB42

#70CB42
(112,203,66)
#66B93C
(102,185,60)
#5CA736
(92,167,54)
#529530
(82,149,48)
#48832A
(72,131,42)
#3E7124
(62,113,36)
#345F1E
(52,95,30)
#2A4D18
(42,77,24)
#203B12
(32,59,18)
#16290C
(22,41,12)
#0C1706
(12,23,6)
#000000
(0,0,0)

Tints of #70CB42

#70CB42
(112,203,66)
#7DCF53
(125,207,83)
#8AD364
(138,211,100)
#97D775
(151,215,117)
#A4DB86
(164,219,134)
#B1DF97
(177,223,151)
#BEE3A8
(190,227,168)
#CBE7B9
(203,231,185)
#D8EBCA
(216,235,202)
#E5EFDB
(229,239,219)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70CB42 color. Also use rgb(112,203,66) instead hex code.

Text Font Color

.myTextColor { color: #70CB42; }

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

This text font color is #70CB42.


Background Color

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

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

This div background color is #70CB42.


Border color

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

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

This div border color is #70CB42.


Opacity

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

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

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

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

This text has shadow with #70CB42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70CB42 on black background.


Color preview on white background

This text has color #70CB42 on white background.



Black color preview on #70CB42 background

This text has black color on #70CB42 background.


White color preview on #70CB42 background

This text has white color on #70CB42 background.