COLOR #42E867

HEX: #42E867 RGB: (66,232,103)

Color info

#42E867 contains mainly green color. Web safe color of #42E867 is #33FF66 (or #3F6).

RGB color model

#42E867 color RGB value is (66,232,103).

RGB: (66,232,103) (26%, 91%, 40%)

RGB channels and saturation

R 66 of 255 = 26%
G 232 of 255 = 91%
B 103 of 255 = 40%

66
232
103

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

Portions of RGB colors in percentages

R + G + B = 66 + 232 + 103 = 401 (100%)
R 66 of 401 ~ 16.46%
G 232 of 401 ~ 57.86%
B 103 of 401 ~ 25.69'%

%16.46
%57.86
%25.69

CMYK color model

#42E867 color CMYK value is (72,0,56,9).

  • cyan value is 71.55%
  • magenta value is 0.00%
  • yellow value is 55.60%
  • key color value is 9.02%

CMYK: (72,0,56,9)
C72M0Y56K9 (72%, 0%, 56%, 9%)
(0.72 / 0.00 / 0.56 / 0.09)

CMYK percentages

%71.55
%0
%55.6
%9.02

Codes

Color #42E867 in popluar color models

42 E8 67
RGB 66 232 103
HSL 133° 78.30% 58.43%
HSB/HSV 133° 71.55% 90.98%
CMYK 71.55% 0.00% 55.60%
9.02%

Color #42E867 in popluar number systems.

HEX 42 E8 67
Decimal 66 232 103
Binary 1000010 11101000 1100111
Octal 102 350 147

Shades and tints

Shades of #42E867

#42E867
(66,232,103)
#3CD35E
(60,211,94)
#36BE55
(54,190,85)
#30A94C
(48,169,76)
#2A9443
(42,148,67)
#247F3A
(36,127,58)
#1E6A31
(30,106,49)
#185528
(24,85,40)
#12401F
(18,64,31)
#0C2B16
(12,43,22)
#06160D
(6,22,13)
#000000
(0,0,0)

Tints of #42E867

#42E867
(66,232,103)
#53EA74
(83,234,116)
#64EC81
(100,236,129)
#75EE8E
(117,238,142)
#86F09B
(134,240,155)
#97F2A8
(151,242,168)
#A8F4B5
(168,244,181)
#B9F6C2
(185,246,194)
#CAF8CF
(202,248,207)
#DBFADC
(219,250,220)
#ECFCE9
(236,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42E867 color. Also use rgb(66,232,103) instead hex code.

Text Font Color

.myTextColor { color: #42E867; }

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

This text font color is #42E867.

Background Color

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

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

This div background color is #42E867.

Border color

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

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

This div border color is #42E867.

Opacity

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

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

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

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

This text has shadow with #42E867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42E867.

Preview

Color preview on black background

This text has color #42E867 on black background.


Color preview on white background

This text has color #42E867 on white background.


Black color preview on #42E867 background

This text has black color on #42E867 background.


White color preview on #42E867 background

This text has white color on #42E867 background.


Related colors

Complementary color

Complementary color for #42E867 is #BD1798.


I love getcolorcode.com

Triadic colors

1 #6742E8 and #E86742 with #42E867 are triadic colors.

2 #67E842 and #E84267 with #42E867 are triadic colors.