COLOR #38C017

HEX: #38C017
RGB: (56,192,23)

Color info

#38C017 contains mainly green color. Web safe color of #38C017 is #33CC00 (or #3C0).

RGB color model

#38C017 color RGB value is (56,192,23).

  • red value is 56;
  • green value is 192;
  • blue value is 23.
RGB:
(56,192,23)
(22%,75%,9%)

RGB channels and saturation

R 56 of 255 = 22%
G 192 of 255 = 75%
B 23 of 255 = 9%

56
192
23

R + G + B ~ 35%. #38C017 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 192 + 23 = 271 (100%)
R 56 of 271 ~ 20.66%
G 192 of 271 ~ 70.85%
B 23 of 271 ~ 8.49%

%20.66
%70.85

CMYK color model

#38C017 color CMYK value is (71,0,88,25).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 88.02%
  • key color value is 24.71%
CMYK:
(71,0,88,25)
C71M0Y88K25 
(71%,0%,88%,25%)
(0.71/0.00/0.88/0.25)	

CMYK percentages

%70.83
%0
%88.02
%24.71

Codes

Color #38C017 in popluar color models

38C017
RGB5619223
HSL108°78.60%42.16%
HSB/HSV108°88.02%75.29%
CMYK70.83%0.00%88.02%
24.71%

Color #38C017 in popluar number systems.

HEX38C017
Decimal5619223
Binary1110001100000010111
Octal7030027

Shades and tints

Shades of #38C017

#38C017
(56,192,23)
#33AF15
(51,175,21)
#2E9E13
(46,158,19)
#298D11
(41,141,17)
#247C0F
(36,124,15)
#1F6B0D
(31,107,13)
#1A5A0B
(26,90,11)
#154909
(21,73,9)
#103807
(16,56,7)
#0B2705
(11,39,5)
#061603
(6,22,3)
#000000
(0,0,0)

Tints of #38C017

#38C017
(56,192,23)
#4AC52C
(74,197,44)
#5CCA41
(92,202,65)
#6ECF56
(110,207,86)
#80D46B
(128,212,107)
#92D980
(146,217,128)
#A4DE95
(164,222,149)
#B6E3AA
(182,227,170)
#C8E8BF
(200,232,191)
#DAEDD4
(218,237,212)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38C017 color. Also use rgb(56,192,23) instead hex code.

Text Font Color

.myTextColor { color: #38C017; }

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

This text font color is #38C017.


Background Color

.myBgColor { background-color: #38C017; }

<div style="background-color:#38C017">Inner text</div>

This div background color is #38C017.


Border color

.myBorderColor { border: 1px solid #38C017; }

<div style="border:3px solid #38C017">Div</div>

This div border color is #38C017.


Opacity

.myOpacity80 { color: #38C017; opacity: 0.8; }

<p style="color:#38C017;opacity:0.8;">80%</p>

Text with #38C017 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 #38C017;}

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

This text has shadow with #38C017 color.

.textShadow {text-shadow: 3px 3px 1px #38C017, 3px 3px 1px red;}

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

This text has shadow with #38C017 primary color and red secondary color.


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

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

This text has shadow with #38C017 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38C017 on black background.


Color preview on white background

This text has color #38C017 on white background.



Black color preview on #38C017 background

This text has black color on #38C017 background.


White color preview on #38C017 background

This text has white color on #38C017 background.