Html Css Color HEX #4DDB38 Lime Green

📋 copy color: '#4DDB38'

red 77 ◦ green 219 ◦ blue 56

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

Shades of Lime Green #4DDB38

Tints of Lime Green #4DDB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.91%

R = 21.88%
G = 62.22%
B = 15.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#4DDB38 (or 0x4DDB38) is known color: Lime Green. HEX triplet: 4D, DB and 38. RGB value is (77,219,56). Sum of RGB (Red+Green+Blue) = 77+219+56=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDB38 is #B224C7. Grayscale: #9E9E9E. Windows color (decimal): -11674824 or 3726157. OLE color: 3726157.

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

Color convert

RGB 77 219 56 -
CMYK 0.65 0 0.74 0.14
HSL 112.27º 0.69% 0.54% -
HSV(B) 112.27º 0.74% 0.86% -
XYZ 29.11 52.53 12.35 -
YUV 157.96 70.46 70.25 -
System Red Green Blue C M Y K H S L
Decimal 77 219 56 0.65 0 0.74 0.14 112.27 0.69 0.54
Hex 4D DB 38 41 0 4A E 70 45 36
Octal 115 333 70 101 0 112 16 160 105 66
Binary 1001101 11011011 111000 1000001 0 1001010 1110 1110000 1000101 110110

Color Harmonies of #4DDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDB38

Black with #4DDB38

Text Example


Text Example

White with #4DDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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