Html Css Color HEX #4DDB28 Lime Green

📋 copy color: '#4DDB28'

red 77 ◦ green 219 ◦ blue 40

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

Shades of Lime Green #4DDB28

Tints of Lime Green #4DDB28

RGB

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

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

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

R = 22.92%
G = 65.18%
B = 11.9%

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

#4DDB28 (or 0x4DDB28) is known color: Lime Green. HEX triplet: 4D, DB and 28. RGB value is (77,219,40). Sum of RGB (Red+Green+Blue) = 77+219+40=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDB28 is #B224D7. Grayscale: #9C9C9C. Windows color (decimal): -11674840 or 2677581. OLE color: 2677581.

HSL color Cylindrical-coordinate representation of color #4DDB28: hue angle of 107.6º degrees, saturation: 0.71, 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 #4DDB28 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 219 40 -
CMYK 0.65 0 0.82 0.14
HSL 107.6º 0.71% 0.51% -
HSV(B) 107.6º 0.82% 0.86% -
XYZ 28.78 52.39 10.6 -
YUV 156.14 62.46 71.55 -
System Red Green Blue C M Y K H S L
Decimal 77 219 40 0.65 0 0.82 0.14 107.6 0.71 0.51
Hex 4D DB 28 41 0 52 E 6C 47 33
Octal 115 333 50 101 0 122 16 154 107 63
Binary 1001101 11011011 101000 1000001 0 1010010 1110 1101100 1000111 110011

Color Harmonies of #4DDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDB28

Black with #4DDB28

Text Example


Text Example

White with #4DDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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