Html Css Color HEX #4DD63D Lime Green

📋 copy color: '#4DD63D'

red 77 ◦ green 214 ◦ blue 61

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

Shades of Lime Green #4DD63D

Tints of Lime Green #4DD63D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.8%

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 21.88%
G = 60.8%
B = 17.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#4DD63D (or 0x4DD63D) is known color: Lime Green. HEX triplet: 4D, D6 and 3D. RGB value is (77,214,61). Sum of RGB (Red+Green+Blue) = 77+214+61=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD63D is #B229C2. Grayscale: #9C9C9C. Windows color (decimal): -11676099 or 4052557. OLE color: 4052557.

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

Color convert

RGB 77 214 61 -
CMYK 0.64 0 0.71 0.16
HSL 113.73º 0.65% 0.54% -
HSV(B) 113.73º 0.71% 0.84% -
XYZ 27.95 50.01 12.59 -
YUV 155.6 74.61 71.94 -
System Red Green Blue C M Y K H S L
Decimal 77 214 61 0.64 0 0.71 0.16 113.73 0.65 0.54
Hex 4D D6 3D 40 0 47 10 72 41 36
Octal 115 326 75 100 0 107 20 162 101 66
Binary 1001101 11010110 111101 1000000 0 1000111 10000 1110010 1000001 110110

Color Harmonies of #4DD63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD63D

Black with #4DD63D

Text Example


Text Example

White with #4DD63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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