#41E348

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

Shades of Lime Green #41E348

Tints of Lime Green #41E348

Color information

#41E348 (or 0x41E348) is unknown color: approx Lime Green. HEX triplet: 41, E3 and 48. RGB value is (65,227,72). Sum of RGB (Red+Green+Blue) = 65+227+72=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 227 (89.06% from 255 or 62.36% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 227 - color contains mainly: green. Hex color #41E348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E348 is #BE1CB7. Grayscale: #A1A1A1. Windows color (decimal): -12459192 or 4776769. OLE color: 4776769.

HSL color Cylindrical-coordinate representation of color #41E348: hue angle of 122.59º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E348 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB6522772-
CMYK0.7100.680.11
HSL122.59º74.31%57.25%-
HSV(B)122.59º71.37%89.02%-
XYZ30.8256.5315.42-
YUV160.8977.8359.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.86%
GREEN value IS 227 (89.06% from 255) = 62.36%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=17.86%
G=62.36%
B=19.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal65227720.7100.680.11122.5974.3157.25
Hex41E34847044B7b4a39
Octal10134311010701041317311271
Binary1000001111000111001000100011101000100101111110111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,227,72); }

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

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

 a { background-color: rgb(65,227,72); }

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

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

 span { border-color: rgb(65,227,72); }

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