#40C837

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

Shades of Lime Green #40C837

Tints of Lime Green #40C837

Color information

#40C837 (or 0x40C837) is unknown color: approx Lime Green. HEX triplet: 40, C8 and 37. RGB value is (64,200,55). Sum of RGB (Red+Green+Blue) = 64+200+55=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #40C837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C837 is #BF37C8. Grayscale: #8F8F8F. Windows color (decimal): -12531657 or 3655744. OLE color: 3655744.

HSL color Cylindrical-coordinate representation of color #40C837: hue angle of 116.28º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C837 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB6420055-
CMYK0.6800.720.22
HSL116.28º56.86%50%-
HSV(B)116.28º72.5%78.43%-
XYZ23.4642.6710.62-
YUV142.8178.4471.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 200 (78.52% from 255) = 62.70%
BLUE value IS 55 (21.88% from 255) = 17.24%
R=20.06%
G=62.70%
B=17.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64200550.6800.720.22116.2856.8650
Hex40C8374404816743932
Octal100310671040110261647162
Binary100000011001000110111100010001001000101101110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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