Html Css Color HEX #4DD040 Lime Green

📋 copy color: '#4DD040'

red 77 ◦ green 208 ◦ blue 64

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

Shades of Lime Green #4DD040

Tints of Lime Green #4DD040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.6%

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

R = 22.06%
G = 59.6%
B = 18.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#4DD040 (or 0x4DD040) is known color: Lime Green. HEX triplet: 4D, D0 and 40. RGB value is (77,208,64). Sum of RGB (Red+Green+Blue) = 77+208+64=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD040 is #B22FBF. Grayscale: #989898. Windows color (decimal): -11677632 or 4247629. OLE color: 4247629.

HSL color Cylindrical-coordinate representation of color #4DD040: hue angle of 114.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DD040 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 208 64 -
CMYK 0.63 0 0.69 0.18
HSL 114.58º 0.61% 0.53% -
HSV(B) 114.58º 0.69% 0.82% -
XYZ 26.54 47.06 12.54 -
YUV 152.42 78.1 74.21 -
System Red Green Blue C M Y K H S L
Decimal 77 208 64 0.63 0 0.69 0.18 114.58 0.61 0.53
Hex 4D D0 40 3F 0 45 12 73 3D 35
Octal 115 320 100 77 0 105 22 163 75 65
Binary 1001101 11010000 1000000 111111 0 1000101 10010 1110011 111101 110101

Color Harmonies of #4DD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD040

Black with #4DD040

Text Example


Text Example

White with #4DD040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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