#40C146

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

Shades of Lime Green #40C146

Tints of Lime Green #40C146

Color information

#40C146 (or 0x40C146) is unknown color: approx Lime Green. HEX triplet: 40, C1 and 46. RGB value is (64,193,70). Sum of RGB (Red+Green+Blue) = 64+193+70=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #40C146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C146 is #BF3EB9. Grayscale: #8C8C8C. Windows color (decimal): -12533434 or 4636992. OLE color: 4636992.

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

Color convert

RGB6419370-
CMYK0.6700.640.24
HSL122.79º50.99%50.39%-
HSV(B)122.79º66.84%75.69%-
XYZ22.2939.6712.28-
YUV140.4188.2673.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 193 (75.78% from 255) = 59.02%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=19.57%
G=59.02%
B=21.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64193700.6700.640.24122.7950.9950.39
Hex40C14643040187b3332
Octal1003011061030100301736362
Binary1000000110000011000110100001101000000110001111011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,193,70); }

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

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

 a { background-color: rgb(64,193,70); }

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

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

 span { border-color: rgb(64,193,70); }

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