COLOR #40B001

HEX: #40B001
RGB: (64,176,1)

Color info

#40B001 contains mainly green color. Web safe color of #40B001 is #339900 (or #390).

RGB color model

#40B001 color RGB value is (64,176,1).

  • red value is 64;
  • green value is 176;
  • blue value is 1.
RGB:
(64,176,1)
(25%,69%,0%)

RGB channels and saturation

R 64 of 255 = 25%
G 176 of 255 = 69%
B 1 of 255 = 0%

64
176
1

R + G + B ~ 31%. #40B001 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 176 + 1 = 241 (100%)
R 64 of 241 ~ 26.56%
G 176 of 241 ~ 73.03%
B 1 of 241 ~ 0.41%

%26.56
%73.03

CMYK color model

#40B001 color CMYK value is (64,0,99,31).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 99.43%
  • key color value is 30.98%
CMYK:
(64,0,99,31)
C64M0Y99K31 
(64%,0%,99%,31%)
(0.64/0.00/0.99/0.31)	

CMYK percentages

%63.64
%0
%99.43
%30.98

Codes

Color #40B001 in popluar color models

40B001
RGB641761
HSL98°98.87%34.71%
HSB/HSV98°99.43%69.02%
CMYK63.64%0.00%99.43%
30.98%

Color #40B001 in popluar number systems.

HEX40B001
Decimal641761
Binary1000000101100001
Octal1002601

Shades and tints

Shades of #40B001

#40B001
(64,176,1)
#3BA001
(59,160,1)
#369001
(54,144,1)
#318001
(49,128,1)
#2C7001
(44,112,1)
#276001
(39,96,1)
#225001
(34,80,1)
#1D4001
(29,64,1)
#183001
(24,48,1)
#132001
(19,32,1)
#0E1001
(14,16,1)
#000000
(0,0,0)

Tints of #40B001

#40B001
(64,176,1)
#51B718
(81,183,24)
#62BE2F
(98,190,47)
#73C546
(115,197,70)
#84CC5D
(132,204,93)
#95D374
(149,211,116)
#A6DA8B
(166,218,139)
#B7E1A2
(183,225,162)
#C8E8B9
(200,232,185)
#D9EFD0
(217,239,208)
#EAF6E7
(234,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B001 color. Also use rgb(64,176,1) instead hex code.

Text Font Color

.myTextColor { color: #40B001; }

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

This text font color is #40B001.


Background Color

.myBgColor { background-color: #40B001; }

<div style="background-color:#40B001">Inner text</div>

This div background color is #40B001.


Border color

.myBorderColor { border: 1px solid #40B001; }

<div style="border:3px solid #40B001">Div</div>

This div border color is #40B001.


Opacity

.myOpacity80 { color: #40B001; opacity: 0.8; }

<p style="color:#40B001;opacity:0.8;">80%</p>

Text with #40B001 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 #40B001;}

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

This text has shadow with #40B001 color.

.textShadow {text-shadow: 3px 3px 1px #40B001, 3px 3px 1px red;}

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

This text has shadow with #40B001 primary color and red secondary color.


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

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

This text has shadow with #40B001 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40B001 on black background.


Color preview on white background

This text has color #40B001 on white background.



Black color preview on #40B001 background

This text has black color on #40B001 background.


White color preview on #40B001 background

This text has white color on #40B001 background.