COLOR #63C02D

HEX: #63C02D RGB: (99,192,45)

Color info

#63C02D contains mainly green color. Web safe color of #63C02D is #66CC33 (or #6C3).

RGB color model

#63C02D color RGB value is (99,192,45).

RGB: (99,192,45) (39%, 75%, 18%)

RGB channels and saturation

R 99 of 255 = 39%
G 192 of 255 = 75%
B 45 of 255 = 18%

99
192
45

R + G + B ~ 44%. #63C02D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 192 + 45 = 336 (100%)
R 99 of 336 ~ 29.46%
G 192 of 336 ~ 57.14%
B 45 of 336 ~ 13.39'%

%29.46
%57.14
%13.39

CMYK color model

#63C02D color CMYK value is (48,0,77,25).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 76.56%
  • key color value is 24.71%

CMYK: (48,0,77,25)
C48M0Y77K25 (48%, 0%, 77%, 25%)
(0.48 / 0.00 / 0.77 / 0.25)

CMYK percentages

%48.44
%0
%76.56
%24.71

Codes

Color #63C02D in popluar color models

63 C0 2D
RGB 99 192 45
HSL 98° 62.03% 46.47%
HSB/HSV 98° 76.56% 75.29%
CMYK 48.44% 0.00% 76.56%
24.71%

Color #63C02D in popluar number systems.

HEX 63 C0 2D
Decimal 99 192 45
Binary 1100011 11000000 101101
Octal 143 300 55

Shades and tints

Shades of #63C02D

#63C02D
(99,192,45)
#5AAF29
(90,175,41)
#519E25
(81,158,37)
#488D21
(72,141,33)
#3F7C1D
(63,124,29)
#366B19
(54,107,25)
#2D5A15
(45,90,21)
#244911
(36,73,17)
#1B380D
(27,56,13)
#122709
(18,39,9)
#091605
(9,22,5)
#000000
(0,0,0)

Tints of #63C02D

#63C02D
(99,192,45)
#71C540
(113,197,64)
#7FCA53
(127,202,83)
#8DCF66
(141,207,102)
#9BD479
(155,212,121)
#A9D98C
(169,217,140)
#B7DE9F
(183,222,159)
#C5E3B2
(197,227,178)
#D3E8C5
(211,232,197)
#E1EDD8
(225,237,216)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C02D color. Also use rgb(99,192,45) instead hex code.

Text Font Color

.myTextColor { color: #63C02D; }

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

This text font color is #63C02D.

Background Color

.myBgColor { background-color: #63C02D; }

<div style="background-color:#63C02D">Inner text</div>

This div background color is #63C02D.

Border color

.myBorderColor { border: 1px solid #63C02D; }

<div style="border:3px solid #63C02D">Div</div>

This div border color is #63C02D.

Opacity

.myOpacity80 { color: #63C02D; opacity: 0.8; }

<p style="color:#63C02D;opacity:0.8;">80%</p>

Text with #63C02D 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 #63C02D;}

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

This text has shadow with #63C02D color.


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

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

This text has shadow with #63C02D primary color and red secondary color.


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

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

This text has shadow with #63C02D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #63C02D.

Preview

Color preview on black background

This text has color #63C02D on black background.


Color preview on white background

This text has color #63C02D on white background.


Black color preview on #63C02D background

This text has black color on #63C02D background.


White color preview on #63C02D background

This text has white color on #63C02D background.


Related colors

Complementary color

Complementary color for #hex is #9C3FD2.


I love getcolorcode.com

Triadic colors

1 #2D63C0 and #C02D63 with #63C02D are triadic colors.

2 #2DC063 and #C0632D with #63C02D are triadic colors.