#40BA41

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

Shades of Lime Green #40BA41

Tints of Lime Green #40BA41

Color information

#40BA41 (or 0x40BA41) is unknown color: approx Lime Green. HEX triplet: 40, BA and 41. RGB value is (64,186,65). Sum of RGB (Red+Green+Blue) = 64+186+65=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA41 is #BF45BE. Grayscale: #888888. Windows color (decimal): -12535231 or 4307520. OLE color: 4307520.

HSL color Cylindrical-coordinate representation of color #40BA41: hue angle of 120.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA41 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB6418665-
CMYK0.6600.650.27
HSL120.49º48.8%49.02%-
HSV(B)120.49º65.59%72.94%-
XYZ20.6336.5910.98-
YUV135.7388.0876.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 186 (73.05% from 255) = 59.05%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=20.32%
G=59.05%
B=20.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186650.6600.650.27120.4948.849.02
Hex40BA41420411B783131
Octal1002721011020101331706161
Binary1000000101110101000001100001001000001110111111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40BA41; }

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

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

<style>
 a { background-color: #40BA41; }

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

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

<style>
 span { border-color: #40BA41; }

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

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