Html Css Color HEX #4DD849 Lime Green

📋 copy color: '#4DD849'

red 77 ◦ green 216 ◦ blue 73

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

Shades of Lime Green #4DD849

Tints of Lime Green #4DD849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.02%

 BLUE value IS 73 (28.91% from 255) = 19.95%

R = 21.04%
G = 59.02%
B = 19.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#4DD849 (or 0x4DD849) is known color: Lime Green. HEX triplet: 4D, D8 and 49. RGB value is (77,216,73). Sum of RGB (Red+Green+Blue) = 77+216+73=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD849 is #B227B6. Grayscale: #9E9E9E. Windows color (decimal): -11675575 or 4839501. OLE color: 4839501.

HSL color Cylindrical-coordinate representation of color #4DD849: hue angle of 118.32º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DD849 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 216 73 -
CMYK 0.64 0 0.66 0.15
HSL 118.32º 0.65% 0.57% -
HSV(B) 118.32º 0.66% 0.85% -
XYZ 28.82 51.17 14.66 -
YUV 158.14 79.95 70.13 -
System Red Green Blue C M Y K H S L
Decimal 77 216 73 0.64 0 0.66 0.15 118.32 0.65 0.57
Hex 4D D8 49 40 0 42 F 76 41 39
Octal 115 330 111 100 0 102 17 166 101 71
Binary 1001101 11011000 1001001 1000000 0 1000010 1111 1110110 1000001 111001

Color Harmonies of #4DD849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD849

Black with #4DD849

Text Example


Text Example

White with #4DD849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,216,73); }

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

background-color css

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

 a { background-color: rgb(77,216,73); }

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

border-color css

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

 span { border-color: rgb(77,216,73); }

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