COLOR #75ED15

HEX: #75ED15
RGB: (117,237,21)

Color info

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

RGB color model

#75ED15 color RGB value is (117,237,21).

  • red value is 117;
  • green value is 237;
  • blue value is 21.
RGB:
(117,237,21)
(46%,93%,8%)

RGB channels and saturation

R 117 of 255 = 46%
G 237 of 255 = 93%
B 21 of 255 = 8%

117
237
21

R + G + B ~ 49%. #75ED15 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 237 + 21 = 375 (100%)
R 117 of 375 ~ 31.2%
G 237 of 375 ~ 63.2%
B 21 of 375 ~ 5.6%

%31.2
%63.2

CMYK color model

#75ED15 color CMYK value is (51,0,91,7).

  • cyan value is 50.63%
  • magenta value is 0.00%
  • yellow value is 91.14%
  • key color value is 7.06%
CMYK:
(51,0,91,7)
C51M0Y91K7 
(51%,0%,91%,7%)
(0.51/0.00/0.91/0.07)	

CMYK percentages

%50.63
%0
%91.14
%7.06

Codes

Color #75ED15 in popluar color models

75ED15
RGB11723721
HSL93°85.71%50.59%
HSB/HSV93°91.14%92.94%
CMYK50.63%0.00%91.14%
7.06%

Color #75ED15 in popluar number systems.

HEX75ED15
Decimal11723721
Binary11101011110110110101
Octal16535525

Shades and tints

Shades of #75ED15

#75ED15
(117,237,21)
#6BD814
(107,216,20)
#61C313
(97,195,19)
#57AE12
(87,174,18)
#4D9911
(77,153,17)
#438410
(67,132,16)
#396F0F
(57,111,15)
#2F5A0E
(47,90,14)
#25450D
(37,69,13)
#1B300C
(27,48,12)
#111B0B
(17,27,11)
#000000
(0,0,0)

Tints of #75ED15

#75ED15
(117,237,21)
#81EE2A
(129,238,42)
#8DEF3F
(141,239,63)
#99F054
(153,240,84)
#A5F169
(165,241,105)
#B1F27E
(177,242,126)
#BDF393
(189,243,147)
#C9F4A8
(201,244,168)
#D5F5BD
(213,245,189)
#E1F6D2
(225,246,210)
#EDF7E7
(237,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75ED15 color. Also use rgb(117,237,21) instead hex code.

Text Font Color

.myTextColor { color: #75ED15; }

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

This text font color is #75ED15.


Background Color

.myBgColor { background-color: #75ED15; }

<div style="background-color:#75ED15">Inner text</div>

This div background color is #75ED15.


Border color

.myBorderColor { border: 1px solid #75ED15; }

<div style="border:3px solid #75ED15">Div</div>

This div border color is #75ED15.


Opacity

.myOpacity80 { color: #75ED15; opacity: 0.8; }

<p style="color:#75ED15;opacity:0.8;">80%</p>

Text with #75ED15 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 #75ED15;}

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

This text has shadow with #75ED15 color.

.textShadow {text-shadow: 3px 3px 1px #75ED15, 3px 3px 1px red;}

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

This text has shadow with #75ED15 primary color and red secondary color.


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

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

This text has shadow with #75ED15 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75ED15 on black background.


Color preview on white background

This text has color #75ED15 on white background.



Black color preview on #75ED15 background

This text has black color on #75ED15 background.


White color preview on #75ED15 background

This text has white color on #75ED15 background.