COLOR #62B502

HEX: #62B502
RGB: (98,181,2)

Color info

#62B502 contains mainly green color. Web safe color of #62B502 is #66CC00 (or #6C0).

RGB color model

#62B502 color RGB value is (98,181,2).

  • red value is 98;
  • green value is 181;
  • blue value is 2.
RGB:
(98,181,2)
(38%,71%,1%)

RGB channels and saturation

R 98 of 255 = 38%
G 181 of 255 = 71%
B 2 of 255 = 1%

98
181
2

R + G + B ~ 37%. #62B502 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 181 + 2 = 281 (100%)
R 98 of 281 ~ 34.88%
G 181 of 281 ~ 64.41%
B 2 of 281 ~ 0.71%

%34.88
%64.41

CMYK color model

#62B502 color CMYK value is (46,0,99,29).

  • cyan value is 45.86%
  • magenta value is 0.00%
  • yellow value is 98.90%
  • key color value is 29.02%
CMYK:
(46,0,99,29)
C46M0Y99K29 
(46%,0%,99%,29%)
(0.46/0.00/0.99/0.29)	

CMYK percentages

%45.86
%0
%98.9
%29.02

Codes

Color #62B502 in popluar color models

62B502
RGB981812
HSL88°97.81%35.88%
HSB/HSV88°98.90%70.98%
CMYK45.86%0.00%98.90%
29.02%

Color #62B502 in popluar number systems.

HEX62B502
Decimal981812
Binary11000101011010110
Octal1422652

Shades and tints

Shades of #62B502

#62B502
(98,181,2)
#5AA502
(90,165,2)
#529502
(82,149,2)
#4A8502
(74,133,2)
#427502
(66,117,2)
#3A6502
(58,101,2)
#325502
(50,85,2)
#2A4502
(42,69,2)
#223502
(34,53,2)
#1A2502
(26,37,2)
#121502
(18,21,2)
#000000
(0,0,0)

Tints of #62B502

#62B502
(98,181,2)
#70BB19
(112,187,25)
#7EC130
(126,193,48)
#8CC747
(140,199,71)
#9ACD5E
(154,205,94)
#A8D375
(168,211,117)
#B6D98C
(182,217,140)
#C4DFA3
(196,223,163)
#D2E5BA
(210,229,186)
#E0EBD1
(224,235,209)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B502 color. Also use rgb(98,181,2) instead hex code.

Text Font Color

.myTextColor { color: #62B502; }

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

This text font color is #62B502.


Background Color

.myBgColor { background-color: #62B502; }

<div style="background-color:#62B502">Inner text</div>

This div background color is #62B502.


Border color

.myBorderColor { border: 1px solid #62B502; }

<div style="border:3px solid #62B502">Div</div>

This div border color is #62B502.


Opacity

.myOpacity80 { color: #62B502; opacity: 0.8; }

<p style="color:#62B502;opacity:0.8;">80%</p>

Text with #62B502 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 #62B502;}

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

This text has shadow with #62B502 color.

.textShadow {text-shadow: 3px 3px 1px #62B502, 3px 3px 1px red;}

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

This text has shadow with #62B502 primary color and red secondary color.


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

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

This text has shadow with #62B502 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62B502 on black background.


Color preview on white background

This text has color #62B502 on white background.



Black color preview on #62B502 background

This text has black color on #62B502 background.


White color preview on #62B502 background

This text has white color on #62B502 background.