#41D63D

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

Shades of Lime Green #41D63D

Tints of Lime Green #41D63D

Color information

#41D63D (or 0x41D63D) is unknown color: approx Lime Green. HEX triplet: 41, D6 and 3D. RGB value is (65,214,61). Sum of RGB (Red+Green+Blue) = 65+214+61=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 214 (83.98% from 255 or 62.94% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 214 - color contains mainly: green. Hex color #41D63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D63D is #BE29C2. Grayscale: #989898. Windows color (decimal): -12462531 or 4052545. OLE color: 4052545.

HSL color Cylindrical-coordinate representation of color #41D63D: hue angle of 118.43º degrees, saturation: 0.65, 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 #41D63D is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB6521461-
CMYK0.7000.710.16
HSL118.43º65.11%53.92%-
HSV(B)118.43º71.5%83.92%-
XYZ27.0749.5512.55-
YUV152.0176.6465.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 214 (83.98% from 255) = 62.94%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=19.12%
G=62.94%
B=17.94%

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
Decimal65214610.7000.710.16118.4365.1153.92
Hex41D63D4604710764136
Octal1013267510601072016610166
Binary1000001110101101111011000110010001111000011101101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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