COLOR #57F000

HEX: #57F000
RGB: (87,240,0)

Color info

#57F000 contains mainly green color. Web safe color of #57F000 is #66FF00 (or #6F0).

RGB color model

#57F000 color RGB value is (87,240,0).

  • red value is 87;
  • green value is 240;
  • blue value is 0.
RGB:
(87,240,0)
(34%,94%,0%)

RGB channels and saturation

R 87 of 255 = 34%
G 240 of 255 = 94%
B 0 of 255 = 0%

87
240
0

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

Portions of RGB colors in percentages

R + G + B =
87 + 240 + 0 = 327 (100%)
R 87 of 327 ~ 26.61%
G 240 of 327 ~ 73.39%
B 0 of 327 ~ 0%

%26.61
%73.39

CMYK color model

#57F000 color CMYK value is (64,0,100,6).

  • cyan value is 63.75%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(64,0,100,6)
C64M0Y100K6 
(64%,0%,100%,6%)
(0.64/0.00/1.00/0.06)	

CMYK percentages

%63.75
%0
%100
%5.88

Codes

Color #57F000 in popluar color models

57F000
RGB872400
HSL98°100.00%47.06%
HSB/HSV98°100.00%94.12%
CMYK63.75%0.00%100.00%
5.88%

Color #57F000 in popluar number systems.

HEX57F000
Decimal872400
Binary1010111111100000
Octal1273600

Shades and tints

Shades of #57F000

#57F000
(87,240,0)
#50DB00
(80,219,0)
#49C600
(73,198,0)
#42B100
(66,177,0)
#3B9C00
(59,156,0)
#348700
(52,135,0)
#2D7200
(45,114,0)
#265D00
(38,93,0)
#1F4800
(31,72,0)
#183300
(24,51,0)
#111E00
(17,30,0)
#000000
(0,0,0)

Tints of #57F000

#57F000
(87,240,0)
#66F117
(102,241,23)
#75F22E
(117,242,46)
#84F345
(132,243,69)
#93F45C
(147,244,92)
#A2F573
(162,245,115)
#B1F68A
(177,246,138)
#C0F7A1
(192,247,161)
#CFF8B8
(207,248,184)
#DEF9CF
(222,249,207)
#EDFAE6
(237,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57F000 color. Also use rgb(87,240,0) instead hex code.

Text Font Color

.myTextColor { color: #57F000; }

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

This text font color is #57F000.


Background Color

.myBgColor { background-color: #57F000; }

<div style="background-color:#57F000">Inner text</div>

This div background color is #57F000.


Border color

.myBorderColor { border: 1px solid #57F000; }

<div style="border:3px solid #57F000">Div</div>

This div border color is #57F000.


Opacity

.myOpacity80 { color: #57F000; opacity: 0.8; }

<p style="color:#57F000;opacity:0.8;">80%</p>

Text with #57F000 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 #57F000;}

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

This text has shadow with #57F000 color.

.textShadow {text-shadow: 3px 3px 1px #57F000, 3px 3px 1px red;}

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

This text has shadow with #57F000 primary color and red secondary color.


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

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

This text has shadow with #57F000 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57F000 on black background.


Color preview on white background

This text has color #57F000 on white background.



Black color preview on #57F000 background

This text has black color on #57F000 background.


White color preview on #57F000 background

This text has white color on #57F000 background.