COLOR #42BA46

HEX: #42BA46 RGB: (66,186,70)

Color info

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

RGB color model

#42BA46 color RGB value is (66,186,70).

RGB: (66,186,70) (26%, 73%, 27%)

RGB channels and saturation

R 66 of 255 = 26%
G 186 of 255 = 73%
B 70 of 255 = 27%

66
186
70

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

Portions of RGB colors in percentages

R + G + B = 66 + 186 + 70 = 322 (100%)
R 66 of 322 ~ 20.5%
G 186 of 322 ~ 57.76%
B 70 of 322 ~ 21.74'%

%20.5
%57.76
%21.74

CMYK color model

#42BA46 color CMYK value is (65,0,62,27).

  • cyan value is 64.52%
  • magenta value is 0.00%
  • yellow value is 62.37%
  • key color value is 27.06%

CMYK: (65,0,62,27)
C65M0Y62K27 (65%, 0%, 62%, 27%)
(0.65 / 0.00 / 0.62 / 0.27)

CMYK percentages

%64.52
%0
%62.37
%27.06

Codes

Color #42BA46 in popluar color models

42 BA 46
RGB 66 186 70
HSL 122° 47.62% 49.41%
HSB/HSV 122° 64.52% 72.94%
CMYK 64.52% 0.00% 62.37%
27.06%

Color #42BA46 in popluar number systems.

HEX 42 BA 46
Decimal 66 186 70
Binary 1000010 10111010 1000110
Octal 102 272 106

Shades and tints

Shades of #42BA46

#42BA46
(66,186,70)
#3CAA40
(60,170,64)
#369A3A
(54,154,58)
#308A34
(48,138,52)
#2A7A2E
(42,122,46)
#246A28
(36,106,40)
#1E5A22
(30,90,34)
#184A1C
(24,74,28)
#123A16
(18,58,22)
#0C2A10
(12,42,16)
#061A0A
(6,26,10)
#000000
(0,0,0)

Tints of #42BA46

#42BA46
(66,186,70)
#53C056
(83,192,86)
#64C666
(100,198,102)
#75CC76
(117,204,118)
#86D286
(134,210,134)
#97D896
(151,216,150)
#A8DEA6
(168,222,166)
#B9E4B6
(185,228,182)
#CAEAC6
(202,234,198)
#DBF0D6
(219,240,214)
#ECF6E6
(236,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42BA46 color. Also use rgb(66,186,70) instead hex code.

Text Font Color

.myTextColor { color: #42BA46; }

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

This text font color is #42BA46.

Background Color

.myBgColor { background-color: #42BA46; }

<div style="background-color:#42BA46">Inner text</div>

This div background color is #42BA46.

Border color

.myBorderColor { border: 1px solid #42BA46; }

<div style="border:3px solid #42BA46">Div</div>

This div border color is #42BA46.

Opacity

.myOpacity80 { color: #42BA46; opacity: 0.8; }

<p style="color:#42BA46;opacity:0.8;">80%</p>

Text with #42BA46 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 #42BA46;}

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

This text has shadow with #42BA46 color.


.textShadow {text-shadow: 3px 3px 1px #42BA46', 3px 3px 1px red;}

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

This text has shadow with #42BA46 primary color and red secondary color.


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

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

This text has shadow with #42BA46 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42BA46; -webkit-box-shadow: 1px 1px 3px 2px #42BA46; box-shadow:1px 1px 3px 2px #42BA46;">
Div content here
</div>

This div box has shadow with color #42BA46.

Preview

Color preview on black background

This text has color #42BA46 on black background.


Color preview on white background

This text has color #42BA46 on white background.


Black color preview on #42BA46 background

This text has black color on #42BA46 background.


White color preview on #42BA46 background

This text has white color on #42BA46 background.


Related colors

Complementary color

Complementary color for #hex is #BD45B9.


I love getcolorcode.com

Triadic colors

1 #4642BA and #BA4642 with #42BA46 are triadic colors.

2 #46BA42 and #BA4246 with #42BA46 are triadic colors.