Html Css Color HEX #4DDC47 Lime Green

📋 copy color: '#4DDC47'

red 77 ◦ green 220 ◦ blue 71

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

Shades of Lime Green #4DDC47

Tints of Lime Green #4DDC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 20.92%
G = 59.78%
B = 19.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#4DDC47 (or 0x4DDC47) is known color: Lime Green. HEX triplet: 4D, DC and 47. RGB value is (77,220,71). Sum of RGB (Red+Green+Blue) = 77+220+71=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDC47 is #B223B8. Grayscale: #A0A0A0. Windows color (decimal): -11674553 or 4709453. OLE color: 4709453.

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

Color convert

RGB 77 220 71 -
CMYK 0.65 0 0.68 0.14
HSL 117.58º 0.68% 0.57% -
HSV(B) 117.58º 0.68% 0.86% -
XYZ 29.79 53.22 14.66 -
YUV 160.26 77.62 68.62 -
System Red Green Blue C M Y K H S L
Decimal 77 220 71 0.65 0 0.68 0.14 117.58 0.68 0.57
Hex 4D DC 47 41 0 44 E 76 44 39
Octal 115 334 107 101 0 104 16 166 104 71
Binary 1001101 11011100 1000111 1000001 0 1000100 1110 1110110 1000100 111001

Color Harmonies of #4DDC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDC47

Black with #4DDC47

Text Example


Text Example

White with #4DDC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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