#41D645

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

Shades of Lime Green #41D645

Tints of Lime Green #41D645

Color information

#41D645 (or 0x41D645) is unknown color: approx Lime Green. HEX triplet: 41, D6 and 45. RGB value is (65,214,69). Sum of RGB (Red+Green+Blue) = 65+214+69=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #41D645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D645 is #BE29BA. Grayscale: #999999. Windows color (decimal): -12462523 or 4576833. OLE color: 4576833.

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

Color convert

RGB6521469-
CMYK0.7000.680.16
HSL121.61º64.5%54.71%-
HSV(B)121.61º69.63%83.92%-
XYZ27.349.6513.77-
YUV152.9280.6465.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 214 (83.98% from 255) = 61.49%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=18.68%
G=61.49%
B=19.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65214690.7000.680.16121.6164.554.71
Hex41D64546044107a4137
Octal10132610510601042017210167
Binary10000011101011010001011000110010001001000011110101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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