Html Css Color HEX #4DDA40 Lime Green

📋 copy color: '#4DDA40'

red 77 ◦ green 218 ◦ blue 64

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

Shades of Lime Green #4DDA40

Tints of Lime Green #4DDA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.72%

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 21.45%
G = 60.72%
B = 17.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#4DDA40 (or 0x4DDA40) is known color: Lime Green. HEX triplet: 4D, DA and 40. RGB value is (77,218,64). Sum of RGB (Red+Green+Blue) = 77+218+64=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 218 (85.55% from 255 or 60.72% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA40 is #B225BF. Grayscale: #9E9E9E. Windows color (decimal): -11675072 or 4250189. OLE color: 4250189.

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

Color convert

RGB 77 218 64 -
CMYK 0.65 0 0.71 0.15
HSL 114.94º 0.68% 0.55% -
HSV(B) 114.94º 0.71% 0.85% -
XYZ 29.06 52.09 13.37 -
YUV 158.29 74.79 70.02 -
System Red Green Blue C M Y K H S L
Decimal 77 218 64 0.65 0 0.71 0.15 114.94 0.68 0.55
Hex 4D DA 40 41 0 47 F 73 44 37
Octal 115 332 100 101 0 107 17 163 104 67
Binary 1001101 11011010 1000000 1000001 0 1000111 1111 1110011 1000100 110111

Color Harmonies of #4DDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDA40

Black with #4DDA40

Text Example


Text Example

White with #4DDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,218,64); }

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

background-color css

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

 a { background-color: rgb(77,218,64); }

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

border-color css

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

 span { border-color: rgb(77,218,64); }

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