COLOR #95FF2E

HEX: #95FF2E
RGB: (149,255,46)

Color info

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

RGB color model

#95FF2E color RGB value is (149,255,46).

  • red value is 149;
  • green value is 255;
  • blue value is 46.
RGB:
(149,255,46)
(58%,100%,18%)

RGB channels and saturation

R 149 of 255 = 58%
G 255 of 255 = 100%
B 46 of 255 = 18%

149
255
46

R + G + B ~ 59%. #95FF2E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 255 + 46 = 450 (100%)
R 149 of 450 ~ 33.11%
G 255 of 450 ~ 56.67%
B 46 of 450 ~ 10.22%

%33.11
%56.67
%10.22

CMYK color model

#95FF2E color CMYK value is (42,0,82,0).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 81.96%
  • key color value is 0.00%
CMYK:
(42,0,82,0)
C42M0Y82K0 
(42%,0%,82%,0%)
(0.42/0.00/0.82/0.00)	

CMYK percentages

%41.57
%0
%81.96
%0

Codes

Color #95FF2E in popluar color models

95FF2E
RGB14925546
HSL90°100.00%59.02%
HSB/HSV90°81.96%100.00%
CMYK41.57%0.00%81.96%
0.00%

Color #95FF2E in popluar number systems.

HEX95FF2E
Decimal14925546
Binary1001010111111111101110
Octal22537756

Shades and tints

Shades of #95FF2E

#95FF2E
(149,255,46)
#88E82A
(136,232,42)
#7BD126
(123,209,38)
#6EBA22
(110,186,34)
#61A31E
(97,163,30)
#548C1A
(84,140,26)
#477516
(71,117,22)
#3A5E12
(58,94,18)
#2D470E
(45,71,14)
#20300A
(32,48,10)
#131906
(19,25,6)
#000000
(0,0,0)

Tints of #95FF2E

#95FF2E
(149,255,46)
#9EFF41
(158,255,65)
#A7FF54
(167,255,84)
#B0FF67
(176,255,103)
#B9FF7A
(185,255,122)
#C2FF8D
(194,255,141)
#CBFFA0
(203,255,160)
#D4FFB3
(212,255,179)
#DDFFC6
(221,255,198)
#E6FFD9
(230,255,217)
#EFFFEC
(239,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95FF2E color. Also use rgb(149,255,46) instead hex code.

Text Font Color

.myTextColor { color: #95FF2E; }

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

This text font color is #95FF2E.


Background Color

.myBgColor { background-color: #95FF2E; }

<div style="background-color:#95FF2E">Inner text</div>

This div background color is #95FF2E.


Border color

.myBorderColor { border: 1px solid #95FF2E; }

<div style="border:3px solid #95FF2E">Div</div>

This div border color is #95FF2E.


Opacity

.myOpacity80 { color: #95FF2E; opacity: 0.8; }

<p style="color:#95FF2E;opacity:0.8;">80%</p>

Text with #95FF2E 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 #95FF2E;}

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

This text has shadow with #95FF2E color.

.textShadow {text-shadow: 3px 3px 1px #95FF2E, 3px 3px 1px red;}

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

This text has shadow with #95FF2E primary color and red secondary color.


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

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

This text has shadow with #95FF2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95FF2E on black background.


Color preview on white background

This text has color #95FF2E on white background.



Black color preview on #95FF2E background

This text has black color on #95FF2E background.


White color preview on #95FF2E background

This text has white color on #95FF2E background.