Html Css Color HEX #4DDC3F Lime Green

📋 copy color: '#4DDC3F'

red 77 ◦ green 220 ◦ blue 63

#4DDC3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4DDC3F

Tints of Lime Green #4DDC3F

RGB

 RED value IS 77 (30.47% from 255) = 21.39%

 GREEN value IS 220 (86.33% from 255) = 61.11%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 21.39%
G = 61.11%
B = 17.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#4DDC3F (or 0x4DDC3F) is known color: Lime Green. HEX triplet: 4D, DC and 3F. RGB value is (77,220,63). Sum of RGB (Red+Green+Blue) = 77+220+63=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDC3F is #B223C0. Grayscale: #9F9F9F. Windows color (decimal): -11674561 or 4185165. OLE color: 4185165.

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

Color convert

RGB 77 220 63 -
CMYK 0.65 0 0.71 0.14
HSL 114.65º 0.69% 0.55% -
HSV(B) 114.65º 0.71% 0.86% -
XYZ 29.55 53.12 13.4 -
YUV 159.35 73.62 69.27 -
System Red Green Blue C M Y K H S L
Decimal 77 220 63 0.65 0 0.71 0.14 114.65 0.69 0.55
Hex 4D DC 3F 41 0 47 E 73 45 37
Octal 115 334 77 101 0 107 16 163 105 67
Binary 1001101 11011100 111111 1000001 0 1000111 1110 1110011 1000101 110111

Color Harmonies of #4DDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDC3F

Black with #4DDC3F

Text Example


Text Example

White with #4DDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DDC3F;
 }
 .AnyTagClassName
 {
   color: #4DDC3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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