Html Css Color HEX #4DD73D Lime Green

📋 copy color: '#4DD73D'

red 77 ◦ green 215 ◦ blue 61

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

Shades of Lime Green #4DD73D

Tints of Lime Green #4DD73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.91%

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

R = 21.81%
G = 60.91%
B = 17.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#4DD73D (or 0x4DD73D) is known color: Lime Green. HEX triplet: 4D, D7 and 3D. RGB value is (77,215,61). Sum of RGB (Red+Green+Blue) = 77+215+61=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD73D is #B228C2. Grayscale: #9C9C9C. Windows color (decimal): -11675843 or 4052813. OLE color: 4052813.

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

Color convert

RGB 77 215 61 -
CMYK 0.64 0 0.72 0.16
HSL 113.77º 0.66% 0.54% -
HSV(B) 113.77º 0.72% 0.84% -
XYZ 28.2 50.52 12.68 -
YUV 156.18 74.28 71.52 -
System Red Green Blue C M Y K H S L
Decimal 77 215 61 0.64 0 0.72 0.16 113.77 0.66 0.54
Hex 4D D7 3D 40 0 48 10 72 42 36
Octal 115 327 75 100 0 110 20 162 102 66
Binary 1001101 11010111 111101 1000000 0 1001000 10000 1110010 1000010 110110

Color Harmonies of #4DD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD73D

Black with #4DD73D

Text Example


Text Example

White with #4DD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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