Html Css Color HEX #4DD532 Lime Green

📋 copy color: '#4DD532'

red 77 ◦ green 213 ◦ blue 50

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

Shades of Lime Green #4DD532

Tints of Lime Green #4DD532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.71%

R = 22.65%
G = 62.65%
B = 14.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#4DD532 (or 0x4DD532) is known color: Lime Green. HEX triplet: 4D, D5 and 32. RGB value is (77,213,50). Sum of RGB (Red+Green+Blue) = 77+213+50=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD532 is #B22ACD. Grayscale: #9A9A9A. Windows color (decimal): -11676366 or 3331405. OLE color: 3331405.

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

Color convert

RGB 77 213 50 -
CMYK 0.64 0 0.77 0.16
HSL 110.06º 0.66% 0.52% -
HSV(B) 110.06º 0.77% 0.84% -
XYZ 27.43 49.4 11.11 -
YUV 153.75 69.44 73.25 -
System Red Green Blue C M Y K H S L
Decimal 77 213 50 0.64 0 0.77 0.16 110.06 0.66 0.52
Hex 4D D5 32 40 0 4D 10 6E 42 34
Octal 115 325 62 100 0 115 20 156 102 64
Binary 1001101 11010101 110010 1000000 0 1001101 10000 1101110 1000010 110100

Color Harmonies of #4DD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD532

Black with #4DD532

Text Example


Text Example

White with #4DD532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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