#4DDC3D

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

Shades of Lime Green #4DDC3D

Tints of Lime Green #4DDC3D

Color information

#4DDC3D (or 0x4DDC3D) is unknown color: approx Lime Green. HEX triplet: 4D, DC and 3D. RGB value is (77,220,61). Sum of RGB (Red+Green+Blue) = 77+220+61=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDC3D is #B223C2. Grayscale: #9F9F9F. Windows color (decimal): -11674563 or 4054093. OLE color: 4054093.

HSL color Cylindrical-coordinate representation of color #4DDC3D: hue angle of 113.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DDC3D is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB7722061-
CMYK0.6500.720.14
HSL113.96º69.43%55.1%-
HSV(B)113.96º72.27%86.27%-
XYZ29.553.113.11-
YUV159.1272.6269.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.51%
GREEN value IS 220 (86.33% from 255) = 61.45%
BLUE value IS 61 (24.22% from 255) = 17.04%
R=21.51%
G=61.45%
B=17.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal77220610.6500.720.14113.9669.4355.1
Hex4DDC3D41048E724537
Octal1153347510101101616210567
Binary100110111011100111101100000101001000111011100101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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