COLOR #62CF19

HEX: #62CF19
RGB: (98,207,25)

Color info

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

RGB color model

#62CF19 color RGB value is (98,207,25).

  • red value is 98;
  • green value is 207;
  • blue value is 25.
RGB:
(98,207,25)
(38%,81%,10%)

RGB channels and saturation

R 98 of 255 = 38%
G 207 of 255 = 81%
B 25 of 255 = 10%

98
207
25

R + G + B ~ 43%. #62CF19 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 207 + 25 = 330 (100%)
R 98 of 330 ~ 29.7%
G 207 of 330 ~ 62.73%
B 25 of 330 ~ 7.58%

%29.7
%62.73

CMYK color model

#62CF19 color CMYK value is (53,0,88,19).

  • cyan value is 52.66%
  • magenta value is 0.00%
  • yellow value is 87.92%
  • key color value is 18.82%
CMYK:
(53,0,88,19)
C53M0Y88K19 
(53%,0%,88%,19%)
(0.53/0.00/0.88/0.19)	

CMYK percentages

%52.66
%0
%87.92
%18.82

Codes

Color #62CF19 in popluar color models

62CF19
RGB9820725
HSL96°78.45%45.49%
HSB/HSV96°87.92%81.18%
CMYK52.66%0.00%87.92%
18.82%

Color #62CF19 in popluar number systems.

HEX62CF19
Decimal9820725
Binary11000101100111111001
Octal14231731

Shades and tints

Shades of #62CF19

#62CF19
(98,207,25)
#5ABD17
(90,189,23)
#52AB15
(82,171,21)
#4A9913
(74,153,19)
#428711
(66,135,17)
#3A750F
(58,117,15)
#32630D
(50,99,13)
#2A510B
(42,81,11)
#223F09
(34,63,9)
#1A2D07
(26,45,7)
#121B05
(18,27,5)
#000000
(0,0,0)

Tints of #62CF19

#62CF19
(98,207,25)
#70D32D
(112,211,45)
#7ED741
(126,215,65)
#8CDB55
(140,219,85)
#9ADF69
(154,223,105)
#A8E37D
(168,227,125)
#B6E791
(182,231,145)
#C4EBA5
(196,235,165)
#D2EFB9
(210,239,185)
#E0F3CD
(224,243,205)
#EEF7E1
(238,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62CF19 color. Also use rgb(98,207,25) instead hex code.

Text Font Color

.myTextColor { color: #62CF19; }

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

This text font color is #62CF19.


Background Color

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

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

This div background color is #62CF19.


Border color

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

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

This div border color is #62CF19.


Opacity

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

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

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

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

This text has shadow with #62CF19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62CF19 on black background.


Color preview on white background

This text has color #62CF19 on white background.



Black color preview on #62CF19 background

This text has black color on #62CF19 background.


White color preview on #62CF19 background

This text has white color on #62CF19 background.