Html Css Color HEX #41E73D Lime Green

📋 copy color: '#41E73D'

red 65 ◦ green 231 ◦ blue 61

#41E73D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #41E73D

Tints of Lime Green #41E73D

RGB

 RED value IS 65 (25.78% from 255) = 18.21%

 GREEN value IS 231 (90.63% from 255) = 64.71%

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 18.21%
G = 64.71%
B = 17.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#41E73D (or 0x41E73D) is known color: Lime Green. HEX triplet: 41, E7 and 3D. RGB value is (65,231,61). Sum of RGB (Red+Green+Blue) = 65+231+61=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 231 (90.62% from 255 or 64.71% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 231 - color contains mainly: green. Hex color #41E73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E73D is #BE18C2. Grayscale: #A2A2A2. Windows color (decimal): -12458179 or 4056897. OLE color: 4056897.

HSL color Cylindrical-coordinate representation of color #41E73D: hue angle of 118.59º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41E73D is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 231 61 -
CMYK 0.72 0 0.74 0.09
HSL 118.59º 0.78% 0.57% -
HSV(B) 118.59º 0.74% 0.91% -
XYZ 31.6 58.61 14.06 -
YUV 161.99 71 58.82 -
System Red Green Blue C M Y K H S L
Decimal 65 231 61 0.72 0 0.74 0.09 118.59 0.78 0.57
Hex 41 E7 3D 48 0 4A 9 77 4E 39
Octal 101 347 75 110 0 112 11 167 116 71
Binary 1000001 11100111 111101 1001000 0 1001010 1001 1110111 1001110 111001

Color Harmonies of #41E73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E73D

Black with #41E73D

Text Example


Text Example

White with #41E73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41E73D; }

 p { color: rgb(65,231,61); }

 H1.HeaderClassName
 {
   color: #41E73D;
 }
 .AnyTagClassName
 {
   color: #41E73D;
 }
</style>

background-color css

<style>
 a { background-color: #41E73D; }

 a { background-color: rgb(65,231,61); }

 div.DivClassName
 {
   background-color: #41E73D;
 }
 .BgClassName
 {
   background-color: #41E73D;
 }
</style>

border-color css

<style>
 span { border-color: #41E73D; }

 span { border-color: rgb(65,231,61); }

 td.TdClassName
 {
   border-color: #41E73D;
 }
 .TagClassName
 {
   border-color: #41E73D;
 }
</style>