COLOR #05EB3D

HEX: #05EB3D
RGB: (5,235,61)

Color info

#05EB3D contains mainly green color. Web safe color of #05EB3D is #00FF33 (or #0F3).

RGB color model

#05EB3D color RGB value is (5,235,61).

  • red value is 5;
  • green value is 235;
  • blue value is 61.
RGB:
(5,235,61)
(2%,92%,24%)

RGB channels and saturation

R 5 of 255 = 2%
G 235 of 255 = 92%
B 61 of 255 = 24%

5
235
61

R + G + B ~ 39%. #05EB3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 235 + 61 = 301 (100%)
R 5 of 301 ~ 1.66%
G 235 of 301 ~ 78.07%
B 61 of 301 ~ 20.27%

%78.07
%20.27

CMYK color model

#05EB3D color CMYK value is (98,0,74,8).

  • cyan value is 97.87%
  • magenta value is 0.00%
  • yellow value is 74.04%
  • key color value is 7.84%
CMYK:
(98,0,74,8)
C98M0Y74K8 
(98%,0%,74%,8%)
(0.98/0.00/0.74/0.08)	

CMYK percentages

%97.87
%0
%74.04
%7.84

Codes

Color #05EB3D in popluar color models

05EB3D
RGB523561
HSL135°95.83%47.06%
HSB/HSV135°97.87%92.16%
CMYK97.87%0.00%74.04%
7.84%

Color #05EB3D in popluar number systems.

HEX05EB3D
Decimal523561
Binary10111101011111101
Octal535375

Shades and tints

Shades of #05EB3D

#05EB3D
(5,235,61)
#05D638
(5,214,56)
#05C133
(5,193,51)
#05AC2E
(5,172,46)
#059729
(5,151,41)
#058224
(5,130,36)
#056D1F
(5,109,31)
#05581A
(5,88,26)
#054315
(5,67,21)
#052E10
(5,46,16)
#05190B
(5,25,11)
#000000
(0,0,0)

Tints of #05EB3D

#05EB3D
(5,235,61)
#1BEC4E
(27,236,78)
#31ED5F
(49,237,95)
#47EE70
(71,238,112)
#5DEF81
(93,239,129)
#73F092
(115,240,146)
#89F1A3
(137,241,163)
#9FF2B4
(159,242,180)
#B5F3C5
(181,243,197)
#CBF4D6
(203,244,214)
#E1F5E7
(225,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05EB3D color. Also use rgb(5,235,61) instead hex code.

Text Font Color

.myTextColor { color: #05EB3D; }

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

This text font color is #05EB3D.


Background Color

.myBgColor { background-color: #05EB3D; }

<div style="background-color:#05EB3D">Inner text</div>

This div background color is #05EB3D.


Border color

.myBorderColor { border: 1px solid #05EB3D; }

<div style="border:3px solid #05EB3D">Div</div>

This div border color is #05EB3D.


Opacity

.myOpacity80 { color: #05EB3D; opacity: 0.8; }

<p style="color:#05EB3D;opacity:0.8;">80%</p>

Text with #05EB3D 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 #05EB3D;}

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

This text has shadow with #05EB3D color.

.textShadow {text-shadow: 3px 3px 1px #05EB3D, 3px 3px 1px red;}

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

This text has shadow with #05EB3D primary color and red secondary color.


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

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

This text has shadow with #05EB3D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05EB3D on black background.


Color preview on white background

This text has color #05EB3D on white background.



Black color preview on #05EB3D background

This text has black color on #05EB3D background.


White color preview on #05EB3D background

This text has white color on #05EB3D background.