COLOR #00FF40

HEX: #00FF40
RGB: (0,255,64)

Color info

#00FF40 contains mainly green color. Web safe color of #00FF40 is #00FF33 (or #0F3).

RGB color model

#00FF40 color RGB value is (0,255,64).

  • red value is 0;
  • green value is 255;
  • blue value is 64.
RGB:
(0,255,64)
(0%,100%,25%)

RGB channels and saturation

R 0 of 255 = 0%
G 255 of 255 = 100%
B 64 of 255 = 25%

0
255
64

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

Portions of RGB colors in percentages

R + G + B =
0 + 255 + 64 = 319 (100%)
R 0 of 319 ~ 0%
G 255 of 319 ~ 79.94%
B 64 of 319 ~ 20.06%

%79.94
%20.06

CMYK color model

#00FF40 color CMYK value is (100,0,75,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 74.90%
  • key color value is 0.00%
CMYK:
(100,0,75,0)
C100M0Y75K0 
(100%,0%,75%,0%)
(1.00/0.00/0.75/0.00)	

CMYK percentages

%100
%0
%74.9
%0

Codes

Color #00FF40 in popluar color models

00FF40
RGB025564
HSL135°100.00%50.00%
HSB/HSV135°100.00%100.00%
CMYK100.00%0.00%74.90%
0.00%

Color #00FF40 in popluar number systems.

HEX00FF40
Decimal025564
Binary0111111111000000
Octal0377100

Shades and tints

Shades of #00FF40

#00FF40
(0,255,64)
#00E83B
(0,232,59)
#00D136
(0,209,54)
#00BA31
(0,186,49)
#00A32C
(0,163,44)
#008C27
(0,140,39)
#007522
(0,117,34)
#005E1D
(0,94,29)
#004718
(0,71,24)
#003013
(0,48,19)
#00190E
(0,25,14)
#000000
(0,0,0)

Tints of #00FF40

#00FF40
(0,255,64)
#17FF51
(23,255,81)
#2EFF62
(46,255,98)
#45FF73
(69,255,115)
#5CFF84
(92,255,132)
#73FF95
(115,255,149)
#8AFFA6
(138,255,166)
#A1FFB7
(161,255,183)
#B8FFC8
(184,255,200)
#CFFFD9
(207,255,217)
#E6FFEA
(230,255,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FF40 color. Also use rgb(0,255,64) instead hex code.

Text Font Color

.myTextColor { color: #00FF40; }

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

This text font color is #00FF40.


Background Color

.myBgColor { background-color: #00FF40; }

<div style="background-color:#00FF40">Inner text</div>

This div background color is #00FF40.


Border color

.myBorderColor { border: 1px solid #00FF40; }

<div style="border:3px solid #00FF40">Div</div>

This div border color is #00FF40.


Opacity

.myOpacity80 { color: #00FF40; opacity: 0.8; }

<p style="color:#00FF40;opacity:0.8;">80%</p>

Text with #00FF40 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 #00FF40;}

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

This text has shadow with #00FF40 color.

.textShadow {text-shadow: 3px 3px 1px #00FF40, 3px 3px 1px red;}

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

This text has shadow with #00FF40 primary color and red secondary color.


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

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

This text has shadow with #00FF40 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FF40 on black background.


Color preview on white background

This text has color #00FF40 on white background.



Black color preview on #00FF40 background

This text has black color on #00FF40 background.


White color preview on #00FF40 background

This text has white color on #00FF40 background.