COLOR #5FD030

HEX: #5FD030 RGB: (95,208,48)

Color info

#5FD030 contains mainly green color. Web safe color of #5FD030 is #66CC33 (or #6C3).

RGB color model

#5FD030 color RGB value is (95,208,48).

RGB: (95,208,48) (37%, 82%, 19%)

RGB channels and saturation

R 95 of 255 = 37%
G 208 of 255 = 82%
B 48 of 255 = 19%

95
208
48

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

Portions of RGB colors in percentages

R + G + B = 95 + 208 + 48 = 351 (100%)
R 95 of 351 ~ 27.07%
G 208 of 351 ~ 59.26%
B 48 of 351 ~ 13.68'%

%27.07
%59.26
%13.68

CMYK color model

#5FD030 color CMYK value is (54,0,77,18).

  • cyan value is 54.33%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 18.43%

CMYK: (54,0,77,18)
C54M0Y77K18 (54%, 0%, 77%, 18%)
(0.54 / 0.00 / 0.77 / 0.18)

CMYK percentages

%54.33
%0
%76.92
%18.43

Codes

Color #5FD030 in popluar color models

5F D0 30
RGB 95 208 48
HSL 102° 62.99% 50.20%
HSB/HSV 102° 76.92% 81.57%
CMYK 54.33% 0.00% 76.92%
18.43%

Color #5FD030 in popluar number systems.

HEX 5F D0 30
Decimal 95 208 48
Binary 1011111 11010000 110000
Octal 137 320 60

Shades and tints

Shades of #5FD030

#5FD030
(95,208,48)
#57BE2C
(87,190,44)
#4FAC28
(79,172,40)
#479A24
(71,154,36)
#3F8820
(63,136,32)
#37761C
(55,118,28)
#2F6418
(47,100,24)
#275214
(39,82,20)
#1F4010
(31,64,16)
#172E0C
(23,46,12)
#0F1C08
(15,28,8)
#000000
(0,0,0)

Tints of #5FD030

#5FD030
(95,208,48)
#6DD442
(109,212,66)
#7BD854
(123,216,84)
#89DC66
(137,220,102)
#97E078
(151,224,120)
#A5E48A
(165,228,138)
#B3E89C
(179,232,156)
#C1ECAE
(193,236,174)
#CFF0C0
(207,240,192)
#DDF4D2
(221,244,210)
#EBF8E4
(235,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD030 color. Also use rgb(95,208,48) instead hex code.

Text Font Color

.myTextColor { color: #5FD030; }

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

This text font color is #5FD030.

Background Color

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

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

This div background color is #5FD030.

Border color

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

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

This div border color is #5FD030.

Opacity

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

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

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

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

This text has shadow with #5FD030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FD030.

Preview

Color preview on black background

This text has color #5FD030 on black background.


Color preview on white background

This text has color #5FD030 on white background.


Black color preview on #5FD030 background

This text has black color on #5FD030 background.


White color preview on #5FD030 background

This text has white color on #5FD030 background.


Related colors

Complementary color

Complementary color for #5FD030 is #A02FCF.


I love getcolorcode.com

Triadic colors

1 #305FD0 and #D0305F with #5FD030 are triadic colors.

2 #30D05F and #D05F30 with #5FD030 are triadic colors.