#4EC534

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

Shades of Lime Green #4EC534

Tints of Lime Green #4EC534

Color information

#4EC534 (or 0x4EC534) is unknown color: approx Lime Green. HEX triplet: 4E, C5 and 34. RGB value is (78,197,52). Sum of RGB (Red+Green+Blue) = 78+197+52=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC534 is #B13ACB. Grayscale: #919191. Windows color (decimal): -11614924 or 3458382. OLE color: 3458382.

HSL color Cylindrical-coordinate representation of color #4EC534: hue angle of 109.24º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4EC534 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB7819752-
CMYK0.6000.740.23
HSL109.24º58.23%48.82%-
HSV(B)109.24º73.6%77.25%-
XYZ23.7341.810.07-
YUV144.8975.5880.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.85%
GREEN value IS 197 (77.34% from 255) = 60.24%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=23.85%
G=60.24%
B=15.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal78197520.6000.740.23109.2458.2348.82
Hex4EC5343C04A176d3a31
Octal11630564740112271557261
Binary10011101100010111010011110001001010101111101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,197,52); }

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

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

 a { background-color: rgb(78,197,52); }

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

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

 span { border-color: rgb(78,197,52); }

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