COLOR #63BC1B

HEX: #63BC1B RGB: (99,188,27)

Color info

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

RGB color model

#63BC1B color RGB value is (99,188,27).

RGB: (99,188,27) (39%, 74%, 11%)

RGB channels and saturation

R 99 of 255 = 39%
G 188 of 255 = 74%
B 27 of 255 = 11%

99
188
27

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

Portions of RGB colors in percentages

R + G + B = 99 + 188 + 27 = 314 (100%)
R 99 of 314 ~ 31.53%
G 188 of 314 ~ 59.87%
B 27 of 314 ~ 8.6'%

%31.53
%59.87

CMYK color model

#63BC1B color CMYK value is (47,0,86,26).

  • cyan value is 47.34%
  • magenta value is 0.00%
  • yellow value is 85.64%
  • key color value is 26.27%
CMYK: (47,0,86,26) C47M0Y86K26 (47%,0%,86%,26%) (0.47/0.00/0.86/0.26) 

CMYK percentages

%47.34
%0
%85.64
%26.27

Codes

Color #63BC1B in popluar color models

63 BC 1B
RGB 99 188 27
HSL 93° 74.88% 42.16%
HSB/HSV 93° 85.64% 73.73%
CMYK 47.34% 0.00% 85.64%
26.27%

Color #63BC1B in popluar number systems.

HEX 63 BC 1B
Decimal 99 188 27
Binary 1100011 10111100 11011
Octal 143 274 33

Shades and tints

Shades of #63BC1B

#63BC1B
(99,188,27)
#5AAB19
(90,171,25)
#519A17
(81,154,23)
#488915
(72,137,21)
#3F7813
(63,120,19)
#366711
(54,103,17)
#2D560F
(45,86,15)
#24450D
(36,69,13)
#1B340B
(27,52,11)
#122309
(18,35,9)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #63BC1B

#63BC1B
(99,188,27)
#71C22F
(113,194,47)
#7FC843
(127,200,67)
#8DCE57
(141,206,87)
#9BD46B
(155,212,107)
#A9DA7F
(169,218,127)
#B7E093
(183,224,147)
#C5E6A7
(197,230,167)
#D3ECBB
(211,236,187)
#E1F2CF
(225,242,207)
#EFF8E3
(239,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BC1B color. Also use rgb(99,188,27) instead hex code.

Text Font Color

.myTextColor { color: #63BC1B; }

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

This text font color is #63BC1B.

Background Color

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

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

This div background color is #63BC1B.

Border color

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

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

This div border color is #63BC1B.

Opacity

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

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

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

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

This text has shadow with #63BC1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63BC1B.

Preview

Color preview on black background

This text has color #63BC1B on black background.


Color preview on white background

This text has color #63BC1B on white background.


Black color preview on #63BC1B background

This text has black color on #63BC1B background.


White color preview on #63BC1B background

This text has white color on #63BC1B background.


Related colors

Complementary color

Complementary color for #hex is #9C43E4.


I love getcolorcode.com

Triadic colors

1 #1B63BC and #BC1B63 with #63BC1B are triadic colors.

2 #1BBC63 and #BC631B with #63BC1B are triadic colors.