#4ED533

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

Shades of Lime Green #4ED533

Tints of Lime Green #4ED533

Color information

#4ED533 (or 0x4ED533) is unknown color: approx Lime Green. HEX triplet: 4E, D5 and 33. RGB value is (78,213,51). Sum of RGB (Red+Green+Blue) = 78+213+51=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED533 is #B12ACC. Grayscale: #9A9A9A. Windows color (decimal): -11610829 or 3396942. OLE color: 3396942.

HSL color Cylindrical-coordinate representation of color #4ED533: hue angle of 110º 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 #4ED533 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB7821351-
CMYK0.6300.760.16
HSL110º65.85%51.76%-
HSV(B)110º76.06%83.53%-
XYZ27.5349.4511.23-
YUV154.1769.7773.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.81%
GREEN value IS 213 (83.59% from 255) = 62.28%
BLUE value IS 51 (20.31% from 255) = 14.91%
R=22.81%
G=62.28%
B=14.91%

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
Decimal78213510.6300.760.1611065.8551.76
Hex4ED5333F04C106e4234
Octal116325637701142015610264
Binary100111011010101110011111111010011001000011011101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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