#40C84E

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

Shades of Lime Green #40C84E

Tints of Lime Green #40C84E

Color information

#40C84E (or 0x40C84E) is unknown color: approx Lime Green. HEX triplet: 40, C8 and 4E. RGB value is (64,200,78). Sum of RGB (Red+Green+Blue) = 64+200+78=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #40C84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C84E is #BF37B1. Grayscale: #919191. Windows color (decimal): -12531634 or 5163072. OLE color: 5163072.

HSL color Cylindrical-coordinate representation of color #40C84E: hue angle of 126.18º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C84E is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB6420078-
CMYK0.6800.610.22
HSL126.18º55.28%51.76%-
HSV(B)126.18º68%78.43%-
XYZ24.1442.9514.23-
YUV145.4389.9469.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 200 (78.52% from 255) = 58.48%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=18.71%
G=58.48%
B=22.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64200780.6800.610.22126.1855.2851.76
Hex40C84E4403D167e3734
Octal100310116104075261766764
Binary100000011001000100111010001000111101101101111110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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