COLOR #42A300

HEX: #42A300
RGB: (66,163,0)

Color info

#42A300 contains mainly green color. Web safe color of #42A300 is #339900 (or #390).

RGB color model

#42A300 color RGB value is (66,163,0).

  • red value is 66;
  • green value is 163;
  • blue value is 0.
RGB:
(66,163,0)
(26%,64%,0%)

RGB channels and saturation

R 66 of 255 = 26%
G 163 of 255 = 64%
B 0 of 255 = 0%

66
163
0

R + G + B ~ 30%. #42A300 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 163 + 0 = 229 (100%)
R 66 of 229 ~ 28.82%
G 163 of 229 ~ 71.18%
B 0 of 229 ~ 0%

%28.82
%71.18

CMYK color model

#42A300 color CMYK value is (60,0,100,36).

  • cyan value is 59.51%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 36.08%
CMYK:
(60,0,100,36)
C60M0Y100K36 
(60%,0%,100%,36%)
(0.60/0.00/1.00/0.36)	

CMYK percentages

%59.51
%0
%100
%36.08

Codes

Color #42A300 in popluar color models

42A300
RGB661630
HSL96°100.00%31.96%
HSB/HSV96°100.00%63.92%
CMYK59.51%0.00%100.00%
36.08%

Color #42A300 in popluar number systems.

HEX42A300
Decimal661630
Binary1000010101000110
Octal1022430

Shades and tints

Shades of #42A300

#42A300
(66,163,0)
#3C9500
(60,149,0)
#368700
(54,135,0)
#307900
(48,121,0)
#2A6B00
(42,107,0)
#245D00
(36,93,0)
#1E4F00
(30,79,0)
#184100
(24,65,0)
#123300
(18,51,0)
#0C2500
(12,37,0)
#061700
(6,23,0)
#000000
(0,0,0)

Tints of #42A300

#42A300
(66,163,0)
#53AB17
(83,171,23)
#64B32E
(100,179,46)
#75BB45
(117,187,69)
#86C35C
(134,195,92)
#97CB73
(151,203,115)
#A8D38A
(168,211,138)
#B9DBA1
(185,219,161)
#CAE3B8
(202,227,184)
#DBEBCF
(219,235,207)
#ECF3E6
(236,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A300 color. Also use rgb(66,163,0) instead hex code.

Text Font Color

.myTextColor { color: #42A300; }

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

This text font color is #42A300.


Background Color

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

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

This div background color is #42A300.


Border color

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

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

This div border color is #42A300.


Opacity

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

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

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

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

This text has shadow with #42A300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A300 on black background.


Color preview on white background

This text has color #42A300 on white background.



Black color preview on #42A300 background

This text has black color on #42A300 background.


White color preview on #42A300 background

This text has white color on #42A300 background.