#41D545

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

Shades of Lime Green #41D545

Tints of Lime Green #41D545

Color information

#41D545 (or 0x41D545) is unknown color: approx Lime Green. HEX triplet: 41, D5 and 45. RGB value is (65,213,69). Sum of RGB (Red+Green+Blue) = 65+213+69=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #41D545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D545 is #BE2ABA. Grayscale: #989898. Windows color (decimal): -12462779 or 4576577. OLE color: 4576577.

HSL color Cylindrical-coordinate representation of color #41D545: hue angle of 121.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D545 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB6521369-
CMYK0.6900.680.16
HSL121.62º63.79%54.51%-
HSV(B)121.62º69.48%83.53%-
XYZ27.0549.1413.69-
YUV152.3380.9765.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 213 (83.59% from 255) = 61.38%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=18.73%
G=61.38%
B=19.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65213690.6900.680.16121.6263.7954.51
Hex41D54545044107a4037
Octal10132510510501042017210067
Binary10000011101010110001011000101010001001000011110101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,213,69); }

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

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

 a { background-color: rgb(65,213,69); }

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

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

 span { border-color: rgb(65,213,69); }

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