#4DD533

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

Shades of Lime Green #4DD533

Tints of Lime Green #4DD533

Color information

#4DD533 (or 0x4DD533) is unknown color: approx Lime Green. HEX triplet: 4D, D5 and 33. RGB value is (77,213,51). Sum of RGB (Red+Green+Blue) = 77+213+51=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD533 is #B22ACC. Grayscale: #9A9A9A. Windows color (decimal): -11676365 or 3396941. OLE color: 3396941.

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

Color convert

RGB7721351-
CMYK0.6400.760.16
HSL110.37º65.85%51.76%-
HSV(B)110.37º76.06%83.53%-
XYZ27.4549.4111.22-
YUV153.8769.9473.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.58%
GREEN value IS 213 (83.59% from 255) = 62.46%
BLUE value IS 51 (20.31% from 255) = 14.96%
R=22.58%
G=62.46%
B=14.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77213510.6400.760.16110.3765.8551.76
Hex4DD5334004C106e4234
Octal1153256310001142015610264
Binary1001101110101011100111000000010011001000011011101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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