COLOR #38EB01

HEX: #38EB01
RGB: (56,235,1)

Color info

#38EB01 contains mainly green color. Web safe color of #38EB01 is #33FF00 (or #3F0).

RGB color model

#38EB01 color RGB value is (56,235,1).

  • red value is 56;
  • green value is 235;
  • blue value is 1.
RGB:
(56,235,1)
(22%,92%,0%)

RGB channels and saturation

R 56 of 255 = 22%
G 235 of 255 = 92%
B 1 of 255 = 0%

56
235
1

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

Portions of RGB colors in percentages

R + G + B =
56 + 235 + 1 = 292 (100%)
R 56 of 292 ~ 19.18%
G 235 of 292 ~ 80.48%
B 1 of 292 ~ 0.34%

%19.18
%80.48

CMYK color model

#38EB01 color CMYK value is (76,0,100,8).

  • cyan value is 76.17%
  • magenta value is 0.00%
  • yellow value is 99.57%
  • key color value is 7.84%
CMYK:
(76,0,100,8)
C76M0Y100K8 
(76%,0%,100%,8%)
(0.76/0.00/1.00/0.08)	

CMYK percentages

%76.17
%0
%99.57
%7.84

Codes

Color #38EB01 in popluar color models

38EB01
RGB562351
HSL106°99.15%46.27%
HSB/HSV106°99.57%92.16%
CMYK76.17%0.00%99.57%
7.84%

Color #38EB01 in popluar number systems.

HEX38EB01
Decimal562351
Binary111000111010111
Octal703531

Shades and tints

Shades of #38EB01

#38EB01
(56,235,1)
#33D601
(51,214,1)
#2EC101
(46,193,1)
#29AC01
(41,172,1)
#249701
(36,151,1)
#1F8201
(31,130,1)
#1A6D01
(26,109,1)
#155801
(21,88,1)
#104301
(16,67,1)
#0B2E01
(11,46,1)
#061901
(6,25,1)
#000000
(0,0,0)

Tints of #38EB01

#38EB01
(56,235,1)
#4AEC18
(74,236,24)
#5CED2F
(92,237,47)
#6EEE46
(110,238,70)
#80EF5D
(128,239,93)
#92F074
(146,240,116)
#A4F18B
(164,241,139)
#B6F2A2
(182,242,162)
#C8F3B9
(200,243,185)
#DAF4D0
(218,244,208)
#ECF5E7
(236,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38EB01 color. Also use rgb(56,235,1) instead hex code.

Text Font Color

.myTextColor { color: #38EB01; }

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

This text font color is #38EB01.


Background Color

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

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

This div background color is #38EB01.


Border color

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

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

This div border color is #38EB01.


Opacity

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

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

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

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

This text has shadow with #38EB01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38EB01 on black background.


Color preview on white background

This text has color #38EB01 on white background.



Black color preview on #38EB01 background

This text has black color on #38EB01 background.


White color preview on #38EB01 background

This text has white color on #38EB01 background.