#40BE45

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

Shades of Lime Green #40BE45

Tints of Lime Green #40BE45

Color information

#40BE45 (or 0x40BE45) is unknown color: approx Lime Green. HEX triplet: 40, BE and 45. RGB value is (64,190,69). Sum of RGB (Red+Green+Blue) = 64+190+69=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE45 is #BF41BA. Grayscale: #8A8A8A. Windows color (decimal): -12534203 or 4570688. OLE color: 4570688.

HSL color Cylindrical-coordinate representation of color #40BE45: hue angle of 122.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE45 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB6419069-
CMYK0.6600.640.25
HSL122.38º49.61%49.8%-
HSV(B)122.38º66.32%74.51%-
XYZ21.638.3511.89-
YUV138.5388.7674.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 190 (74.61% from 255) = 58.82%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=19.81%
G=58.82%
B=21.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64190690.6600.640.25122.3849.6149.8
Hex40BE4542040197a3232
Octal1002761051020100311726262
Binary1000000101111101000101100001001000000110011111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,69); }

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

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

 a { background-color: rgb(64,190,69); }

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

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

 span { border-color: rgb(64,190,69); }

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