COLOR #40DB1B

HEX: #40DB1B
RGB: (64,219,27)

Color info

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

RGB color model

#40DB1B color RGB value is (64,219,27).

  • red value is 64;
  • green value is 219;
  • blue value is 27.
RGB:
(64,219,27)
(25%,86%,11%)

RGB channels and saturation

R 64 of 255 = 25%
G 219 of 255 = 86%
B 27 of 255 = 11%

64
219
27

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

Portions of RGB colors in percentages

R + G + B =
64 + 219 + 27 = 310 (100%)
R 64 of 310 ~ 20.65%
G 219 of 310 ~ 70.65%
B 27 of 310 ~ 8.71%

%20.65
%70.65

CMYK color model

#40DB1B color CMYK value is (71,0,88,14).

  • cyan value is 70.78%
  • magenta value is 0.00%
  • yellow value is 87.67%
  • key color value is 14.12%
CMYK:
(71,0,88,14)
C71M0Y88K14 
(71%,0%,88%,14%)
(0.71/0.00/0.88/0.14)	

CMYK percentages

%70.78
%0
%87.67
%14.12

Codes

Color #40DB1B in popluar color models

40DB1B
RGB6421927
HSL108°78.05%48.24%
HSB/HSV108°87.67%85.88%
CMYK70.78%0.00%87.67%
14.12%

Color #40DB1B in popluar number systems.

HEX40DB1B
Decimal6421927
Binary10000001101101111011
Octal10033333

Shades and tints

Shades of #40DB1B

#40DB1B
(64,219,27)
#3BC819
(59,200,25)
#36B517
(54,181,23)
#31A215
(49,162,21)
#2C8F13
(44,143,19)
#277C11
(39,124,17)
#22690F
(34,105,15)
#1D560D
(29,86,13)
#18430B
(24,67,11)
#133009
(19,48,9)
#0E1D07
(14,29,7)
#000000
(0,0,0)

Tints of #40DB1B

#40DB1B
(64,219,27)
#51DE2F
(81,222,47)
#62E143
(98,225,67)
#73E457
(115,228,87)
#84E76B
(132,231,107)
#95EA7F
(149,234,127)
#A6ED93
(166,237,147)
#B7F0A7
(183,240,167)
#C8F3BB
(200,243,187)
#D9F6CF
(217,246,207)
#EAF9E3
(234,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40DB1B color. Also use rgb(64,219,27) instead hex code.

Text Font Color

.myTextColor { color: #40DB1B; }

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

This text font color is #40DB1B.


Background Color

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

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

This div background color is #40DB1B.


Border color

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

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

This div border color is #40DB1B.


Opacity

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

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

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

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

This text has shadow with #40DB1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40DB1B on black background.


Color preview on white background

This text has color #40DB1B on white background.



Black color preview on #40DB1B background

This text has black color on #40DB1B background.


White color preview on #40DB1B background

This text has white color on #40DB1B background.