COLOR #41F335

HEX: #41F335
RGB: (65,243,53)

Color info

#41F335 contains mainly green color. Web safe color of #41F335 is #33FF33 (or #3F3).

RGB color model

#41F335 color RGB value is (65,243,53).

  • red value is 65;
  • green value is 243;
  • blue value is 53.
RGB:
(65,243,53)
(25%,95%,21%)

RGB channels and saturation

R 65 of 255 = 25%
G 243 of 255 = 95%
B 53 of 255 = 21%

65
243
53

R + G + B ~ 47%. #41F335 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 243 + 53 = 361 (100%)
R 65 of 361 ~ 18.01%
G 243 of 361 ~ 67.31%
B 53 of 361 ~ 14.68%

%18.01
%67.31
%14.68

CMYK color model

#41F335 color CMYK value is (73,0,78,5).

  • cyan value is 73.25%
  • magenta value is 0.00%
  • yellow value is 78.19%
  • key color value is 4.71%
CMYK:
(73,0,78,5)
C73M0Y78K5 
(73%,0%,78%,5%)
(0.73/0.00/0.78/0.05)	

CMYK percentages

%73.25
%0
%78.19
%4.71

Codes

Color #41F335 in popluar color models

41F335
RGB6524353
HSL116°88.79%58.04%
HSB/HSV116°78.19%95.29%
CMYK73.25%0.00%78.19%
4.71%

Color #41F335 in popluar number systems.

HEX41F335
Decimal6524353
Binary100000111110011110101
Octal10136365

Shades and tints

Shades of #41F335

#41F335
(65,243,53)
#3CDD31
(60,221,49)
#37C72D
(55,199,45)
#32B129
(50,177,41)
#2D9B25
(45,155,37)
#288521
(40,133,33)
#236F1D
(35,111,29)
#1E5919
(30,89,25)
#194315
(25,67,21)
#142D11
(20,45,17)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #41F335

#41F335
(65,243,53)
#52F447
(82,244,71)
#63F559
(99,245,89)
#74F66B
(116,246,107)
#85F77D
(133,247,125)
#96F88F
(150,248,143)
#A7F9A1
(167,249,161)
#B8FAB3
(184,250,179)
#C9FBC5
(201,251,197)
#DAFCD7
(218,252,215)
#EBFDE9
(235,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41F335 color. Also use rgb(65,243,53) instead hex code.

Text Font Color

.myTextColor { color: #41F335; }

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

This text font color is #41F335.


Background Color

.myBgColor { background-color: #41F335; }

<div style="background-color:#41F335">Inner text</div>

This div background color is #41F335.


Border color

.myBorderColor { border: 1px solid #41F335; }

<div style="border:3px solid #41F335">Div</div>

This div border color is #41F335.


Opacity

.myOpacity80 { color: #41F335; opacity: 0.8; }

<p style="color:#41F335;opacity:0.8;">80%</p>

Text with #41F335 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 #41F335;}

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

This text has shadow with #41F335 color.

.textShadow {text-shadow: 3px 3px 1px #41F335, 3px 3px 1px red;}

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

This text has shadow with #41F335 primary color and red secondary color.


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

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

This text has shadow with #41F335 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41F335 on black background.


Color preview on white background

This text has color #41F335 on white background.



Black color preview on #41F335 background

This text has black color on #41F335 background.


White color preview on #41F335 background

This text has white color on #41F335 background.