COLOR #00FF45

HEX: #00FF45 RGB: (0,255,69)

Color info

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

RGB color model

#00FF45 color RGB value is (0,255,69).

RGB: (0,255,69) (0%, 100%, 27%)

RGB channels and saturation

R 0 of 255 = 0%
G 255 of 255 = 100%
B 69 of 255 = 27%

0
255
69

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

Portions of RGB colors in percentages

R + G + B = 0 + 255 + 69 = 324 (100%)
R 0 of 324 ~ 0%
G 255 of 324 ~ 78.7%
B 69 of 324 ~ 21.3'%

%78.7
%21.3

CMYK color model

#00FF45 color CMYK value is (100,0,73,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 72.94%
  • key color value is 0.00%

CMYK: (100,0,73,0)
C100M0Y73K0 (100%, 0%, 73%, 0%)
(1.00 / 0.00 / 0.73 / 0.00)

CMYK percentages

%100
%0
%72.94
%0

Codes

Color #00FF45 in popluar color models

00 FF 45
RGB 0 255 69
HSL 136° 100.00% 50.00%
HSB/HSV 136° 100.00% 100.00%
CMYK 100.00% 0.00% 72.94%
0.00%

Color #00FF45 in popluar number systems.

HEX 00 FF 45
Decimal 0 255 69
Binary 0 11111111 1000101
Octal 0 377 105

Shades and tints

Shades of #00FF45

#00FF45
(0,255,69)
#00E83F
(0,232,63)
#00D139
(0,209,57)
#00BA33
(0,186,51)
#00A32D
(0,163,45)
#008C27
(0,140,39)
#007521
(0,117,33)
#005E1B
(0,94,27)
#004715
(0,71,21)
#00300F
(0,48,15)
#001909
(0,25,9)
#000000
(0,0,0)

Tints of #00FF45

#00FF45
(0,255,69)
#17FF55
(23,255,85)
#2EFF65
(46,255,101)
#45FF75
(69,255,117)
#5CFF85
(92,255,133)
#73FF95
(115,255,149)
#8AFFA5
(138,255,165)
#A1FFB5
(161,255,181)
#B8FFC5
(184,255,197)
#CFFFD5
(207,255,213)
#E6FFE5
(230,255,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00FF45; }

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

This text font color is #00FF45.

Background Color

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

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

This div background color is #00FF45.

Border color

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

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

This div border color is #00FF45.

Opacity

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

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

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

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

This text has shadow with #00FF45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00FF45.

Preview

Color preview on black background

This text has color #00FF45 on black background.


Color preview on white background

This text has color #00FF45 on white background.


Black color preview on #00FF45 background

This text has black color on #00FF45 background.


White color preview on #00FF45 background

This text has white color on #00FF45 background.


Related colors

Complementary color

Complementary color for #hex is #FF00BA.


I love getcolorcode.com

Triadic colors

1 #4500FF and #FF4500 with #00FF45 are triadic colors.

2 #45FF00 and #FF0045 with #00FF45 are triadic colors.