#41BD40

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

Shades of Lime Green #41BD40

Tints of Lime Green #41BD40

Color information

#41BD40 (or 0x41BD40) is unknown color: approx Lime Green. HEX triplet: 41, BD and 40. RGB value is (65,189,64). Sum of RGB (Red+Green+Blue) = 65+189+64=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD40 is #BE42BF. Grayscale: #8A8A8A. Windows color (decimal): -12468928 or 4242753. OLE color: 4242753.

HSL color Cylindrical-coordinate representation of color #41BD40: hue angle of 119.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BD40 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB6518964-
CMYK0.6600.660.26
HSL119.52º49.41%49.61%-
HSV(B)119.52º66.14%74.12%-
XYZ21.337.8911.04-
YUV137.6786.4276.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 189 (74.22% from 255) = 59.43%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=20.44%
G=59.43%
B=20.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65189640.6600.660.26119.5249.4149.61
Hex41BD40420421A783132
Octal1012751001020102321706162
Binary1000001101111011000000100001001000010110101111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,189,64); }

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

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

 a { background-color: rgb(65,189,64); }

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

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

 span { border-color: rgb(65,189,64); }

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