Html Css Color HEX #4DDC53 Lime Green

📋 copy color: '#4DDC53'

red 77 ◦ green 220 ◦ blue 83

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

Shades of Lime Green #4DDC53

Tints of Lime Green #4DDC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 20.26%
G = 57.89%
B = 21.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#4DDC53 (or 0x4DDC53) is known color: Lime Green. HEX triplet: 4D, DC and 53. RGB value is (77,220,83). Sum of RGB (Red+Green+Blue) = 77+220+83=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDC53 is #B223AC. Grayscale: #A2A2A2. Windows color (decimal): -11674541 or 5495885. OLE color: 5495885.

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

Color convert

RGB 77 220 83 -
CMYK 0.65 0 0.62 0.14
HSL 122.52º 0.67% 0.58% -
HSV(B) 122.52º 0.65% 0.86% -
XYZ 30.22 53.39 16.9 -
YUV 161.63 83.62 67.64 -
System Red Green Blue C M Y K H S L
Decimal 77 220 83 0.65 0 0.62 0.14 122.52 0.67 0.58
Hex 4D DC 53 41 0 3E E 7B 43 3A
Octal 115 334 123 101 0 76 16 173 103 72
Binary 1001101 11011100 1010011 1000001 0 111110 1110 1111011 1000011 111010

Color Harmonies of #4DDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDC53

Black with #4DDC53

Text Example


Text Example

White with #4DDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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