Html Css Color HEX #4DD140 Lime Green

📋 copy color: '#4DD140'

red 77 ◦ green 209 ◦ blue 64

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

Shades of Lime Green #4DD140

Tints of Lime Green #4DD140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.71%

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

R = 22%
G = 59.71%
B = 18.29%

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

#4DD140 (or 0x4DD140) is known color: Lime Green. HEX triplet: 4D, D1 and 40. RGB value is (77,209,64). Sum of RGB (Red+Green+Blue) = 77+209+64=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD140 is #B22EBF. Grayscale: #999999. Windows color (decimal): -11677376 or 4247885. OLE color: 4247885.

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

Color convert

RGB 77 209 64 -
CMYK 0.63 0 0.69 0.18
HSL 114.62º 0.61% 0.54% -
HSV(B) 114.62º 0.69% 0.82% -
XYZ 26.79 47.55 12.62 -
YUV 153 77.77 73.79 -
System Red Green Blue C M Y K H S L
Decimal 77 209 64 0.63 0 0.69 0.18 114.62 0.61 0.54
Hex 4D D1 40 3F 0 45 12 73 3D 36
Octal 115 321 100 77 0 105 22 163 75 66
Binary 1001101 11010001 1000000 111111 0 1000101 10010 1110011 111101 110110

Color Harmonies of #4DD140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD140

Black with #4DD140

Text Example


Text Example

White with #4DD140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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