Html Css Color HEX #4DD549 Lime Green

📋 copy color: '#4DD549'

red 77 ◦ green 213 ◦ blue 73

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

Shades of Lime Green #4DD549

Tints of Lime Green #4DD549

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.68%

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

R = 21.21%
G = 58.68%
B = 20.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#4DD549 (or 0x4DD549) is known color: Lime Green. HEX triplet: 4D, D5 and 49. RGB value is (77,213,73). Sum of RGB (Red+Green+Blue) = 77+213+73=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD549 is #B22AB6. Grayscale: #9C9C9C. Windows color (decimal): -11676343 or 4838733. OLE color: 4838733.

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

Color convert

RGB 77 213 73 -
CMYK 0.64 0 0.66 0.16
HSL 118.29º 0.63% 0.56% -
HSV(B) 118.29º 0.66% 0.84% -
XYZ 28.06 49.65 14.41 -
YUV 156.38 80.94 71.38 -
System Red Green Blue C M Y K H S L
Decimal 77 213 73 0.64 0 0.66 0.16 118.29 0.63 0.56
Hex 4D D5 49 40 0 42 10 76 3E 38
Octal 115 325 111 100 0 102 20 166 76 70
Binary 1001101 11010101 1001001 1000000 0 1000010 10000 1110110 111110 111000

Color Harmonies of #4DD549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD549

Black with #4DD549

Text Example


Text Example

White with #4DD549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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