#4EC840

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

Shades of Lime Green #4EC840

Tints of Lime Green #4EC840

Color information

#4EC840 (or 0x4EC840) is unknown color: approx Lime Green. HEX triplet: 4E, C8 and 40. RGB value is (78,200,64). Sum of RGB (Red+Green+Blue) = 78+200+64=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC840 is #B137BF. Grayscale: #949494. Windows color (decimal): -11614144 or 4245582. OLE color: 4245582.

HSL color Cylindrical-coordinate representation of color #4EC840: hue angle of 113.82º 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 #4EC840 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB7820064-
CMYK0.6100.680.22
HSL113.82º55.28%51.76%-
HSV(B)113.82º68%78.43%-
XYZ24.7243.311.9-
YUV148.0280.5878.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal78200640.6100.680.22113.8255.2851.76
Hex4EC8403D04416723734
Octal116310100750104261626764
Binary100111011001000100000011110101000100101101110010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EC840; }

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

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

<style>
 a { background-color: #4EC840; }

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

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

<style>
 span { border-color: #4EC840; }

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

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