#40D631

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

Shades of Lime Green #40D631

Tints of Lime Green #40D631

Color information

#40D631 (or 0x40D631) is unknown color: approx Lime Green. HEX triplet: 40, D6 and 31. RGB value is (64,214,49). Sum of RGB (Red+Green+Blue) = 64+214+49=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #40D631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D631 is #BF29CE. Grayscale: #969696. Windows color (decimal): -12528079 or 3266112. OLE color: 3266112.

HSL color Cylindrical-coordinate representation of color #40D631: hue angle of 114.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40D631 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB6421449-
CMYK0.7000.770.16
HSL114.55º66.8%51.57%-
HSV(B)114.55º77.1%83.92%-
XYZ26.7249.411.03-
YUV150.3470.866.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 214 (83.98% from 255) = 65.44%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=19.57%
G=65.44%
B=14.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal64214490.7000.770.16114.5566.851.57
Hex40D6314604D10734334
Octal1003266110601152016310364
Binary1000000110101101100011000110010011011000011100111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,214,49); }

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

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

 a { background-color: rgb(64,214,49); }

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

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

 span { border-color: rgb(64,214,49); }

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