#40C951

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

Shades of Lime Green #40C951

Tints of Lime Green #40C951

Color information

#40C951 (or 0x40C951) is unknown color: approx Lime Green. HEX triplet: 40, C9 and 51. RGB value is (64,201,81). Sum of RGB (Red+Green+Blue) = 64+201+81=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #40C951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C951 is #BF36AE. Grayscale: #929292. Windows color (decimal): -12531375 or 5359936. OLE color: 5359936.

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

Color convert

RGB6420181-
CMYK0.6800.600.21
HSL127.45º55.92%51.96%-
HSV(B)127.45º68.16%78.82%-
XYZ24.4943.4614.88-
YUV146.3691.1169.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 201 (78.91% from 255) = 58.09%
BLUE value IS 81 (32.03% from 255) = 23.41%
R=18.50%
G=58.09%
B=23.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64201810.6800.600.21127.4555.9251.96
Hex40C9514403C157f3834
Octal100311121104074251777064
Binary100000011001001101000110001000111100101011111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,201,81); }

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

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

 a { background-color: rgb(64,201,81); }

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

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

 span { border-color: rgb(64,201,81); }

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