COLOR #5FED02

HEX: #5FED02
RGB: (95,237,2)

Color info

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

RGB color model

#5FED02 color RGB value is (95,237,2).

  • red value is 95;
  • green value is 237;
  • blue value is 2.
RGB:
(95,237,2)
(37%,93%,1%)

RGB channels and saturation

R 95 of 255 = 37%
G 237 of 255 = 93%
B 2 of 255 = 1%

95
237
2

R + G + B ~ 44%. #5FED02 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 237 + 2 = 334 (100%)
R 95 of 334 ~ 28.44%
G 237 of 334 ~ 70.96%
B 2 of 334 ~ 0.6%

%28.44
%70.96

CMYK color model

#5FED02 color CMYK value is (60,0,99,7).

  • cyan value is 59.92%
  • magenta value is 0.00%
  • yellow value is 99.16%
  • key color value is 7.06%
CMYK:
(60,0,99,7)
C60M0Y99K7 
(60%,0%,99%,7%)
(0.60/0.00/0.99/0.07)	

CMYK percentages

%59.92
%0
%99.16
%7.06

Codes

Color #5FED02 in popluar color models

5FED02
RGB952372
HSL96°98.33%46.86%
HSB/HSV96°99.16%92.94%
CMYK59.92%0.00%99.16%
7.06%

Color #5FED02 in popluar number systems.

HEX5FED02
Decimal952372
Binary10111111110110110
Octal1373552

Shades and tints

Shades of #5FED02

#5FED02
(95,237,2)
#57D802
(87,216,2)
#4FC302
(79,195,2)
#47AE02
(71,174,2)
#3F9902
(63,153,2)
#378402
(55,132,2)
#2F6F02
(47,111,2)
#275A02
(39,90,2)
#1F4502
(31,69,2)
#173002
(23,48,2)
#0F1B02
(15,27,2)
#000000
(0,0,0)

Tints of #5FED02

#5FED02
(95,237,2)
#6DEE19
(109,238,25)
#7BEF30
(123,239,48)
#89F047
(137,240,71)
#97F15E
(151,241,94)
#A5F275
(165,242,117)
#B3F38C
(179,243,140)
#C1F4A3
(193,244,163)
#CFF5BA
(207,245,186)
#DDF6D1
(221,246,209)
#EBF7E8
(235,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FED02 color. Also use rgb(95,237,2) instead hex code.

Text Font Color

.myTextColor { color: #5FED02; }

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

This text font color is #5FED02.


Background Color

.myBgColor { background-color: #5FED02; }

<div style="background-color:#5FED02">Inner text</div>

This div background color is #5FED02.


Border color

.myBorderColor { border: 1px solid #5FED02; }

<div style="border:3px solid #5FED02">Div</div>

This div border color is #5FED02.


Opacity

.myOpacity80 { color: #5FED02; opacity: 0.8; }

<p style="color:#5FED02;opacity:0.8;">80%</p>

Text with #5FED02 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 #5FED02;}

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

This text has shadow with #5FED02 color.

.textShadow {text-shadow: 3px 3px 1px #5FED02, 3px 3px 1px red;}

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

This text has shadow with #5FED02 primary color and red secondary color.


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

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

This text has shadow with #5FED02 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FED02 on black background.


Color preview on white background

This text has color #5FED02 on white background.



Black color preview on #5FED02 background

This text has black color on #5FED02 background.


White color preview on #5FED02 background

This text has white color on #5FED02 background.