Html Css Color HEX #4DD544 Lime Green

📋 copy color: '#4DD544'

red 77 ◦ green 213 ◦ blue 68

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

Shades of Lime Green #4DD544

Tints of Lime Green #4DD544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 21.51%
G = 59.5%
B = 18.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#4DD544 (or 0x4DD544) is known color: Lime Green. HEX triplet: 4D, D5 and 44. RGB value is (77,213,68). Sum of RGB (Red+Green+Blue) = 77+213+68=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD544 is #B22ABB. Grayscale: #9C9C9C. Windows color (decimal): -11676348 or 4511053. OLE color: 4511053.

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

Color convert

RGB 77 213 68 -
CMYK 0.64 0 0.68 0.16
HSL 116.28º 0.63% 0.55% -
HSV(B) 116.28º 0.68% 0.84% -
XYZ 27.9 49.58 13.57 -
YUV 155.81 78.44 71.79 -
System Red Green Blue C M Y K H S L
Decimal 77 213 68 0.64 0 0.68 0.16 116.28 0.63 0.55
Hex 4D D5 44 40 0 44 10 74 3F 37
Octal 115 325 104 100 0 104 20 164 77 67
Binary 1001101 11010101 1000100 1000000 0 1000100 10000 1110100 111111 110111

Color Harmonies of #4DD544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD544

Black with #4DD544

Text Example


Text Example

White with #4DD544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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