COLOR #55E603

HEX: #55E603
RGB: (85,230,3)

Color info

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

RGB color model

#55E603 color RGB value is (85,230,3).

  • red value is 85;
  • green value is 230;
  • blue value is 3.
RGB:
(85,230,3)
(33%,90%,1%)

RGB channels and saturation

R 85 of 255 = 33%
G 230 of 255 = 90%
B 3 of 255 = 1%

85
230
3

R + G + B ~ 41%. #55E603 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 230 + 3 = 318 (100%)
R 85 of 318 ~ 26.73%
G 230 of 318 ~ 72.33%
B 3 of 318 ~ 0.94%

%26.73
%72.33

CMYK color model

#55E603 color CMYK value is (63,0,99,10).

  • cyan value is 63.04%
  • magenta value is 0.00%
  • yellow value is 98.70%
  • key color value is 9.80%
CMYK:
(63,0,99,10)
C63M0Y99K10 
(63%,0%,99%,10%)
(0.63/0.00/0.99/0.10)	

CMYK percentages

%63.04
%0
%98.7
%9.8

Codes

Color #55E603 in popluar color models

55E603
RGB852303
HSL98°97.42%45.69%
HSB/HSV98°98.70%90.20%
CMYK63.04%0.00%98.70%
9.80%

Color #55E603 in popluar number systems.

HEX55E603
Decimal852303
Binary10101011110011011
Octal1253463

Shades and tints

Shades of #55E603

#55E603
(85,230,3)
#4ED203
(78,210,3)
#47BE03
(71,190,3)
#40AA03
(64,170,3)
#399603
(57,150,3)
#328203
(50,130,3)
#2B6E03
(43,110,3)
#245A03
(36,90,3)
#1D4603
(29,70,3)
#163203
(22,50,3)
#0F1E03
(15,30,3)
#000000
(0,0,0)

Tints of #55E603

#55E603
(85,230,3)
#64E819
(100,232,25)
#73EA2F
(115,234,47)
#82EC45
(130,236,69)
#91EE5B
(145,238,91)
#A0F071
(160,240,113)
#AFF287
(175,242,135)
#BEF49D
(190,244,157)
#CDF6B3
(205,246,179)
#DCF8C9
(220,248,201)
#EBFADF
(235,250,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55E603 color. Also use rgb(85,230,3) instead hex code.

Text Font Color

.myTextColor { color: #55E603; }

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

This text font color is #55E603.


Background Color

.myBgColor { background-color: #55E603; }

<div style="background-color:#55E603">Inner text</div>

This div background color is #55E603.


Border color

.myBorderColor { border: 1px solid #55E603; }

<div style="border:3px solid #55E603">Div</div>

This div border color is #55E603.


Opacity

.myOpacity80 { color: #55E603; opacity: 0.8; }

<p style="color:#55E603;opacity:0.8;">80%</p>

Text with #55E603 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 #55E603;}

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

This text has shadow with #55E603 color.

.textShadow {text-shadow: 3px 3px 1px #55E603, 3px 3px 1px red;}

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

This text has shadow with #55E603 primary color and red secondary color.


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

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

This text has shadow with #55E603 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55E603 on black background.


Color preview on white background

This text has color #55E603 on white background.



Black color preview on #55E603 background

This text has black color on #55E603 background.


White color preview on #55E603 background

This text has white color on #55E603 background.