#4DD550

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

Shades of Lime Green #4DD550

Tints of Lime Green #4DD550

Color information

#4DD550 (or 0x4DD550) is unknown color: approx Lime Green. HEX triplet: 4D, D5 and 50. RGB value is (77,213,80). Sum of RGB (Red+Green+Blue) = 77+213+80=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD550 is #B22AAF. Grayscale: #9D9D9D. Windows color (decimal): -11676336 or 5297485. OLE color: 5297485.

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

Color convert

RGB7721380-
CMYK0.6400.620.16
HSL121.32º61.82%56.86%-
HSV(B)121.32º63.85%83.53%-
XYZ28.349.7515.7-
YUV157.1784.4470.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.81%
GREEN value IS 213 (83.59% from 255) = 57.57%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=20.81%
G=57.57%
B=21.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77213800.6400.620.16121.3261.8256.86
Hex4DD5504003E10793e39
Octal115325120100076201717671
Binary100110111010101101000010000000111110100001111001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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