#40C34E

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

Shades of Lime Green #40C34E

Tints of Lime Green #40C34E

Color information

#40C34E (or 0x40C34E) is unknown color: approx Lime Green. HEX triplet: 40, C3 and 4E. RGB value is (64,195,78). Sum of RGB (Red+Green+Blue) = 64+195+78=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #40C34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C34E is #BF3CB1. Grayscale: #8E8E8E. Windows color (decimal): -12532914 or 5161792. OLE color: 5161792.

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

Color convert

RGB6419578-
CMYK0.6700.60.24
HSL126.41º52.19%50.78%-
HSV(B)126.41º67.18%76.47%-
XYZ2340.6713.85-
YUV142.4991.672.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 195 (76.56% from 255) = 57.86%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=18.99%
G=57.86%
B=23.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64195780.6700.60.24126.4152.1950.78
Hex40C34E4303C187e3433
Octal100303116103074301766463
Binary100000011000011100111010000110111100110001111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,195,78); }

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

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

 a { background-color: rgb(64,195,78); }

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

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

 span { border-color: rgb(64,195,78); }

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