Html Css Color HEX #4DDB32 Lime Green

📋 copy color: '#4DDB32'

red 77 ◦ green 219 ◦ blue 50

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

Shades of Lime Green #4DDB32

Tints of Lime Green #4DDB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.29%

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

R = 22.25%
G = 63.29%
B = 14.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#4DDB32 (or 0x4DDB32) is known color: Lime Green. HEX triplet: 4D, DB and 32. RGB value is (77,219,50). Sum of RGB (Red+Green+Blue) = 77+219+50=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDB32 is #B224CD. Grayscale: #9D9D9D. Windows color (decimal): -11674830 or 3332941. OLE color: 3332941.

HSL color Cylindrical-coordinate representation of color #4DDB32: hue angle of 110.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DDB32 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 219 50 -
CMYK 0.65 0 0.77 0.14
HSL 110.41º 0.7% 0.53% -
HSV(B) 110.41º 0.77% 0.86% -
XYZ 28.97 52.47 11.62 -
YUV 157.28 67.46 70.74 -
System Red Green Blue C M Y K H S L
Decimal 77 219 50 0.65 0 0.77 0.14 110.41 0.7 0.53
Hex 4D DB 32 41 0 4D E 6E 46 35
Octal 115 333 62 101 0 115 16 156 106 65
Binary 1001101 11011011 110010 1000001 0 1001101 1110 1101110 1000110 110101

Color Harmonies of #4DDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDB32

Black with #4DDB32

Text Example


Text Example

White with #4DDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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