#41D73E

Color #41D73E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #41D73E

Tints of Lime Green #41D73E

Color information

#41D73E (or 0x41D73E) is unknown color: approx Lime Green. HEX triplet: 41, D7 and 3E. RGB value is (65,215,62). Sum of RGB (Red+Green+Blue) = 65+215+62=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #41D73E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D73E is #BE28C1. Grayscale: #999999. Windows color (decimal): -12462274 or 4118337. OLE color: 4118337.

HSL color Cylindrical-coordinate representation of color #41D73E: hue angle of 118.82º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41D73E is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB6521562-
CMYK0.7000.710.16
HSL118.82º65.67%54.31%-
HSV(B)118.82º71.16%84.31%-
XYZ27.3550.0712.78-
YUV152.7176.8165.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 215 (84.38% from 255) = 62.87%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=19.01%
G=62.87%
B=18.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65215620.7000.710.16118.8265.6754.31
Hex41D73E4604710774236
Octal1013277610601072016710266
Binary1000001110101111111101000110010001111000011101111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,215,62); }

 H1.HeaderClassName
 {
   color: #41D73E;
 }
 .AnyTagClassName
 {
   color: #41D73E;
 }
</style>
background-color css

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

 a { background-color: rgb(65,215,62); }

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

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

 span { border-color: rgb(65,215,62); }

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