COLOR #96CF2E

HEX: #96CF2E
RGB: (150,207,46)

Color info

#96CF2E contains mainly red and green colors. Web safe color of #96CF2E is #99CC33 (or #9C3).

RGB color model

#96CF2E color RGB value is (150,207,46).

  • red value is 150;
  • green value is 207;
  • blue value is 46.
RGB:
(150,207,46)
(59%,81%,18%)

RGB channels and saturation

R 150 of 255 = 59%
G 207 of 255 = 81%
B 46 of 255 = 18%

150
207
46

R + G + B ~ 53%. #96CF2E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 207 + 46 = 403 (100%)
R 150 of 403 ~ 37.22%
G 207 of 403 ~ 51.36%
B 46 of 403 ~ 11.41%

%37.22
%51.36
%11.41

CMYK color model

#96CF2E color CMYK value is (28,0,78,19).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 18.82%
CMYK:
(28,0,78,19)
C28M0Y78K19 
(28%,0%,78%,19%)
(0.28/0.00/0.78/0.19)	

CMYK percentages

%27.54
%0
%77.78
%18.82

Codes

Color #96CF2E in popluar color models

96CF2E
RGB15020746
HSL81°63.64%49.61%
HSB/HSV81°77.78%81.18%
CMYK27.54%0.00%77.78%
18.82%

Color #96CF2E in popluar number systems.

HEX96CF2E
Decimal15020746
Binary1001011011001111101110
Octal22631756

Shades and tints

Shades of #96CF2E

#96CF2E
(150,207,46)
#89BD2A
(137,189,42)
#7CAB26
(124,171,38)
#6F9922
(111,153,34)
#62871E
(98,135,30)
#55751A
(85,117,26)
#486316
(72,99,22)
#3B5112
(59,81,18)
#2E3F0E
(46,63,14)
#212D0A
(33,45,10)
#141B06
(20,27,6)
#000000
(0,0,0)

Tints of #96CF2E

#96CF2E
(150,207,46)
#9FD341
(159,211,65)
#A8D754
(168,215,84)
#B1DB67
(177,219,103)
#BADF7A
(186,223,122)
#C3E38D
(195,227,141)
#CCE7A0
(204,231,160)
#D5EBB3
(213,235,179)
#DEEFC6
(222,239,198)
#E7F3D9
(231,243,217)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CF2E color. Also use rgb(150,207,46) instead hex code.

Text Font Color

.myTextColor { color: #96CF2E; }

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

This text font color is #96CF2E.


Background Color

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

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

This div background color is #96CF2E.


Border color

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

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

This div border color is #96CF2E.


Opacity

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

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

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

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

This text has shadow with #96CF2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CF2E on black background.


Color preview on white background

This text has color #96CF2E on white background.



Black color preview on #96CF2E background

This text has black color on #96CF2E background.


White color preview on #96CF2E background

This text has white color on #96CF2E background.