#40C045

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

Shades of Lime Green #40C045

Tints of Lime Green #40C045

Color information

#40C045 (or 0x40C045) is unknown color: approx Lime Green. HEX triplet: 40, C0 and 45. RGB value is (64,192,69). Sum of RGB (Red+Green+Blue) = 64+192+69=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #40C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C045 is #BF3FBA. Grayscale: #8C8C8C. Windows color (decimal): -12533691 or 4571200. OLE color: 4571200.

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

Color convert

RGB6419269-
CMYK0.6700.640.25
HSL122.34º50.39%50.2%-
HSV(B)122.34º66.67%75.29%-
XYZ22.0439.2212.04-
YUV139.7188.0974-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 192 (75.39% from 255) = 59.08%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=19.69%
G=59.08%
B=21.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64192690.6700.640.25122.3450.3950.2
Hex40C04543040197a3232
Octal1003001051030100311726262
Binary1000000110000001000101100001101000000110011111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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