COLOR #63F024

HEX: #63F024
RGB: (99,240,36)

Color info

#63F024 contains mainly green color. Web safe color of #63F024 is #66FF33 (or #6F3).

RGB color model

#63F024 color RGB value is (99,240,36).

  • red value is 99;
  • green value is 240;
  • blue value is 36.
RGB:
(99,240,36)
(39%,94%,14%)

RGB channels and saturation

R 99 of 255 = 39%
G 240 of 255 = 94%
B 36 of 255 = 14%

99
240
36

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

Portions of RGB colors in percentages

R + G + B =
99 + 240 + 36 = 375 (100%)
R 99 of 375 ~ 26.4%
G 240 of 375 ~ 64%
B 36 of 375 ~ 9.6%

%26.4
%64
%9.6

CMYK color model

#63F024 color CMYK value is (59,0,85,6).

  • cyan value is 58.75%
  • magenta value is 0.00%
  • yellow value is 85.00%
  • key color value is 5.88%
CMYK:
(59,0,85,6)
C59M0Y85K6 
(59%,0%,85%,6%)
(0.59/0.00/0.85/0.06)	

CMYK percentages

%58.75
%0
%85
%5.88

Codes

Color #63F024 in popluar color models

63F024
RGB9924036
HSL101°87.18%54.12%
HSB/HSV101°85.00%94.12%
CMYK58.75%0.00%85.00%
5.88%

Color #63F024 in popluar number systems.

HEX63F024
Decimal9924036
Binary110001111110000100100
Octal14336044

Shades and tints

Shades of #63F024

#63F024
(99,240,36)
#5ADB21
(90,219,33)
#51C61E
(81,198,30)
#48B11B
(72,177,27)
#3F9C18
(63,156,24)
#368715
(54,135,21)
#2D7212
(45,114,18)
#245D0F
(36,93,15)
#1B480C
(27,72,12)
#123309
(18,51,9)
#091E06
(9,30,6)
#000000
(0,0,0)

Tints of #63F024

#63F024
(99,240,36)
#71F137
(113,241,55)
#7FF24A
(127,242,74)
#8DF35D
(141,243,93)
#9BF470
(155,244,112)
#A9F583
(169,245,131)
#B7F696
(183,246,150)
#C5F7A9
(197,247,169)
#D3F8BC
(211,248,188)
#E1F9CF
(225,249,207)
#EFFAE2
(239,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63F024 color. Also use rgb(99,240,36) instead hex code.

Text Font Color

.myTextColor { color: #63F024; }

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

This text font color is #63F024.


Background Color

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

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

This div background color is #63F024.


Border color

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

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

This div border color is #63F024.


Opacity

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

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

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

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

This text has shadow with #63F024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63F024 on black background.


Color preview on white background

This text has color #63F024 on white background.



Black color preview on #63F024 background

This text has black color on #63F024 background.


White color preview on #63F024 background

This text has white color on #63F024 background.