#4ED534

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

Shades of Lime Green #4ED534

Tints of Lime Green #4ED534

Color information

#4ED534 (or 0x4ED534) is unknown color: approx Lime Green. HEX triplet: 4E, D5 and 34. RGB value is (78,213,52). Sum of RGB (Red+Green+Blue) = 78+213+52=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED534 is #B12ACB. Grayscale: #9A9A9A. Windows color (decimal): -11610828 or 3462478. OLE color: 3462478.

HSL color Cylindrical-coordinate representation of color #4ED534: hue angle of 110.31º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4ED534 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB7821352-
CMYK0.6300.760.16
HSL110.31º65.71%51.96%-
HSV(B)110.31º75.59%83.53%-
XYZ27.5649.4611.34-
YUV154.2870.2773.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 213 (83.59% from 255) = 62.10%
BLUE value IS 52 (20.70% from 255) = 15.16%
R=22.74%
G=62.10%
B=15.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78213520.6300.760.16110.3165.7151.96
Hex4ED5343F04C106e4234
Octal116325647701142015610264
Binary100111011010101110100111111010011001000011011101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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