#41D445

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

Shades of Lime Green #41D445

Tints of Lime Green #41D445

Color information

#41D445 (or 0x41D445) is unknown color: approx Lime Green. HEX triplet: 41, D4 and 45. RGB value is (65,212,69). Sum of RGB (Red+Green+Blue) = 65+212+69=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #41D445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D445 is #BE2BBA. Grayscale: #989898. Windows color (decimal): -12463035 or 4576321. OLE color: 4576321.

HSL color Cylindrical-coordinate representation of color #41D445: hue angle of 121.63º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D445 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB6521269-
CMYK0.6900.670.17
HSL121.63º63.09%54.31%-
HSV(B)121.63º69.34%83.14%-
XYZ26.848.6413.61-
YUV151.7481.366.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 212 (83.20% from 255) = 61.27%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=18.79%
G=61.27%
B=19.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65212690.6900.670.17121.6363.0954.31
Hex41D44545043117a3f36
Octal1013241051050103211727766
Binary1000001110101001000101100010101000011100011111010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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