COLOR #60BE32

HEX: #60BE32
RGB: (96,190,50)

Color info

#60BE32 contains mainly green color. Web safe color of #60BE32 is #66CC33 (or #6C3).

RGB color model

#60BE32 color RGB value is (96,190,50).

  • red value is 96;
  • green value is 190;
  • blue value is 50.
RGB:
(96,190,50)
(38%,75%,20%)

RGB channels and saturation

R 96 of 255 = 38%
G 190 of 255 = 75%
B 50 of 255 = 20%

96
190
50

R + G + B ~ 44%. #60BE32 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 190 + 50 = 336 (100%)
R 96 of 336 ~ 28.57%
G 190 of 336 ~ 56.55%
B 50 of 336 ~ 14.88%

%28.57
%56.55
%14.88

CMYK color model

#60BE32 color CMYK value is (49,0,74,25).

  • cyan value is 49.47%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 25.49%
CMYK:
(49,0,74,25)
C49M0Y74K25 
(49%,0%,74%,25%)
(0.49/0.00/0.74/0.25)	

CMYK percentages

%49.47
%0
%73.68
%25.49

Codes

Color #60BE32 in popluar color models

60BE32
RGB9619050
HSL100°58.33%47.06%
HSB/HSV100°73.68%74.51%
CMYK49.47%0.00%73.68%
25.49%

Color #60BE32 in popluar number systems.

HEX60BE32
Decimal9619050
Binary110000010111110110010
Octal14027662

Shades and tints

Shades of #60BE32

#60BE32
(96,190,50)
#58AD2E
(88,173,46)
#509C2A
(80,156,42)
#488B26
(72,139,38)
#407A22
(64,122,34)
#38691E
(56,105,30)
#30581A
(48,88,26)
#284716
(40,71,22)
#203612
(32,54,18)
#18250E
(24,37,14)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #60BE32

#60BE32
(96,190,50)
#6EC344
(110,195,68)
#7CC856
(124,200,86)
#8ACD68
(138,205,104)
#98D27A
(152,210,122)
#A6D78C
(166,215,140)
#B4DC9E
(180,220,158)
#C2E1B0
(194,225,176)
#D0E6C2
(208,230,194)
#DEEBD4
(222,235,212)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BE32 color. Also use rgb(96,190,50) instead hex code.

Text Font Color

.myTextColor { color: #60BE32; }

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

This text font color is #60BE32.


Background Color

.myBgColor { background-color: #60BE32; }

<div style="background-color:#60BE32">Inner text</div>

This div background color is #60BE32.


Border color

.myBorderColor { border: 1px solid #60BE32; }

<div style="border:3px solid #60BE32">Div</div>

This div border color is #60BE32.


Opacity

.myOpacity80 { color: #60BE32; opacity: 0.8; }

<p style="color:#60BE32;opacity:0.8;">80%</p>

Text with #60BE32 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 #60BE32;}

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

This text has shadow with #60BE32 color.

.textShadow {text-shadow: 3px 3px 1px #60BE32, 3px 3px 1px red;}

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

This text has shadow with #60BE32 primary color and red secondary color.


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

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

This text has shadow with #60BE32 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BE32 on black background.


Color preview on white background

This text has color #60BE32 on white background.



Black color preview on #60BE32 background

This text has black color on #60BE32 background.


White color preview on #60BE32 background

This text has white color on #60BE32 background.