#4DD53D

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

Shades of Lime Green #4DD53D

Tints of Lime Green #4DD53D

Color information

#4DD53D (or 0x4DD53D) is unknown color: approx Lime Green. HEX triplet: 4D, D5 and 3D. RGB value is (77,213,61). Sum of RGB (Red+Green+Blue) = 77+213+61=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD53D is #B22AC2. Grayscale: #9B9B9B. Windows color (decimal): -11676355 or 4052301. OLE color: 4052301.

HSL color Cylindrical-coordinate representation of color #4DD53D: hue angle of 113.68º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DD53D is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB7721361-
CMYK0.6400.710.16
HSL113.68º64.41%53.73%-
HSV(B)113.68º71.36%83.53%-
XYZ27.749.512.51-
YUV155.0174.9472.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.94%
GREEN value IS 213 (83.59% from 255) = 60.68%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=21.94%
G=60.68%
B=17.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77213610.6400.710.16113.6864.4153.73
Hex4DD53D4004710724036
Octal1153257510001072016210066
Binary1001101110101011111011000000010001111000011100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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