Html Css Color HEX #4DDC28 Lime Green

📋 copy color: '#4DDC28'

red 77 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #4DDC28

Tints of Lime Green #4DDC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.28%

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 22.85%
G = 65.28%
B = 11.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#4DDC28 (or 0x4DDC28) is known color: Lime Green. HEX triplet: 4D, DC and 28. RGB value is (77,220,40). Sum of RGB (Red+Green+Blue) = 77+220+40=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDC28 is #B223D7. Grayscale: #9D9D9D. Windows color (decimal): -11674584 or 2677837. OLE color: 2677837.

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

Color convert

RGB 77 220 40 -
CMYK 0.65 0 0.82 0.14
HSL 107.67º 0.72% 0.51% -
HSV(B) 107.67º 0.82% 0.86% -
XYZ 29.04 52.92 10.69 -
YUV 156.72 62.12 71.14 -
System Red Green Blue C M Y K H S L
Decimal 77 220 40 0.65 0 0.82 0.14 107.67 0.72 0.51
Hex 4D DC 28 41 0 52 E 6C 48 33
Octal 115 334 50 101 0 122 16 154 110 63
Binary 1001101 11011100 101000 1000001 0 1010010 1110 1101100 1001000 110011

Color Harmonies of #4DDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDC28

Black with #4DDC28

Text Example


Text Example

White with #4DDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,220,40); }

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

background-color css

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

 a { background-color: rgb(77,220,40); }

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

border-color css

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

 span { border-color: rgb(77,220,40); }

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