Html Css Color HEX #4DD932 Lime Green

📋 copy color: '#4DD932'

red 77 ◦ green 217 ◦ blue 50

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

Shades of Lime Green #4DD932

Tints of Lime Green #4DD932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.08%

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

R = 22.38%
G = 63.08%
B = 14.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#4DD932 (or 0x4DD932) is known color: Lime Green. HEX triplet: 4D, D9 and 32. RGB value is (77,217,50). Sum of RGB (Red+Green+Blue) = 77+217+50=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 217 (85.16% from 255 or 63.08% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD932 is #B226CD. Grayscale: #9C9C9C. Windows color (decimal): -11675342 or 3332429. OLE color: 3332429.

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

Color convert

RGB 77 217 50 -
CMYK 0.65 0 0.77 0.15
HSL 110.3º 0.69% 0.52% -
HSV(B) 110.3º 0.77% 0.85% -
XYZ 28.45 51.43 11.45 -
YUV 156.1 68.12 71.58 -
System Red Green Blue C M Y K H S L
Decimal 77 217 50 0.65 0 0.77 0.15 110.3 0.69 0.52
Hex 4D D9 32 41 0 4D F 6E 45 34
Octal 115 331 62 101 0 115 17 156 105 64
Binary 1001101 11011001 110010 1000001 0 1001101 1111 1101110 1000101 110100

Color Harmonies of #4DD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD932

Black with #4DD932

Text Example


Text Example

White with #4DD932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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