#40CA37

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

Shades of Lime Green #40CA37

Tints of Lime Green #40CA37

Color information

#40CA37 (or 0x40CA37) is unknown color: approx Lime Green. HEX triplet: 40, CA and 37. RGB value is (64,202,55). Sum of RGB (Red+Green+Blue) = 64+202+55=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CA37 is #BF35C8. Grayscale: #909090. Windows color (decimal): -12531145 or 3656256. OLE color: 3656256.

HSL color Cylindrical-coordinate representation of color #40CA37: hue angle of 116.33º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CA37 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB6420255-
CMYK0.6800.730.21
HSL116.33º58.1%50.39%-
HSV(B)116.33º72.77%79.22%-
XYZ23.9243.6110.77-
YUV143.9877.7870.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 202 (79.30% from 255) = 62.93%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=19.94%
G=62.93%
B=17.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64202550.6800.730.21116.3358.150.39
Hex40CA374404915743a32
Octal100312671040111251647262
Binary100000011001010110111100010001001001101011110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,202,55); }

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

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

 a { background-color: rgb(64,202,55); }

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

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

 span { border-color: rgb(64,202,55); }

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