COLOR #9BE241

HEX: #9BE241
RGB: (155,226,65)

Color info

#9BE241 contains mainly green color. Web safe color of #9BE241 is #99CC33 (or #9C3).

RGB color model

#9BE241 color RGB value is (155,226,65).

  • red value is 155;
  • green value is 226;
  • blue value is 65.
RGB:
(155,226,65)
(61%,89%,25%)

RGB channels and saturation

R 155 of 255 = 61%
G 226 of 255 = 89%
B 65 of 255 = 25%

155
226
65

R + G + B ~ 58%. #9BE241 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 226 + 65 = 446 (100%)
R 155 of 446 ~ 34.75%
G 226 of 446 ~ 50.67%
B 65 of 446 ~ 14.57%

%34.75
%50.67
%14.57

CMYK color model

#9BE241 color CMYK value is (31,0,71,11).

  • cyan value is 31.42%
  • magenta value is 0.00%
  • yellow value is 71.24%
  • key color value is 11.37%
CMYK:
(31,0,71,11)
C31M0Y71K11 
(31%,0%,71%,11%)
(0.31/0.00/0.71/0.11)	

CMYK percentages

%31.42
%0
%71.24
%11.37

Codes

Color #9BE241 in popluar color models

9BE241
RGB15522665
HSL86°73.52%57.06%
HSB/HSV86°71.24%88.63%
CMYK31.42%0.00%71.24%
11.37%

Color #9BE241 in popluar number systems.

HEX9BE241
Decimal15522665
Binary10011011111000101000001
Octal233342101

Shades and tints

Shades of #9BE241

#9BE241
(155,226,65)
#8DCE3C
(141,206,60)
#7FBA37
(127,186,55)
#71A632
(113,166,50)
#63922D
(99,146,45)
#557E28
(85,126,40)
#476A23
(71,106,35)
#39561E
(57,86,30)
#2B4219
(43,66,25)
#1D2E14
(29,46,20)
#0F1A0F
(15,26,15)
#000000
(0,0,0)

Tints of #9BE241

#9BE241
(155,226,65)
#A4E452
(164,228,82)
#ADE663
(173,230,99)
#B6E874
(182,232,116)
#BFEA85
(191,234,133)
#C8EC96
(200,236,150)
#D1EEA7
(209,238,167)
#DAF0B8
(218,240,184)
#E3F2C9
(227,242,201)
#ECF4DA
(236,244,218)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE241 color. Also use rgb(155,226,65) instead hex code.

Text Font Color

.myTextColor { color: #9BE241; }

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

This text font color is #9BE241.


Background Color

.myBgColor { background-color: #9BE241; }

<div style="background-color:#9BE241">Inner text</div>

This div background color is #9BE241.


Border color

.myBorderColor { border: 1px solid #9BE241; }

<div style="border:3px solid #9BE241">Div</div>

This div border color is #9BE241.


Opacity

.myOpacity80 { color: #9BE241; opacity: 0.8; }

<p style="color:#9BE241;opacity:0.8;">80%</p>

Text with #9BE241 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 #9BE241;}

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

This text has shadow with #9BE241 color.

.textShadow {text-shadow: 3px 3px 1px #9BE241, 3px 3px 1px red;}

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

This text has shadow with #9BE241 primary color and red secondary color.


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

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

This text has shadow with #9BE241 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE241 on black background.


Color preview on white background

This text has color #9BE241 on white background.



Black color preview on #9BE241 background

This text has black color on #9BE241 background.


White color preview on #9BE241 background

This text has white color on #9BE241 background.