COLOR #75FF19

HEX: #75FF19 RGB: (117,255,25)

Color info

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

RGB color model

#75FF19 color RGB value is (117,255,25).

RGB: (117,255,25) (46%, 100%, 10%)

RGB channels and saturation

R 117 of 255 = 46%
G 255 of 255 = 100%
B 25 of 255 = 10%

117
255
25

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

Portions of RGB colors in percentages

R + G + B = 117 + 255 + 25 = 397 (100%)
R 117 of 397 ~ 29.47%
G 255 of 397 ~ 64.23%
B 25 of 397 ~ 6.3'%

%29.47
%64.23

CMYK color model

#75FF19 color CMYK value is (54,0,90,0).

  • cyan value is 54.12%
  • magenta value is 0.00%
  • yellow value is 90.20%
  • key color value is 0.00%

CMYK: (54,0,90,0)
C54M0Y90K0 (54%, 0%, 90%, 0%)
(0.54 / 0.00 / 0.90 / 0.00)

CMYK percentages

%54.12
%0
%90.2
%0

Codes

Color #75FF19 in popluar color models

75 FF 19
RGB 117 255 25
HSL 96° 100.00% 54.90%
HSB/HSV 96° 90.20% 100.00%
CMYK 54.12% 0.00% 90.20%
0.00%

Color #75FF19 in popluar number systems.

HEX 75 FF 19
Decimal 117 255 25
Binary 1110101 11111111 11001
Octal 165 377 31

Shades and tints

Shades of #75FF19

#75FF19
(117,255,25)
#6BE817
(107,232,23)
#61D115
(97,209,21)
#57BA13
(87,186,19)
#4DA311
(77,163,17)
#438C0F
(67,140,15)
#39750D
(57,117,13)
#2F5E0B
(47,94,11)
#254709
(37,71,9)
#1B3007
(27,48,7)
#111905
(17,25,5)
#000000
(0,0,0)

Tints of #75FF19

#75FF19
(117,255,25)
#81FF2D
(129,255,45)
#8DFF41
(141,255,65)
#99FF55
(153,255,85)
#A5FF69
(165,255,105)
#B1FF7D
(177,255,125)
#BDFF91
(189,255,145)
#C9FFA5
(201,255,165)
#D5FFB9
(213,255,185)
#E1FFCD
(225,255,205)
#EDFFE1
(237,255,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75FF19 color. Also use rgb(117,255,25) instead hex code.

Text Font Color

.myTextColor { color: #75FF19; }

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

This text font color is #75FF19.

Background Color

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

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

This div background color is #75FF19.

Border color

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

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

This div border color is #75FF19.

Opacity

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

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

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

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

This text has shadow with #75FF19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75FF19.

Preview

Color preview on black background

This text has color #75FF19 on black background.


Color preview on white background

This text has color #75FF19 on white background.


Black color preview on #75FF19 background

This text has black color on #75FF19 background.


White color preview on #75FF19 background

This text has white color on #75FF19 background.


Related colors

Complementary color

Complementary color for #75FF19 is #8A00E6.


I love getcolorcode.com

Triadic colors

1 #1975FF and #FF1975 with #75FF19 are triadic colors.

2 #19FF75 and #FF7519 with #75FF19 are triadic colors.