COLOR #42CB3F

HEX: #42CB3F RGB: (66,203,63)

Color info

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

RGB color model

#42CB3F color RGB value is (66,203,63).

RGB: (66,203,63) (26%, 80%, 25%)

RGB channels and saturation

R 66 of 255 = 26%
G 203 of 255 = 80%
B 63 of 255 = 25%

66
203
63

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

Portions of RGB colors in percentages

R + G + B = 66 + 203 + 63 = 332 (100%)
R 66 of 332 ~ 19.88%
G 203 of 332 ~ 61.14%
B 63 of 332 ~ 18.98'%

%19.88
%61.14
%18.98

CMYK color model

#42CB3F color CMYK value is (67,0,69,20).

  • cyan value is 67.49%
  • magenta value is 0.00%
  • yellow value is 68.97%
  • key color value is 20.39%

CMYK: (67,0,69,20)
C67M0Y69K20 (67%, 0%, 69%, 20%)
(0.67 / 0.00 / 0.69 / 0.20)

CMYK percentages

%67.49
%0
%68.97
%20.39

Codes

Color #42CB3F in popluar color models

42 CB 3F
RGB 66 203 63
HSL 119° 57.38% 52.16%
HSB/HSV 119° 68.97% 79.61%
CMYK 67.49% 0.00% 68.97%
20.39%

Color #42CB3F in popluar number systems.

HEX 42 CB 3F
Decimal 66 203 63
Binary 1000010 11001011 111111
Octal 102 313 77

Shades and tints

Shades of #42CB3F

#42CB3F
(66,203,63)
#3CB93A
(60,185,58)
#36A735
(54,167,53)
#309530
(48,149,48)
#2A832B
(42,131,43)
#247126
(36,113,38)
#1E5F21
(30,95,33)
#184D1C
(24,77,28)
#123B17
(18,59,23)
#0C2912
(12,41,18)
#06170D
(6,23,13)
#000000
(0,0,0)

Tints of #42CB3F

#42CB3F
(66,203,63)
#53CF50
(83,207,80)
#64D361
(100,211,97)
#75D772
(117,215,114)
#86DB83
(134,219,131)
#97DF94
(151,223,148)
#A8E3A5
(168,227,165)
#B9E7B6
(185,231,182)
#CAEBC7
(202,235,199)
#DBEFD8
(219,239,216)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42CB3F color. Also use rgb(66,203,63) instead hex code.

Text Font Color

.myTextColor { color: #42CB3F; }

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

This text font color is #42CB3F.

Background Color

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

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

This div background color is #42CB3F.

Border color

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

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

This div border color is #42CB3F.

Opacity

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

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

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

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

This text has shadow with #42CB3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42CB3F.

Preview

Color preview on black background

This text has color #42CB3F on black background.


Color preview on white background

This text has color #42CB3F on white background.


Black color preview on #42CB3F background

This text has black color on #42CB3F background.


White color preview on #42CB3F background

This text has white color on #42CB3F background.


Related colors

Complementary color

Complementary color for #hex is #BD34C0.


I love getcolorcode.com

Triadic colors

1 #3F42CB and #CB3F42 with #42CB3F are triadic colors.

2 #3FCB42 and #CB423F with #42CB3F are triadic colors.