#40C545

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

Shades of Lime Green #40C545

Tints of Lime Green #40C545

Color information

#40C545 (or 0x40C545) is unknown color: approx Lime Green. HEX triplet: 40, C5 and 45. RGB value is (64,197,69). Sum of RGB (Red+Green+Blue) = 64+197+69=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #40C545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C545 is #BF3ABA. Grayscale: #8F8F8F. Windows color (decimal): -12532411 or 4572480. OLE color: 4572480.

HSL color Cylindrical-coordinate representation of color #40C545: hue angle of 122.26º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C545 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB6419769-
CMYK0.6800.650.23
HSL122.26º53.41%51.18%-
HSV(B)122.26º67.51%77.25%-
XYZ23.1541.4512.41-
YUV142.6486.4471.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 197 (77.34% from 255) = 59.70%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=19.39%
G=59.70%
B=20.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64197690.6800.650.23122.2653.4151.18
Hex40C54544041177a3533
Octal1003051051040101271726563
Binary1000000110001011000101100010001000001101111111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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