COLOR #96FC3C

HEX: #96FC3C
RGB: (150,252,60)

Color info

#96FC3C contains mainly green color. Web safe color of #96FC3C is #99FF33 (or #9F3).

RGB color model

#96FC3C color RGB value is (150,252,60).

  • red value is 150;
  • green value is 252;
  • blue value is 60.
RGB:
(150,252,60)
(59%,99%,24%)

RGB channels and saturation

R 150 of 255 = 59%
G 252 of 255 = 99%
B 60 of 255 = 24%

150
252
60

R + G + B ~ 61%. #96FC3C is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 252 + 60 = 462 (100%)
R 150 of 462 ~ 32.47%
G 252 of 462 ~ 54.55%
B 60 of 462 ~ 12.99%

%32.47
%54.55
%12.99

CMYK color model

#96FC3C color CMYK value is (40,0,76,1).

  • cyan value is 40.48%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 1.18%
CMYK:
(40,0,76,1)
C40M0Y76K1 
(40%,0%,76%,1%)
(0.40/0.00/0.76/0.01)	

CMYK percentages

%40.48
%0
%76.19
%1.18

Codes

Color #96FC3C in popluar color models

96FC3C
RGB15025260
HSL92°96.97%61.18%
HSB/HSV92°76.19%98.82%
CMYK40.48%0.00%76.19%
1.18%

Color #96FC3C in popluar number systems.

HEX96FC3C
Decimal15025260
Binary1001011011111100111100
Octal22637474

Shades and tints

Shades of #96FC3C

#96FC3C
(150,252,60)
#89E637
(137,230,55)
#7CD032
(124,208,50)
#6FBA2D
(111,186,45)
#62A428
(98,164,40)
#558E23
(85,142,35)
#48781E
(72,120,30)
#3B6219
(59,98,25)
#2E4C14
(46,76,20)
#21360F
(33,54,15)
#14200A
(20,32,10)
#000000
(0,0,0)

Tints of #96FC3C

#96FC3C
(150,252,60)
#9FFC4D
(159,252,77)
#A8FC5E
(168,252,94)
#B1FC6F
(177,252,111)
#BAFC80
(186,252,128)
#C3FC91
(195,252,145)
#CCFCA2
(204,252,162)
#D5FCB3
(213,252,179)
#DEFCC4
(222,252,196)
#E7FCD5
(231,252,213)
#F0FCE6
(240,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FC3C color. Also use rgb(150,252,60) instead hex code.

Text Font Color

.myTextColor { color: #96FC3C; }

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

This text font color is #96FC3C.


Background Color

.myBgColor { background-color: #96FC3C; }

<div style="background-color:#96FC3C">Inner text</div>

This div background color is #96FC3C.


Border color

.myBorderColor { border: 1px solid #96FC3C; }

<div style="border:3px solid #96FC3C">Div</div>

This div border color is #96FC3C.


Opacity

.myOpacity80 { color: #96FC3C; opacity: 0.8; }

<p style="color:#96FC3C;opacity:0.8;">80%</p>

Text with #96FC3C 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 #96FC3C;}

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

This text has shadow with #96FC3C color.

.textShadow {text-shadow: 3px 3px 1px #96FC3C, 3px 3px 1px red;}

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

This text has shadow with #96FC3C primary color and red secondary color.


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

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

This text has shadow with #96FC3C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FC3C on black background.


Color preview on white background

This text has color #96FC3C on white background.



Black color preview on #96FC3C background

This text has black color on #96FC3C background.


White color preview on #96FC3C background

This text has white color on #96FC3C background.