COLOR #42D31E

HEX: #42D31E
RGB: (66,211,30)

Color info

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

RGB color model

#42D31E color RGB value is (66,211,30).

  • red value is 66;
  • green value is 211;
  • blue value is 30.
RGB:
(66,211,30)
(26%,83%,12%)

RGB channels and saturation

R 66 of 255 = 26%
G 211 of 255 = 83%
B 30 of 255 = 12%

66
211
30

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

Portions of RGB colors in percentages

R + G + B =
66 + 211 + 30 = 307 (100%)
R 66 of 307 ~ 21.5%
G 211 of 307 ~ 68.73%
B 30 of 307 ~ 9.77%

%21.5
%68.73
%9.77

CMYK color model

#42D31E color CMYK value is (69,0,86,17).

  • cyan value is 68.72%
  • magenta value is 0.00%
  • yellow value is 85.78%
  • key color value is 17.25%
CMYK:
(69,0,86,17)
C69M0Y86K17 
(69%,0%,86%,17%)
(0.69/0.00/0.86/0.17)	

CMYK percentages

%68.72
%0
%85.78
%17.25

Codes

Color #42D31E in popluar color models

42D31E
RGB6621130
HSL108°75.10%47.25%
HSB/HSV108°85.78%82.75%
CMYK68.72%0.00%85.78%
17.25%

Color #42D31E in popluar number systems.

HEX42D31E
Decimal6621130
Binary10000101101001111110
Octal10232336

Shades and tints

Shades of #42D31E

#42D31E
(66,211,30)
#3CC01C
(60,192,28)
#36AD1A
(54,173,26)
#309A18
(48,154,24)
#2A8716
(42,135,22)
#247414
(36,116,20)
#1E6112
(30,97,18)
#184E10
(24,78,16)
#123B0E
(18,59,14)
#0C280C
(12,40,12)
#06150A
(6,21,10)
#000000
(0,0,0)

Tints of #42D31E

#42D31E
(66,211,30)
#53D732
(83,215,50)
#64DB46
(100,219,70)
#75DF5A
(117,223,90)
#86E36E
(134,227,110)
#97E782
(151,231,130)
#A8EB96
(168,235,150)
#B9EFAA
(185,239,170)
#CAF3BE
(202,243,190)
#DBF7D2
(219,247,210)
#ECFBE6
(236,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42D31E color. Also use rgb(66,211,30) instead hex code.

Text Font Color

.myTextColor { color: #42D31E; }

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

This text font color is #42D31E.


Background Color

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

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

This div background color is #42D31E.


Border color

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

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

This div border color is #42D31E.


Opacity

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

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

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

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

This text has shadow with #42D31E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42D31E on black background.


Color preview on white background

This text has color #42D31E on white background.



Black color preview on #42D31E background

This text has black color on #42D31E background.


White color preview on #42D31E background

This text has white color on #42D31E background.