Html Css Color HEX #4FDC50 Lime Green

📋 copy color: '#4FDC50'

red 79 ◦ green 220 ◦ blue 80

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

Shades of Lime Green #4FDC50

Tints of Lime Green #4FDC50

RGB

 RED value IS 79 (31.25% from 255) = 20.84%

 GREEN value IS 220 (86.33% from 255) = 58.05%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 20.84%
G = 58.05%
B = 21.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#4FDC50 (or 0x4FDC50) is known color: Lime Green. HEX triplet: 4F, DC and 50. RGB value is (79,220,80). Sum of RGB (Red+Green+Blue) = 79+220+80=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDC50 is #B023AF. Grayscale: #A2A2A2. Windows color (decimal): -11543472 or 5299279. OLE color: 5299279.

HSL color Cylindrical-coordinate representation of color #4FDC50: hue angle of 120.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDC50 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 220 80 -
CMYK 0.64 0 0.64 0.14
HSL 120.43º 0.67% 0.59% -
HSV(B) 120.43º 0.64% 0.86% -
XYZ 30.27 53.43 16.31 -
YUV 161.88 81.79 68.88 -
System Red Green Blue C M Y K H S L
Decimal 79 220 80 0.64 0 0.64 0.14 120.43 0.67 0.59
Hex 4F DC 50 40 0 40 E 78 43 3B
Octal 117 334 120 100 0 100 16 170 103 73
Binary 1001111 11011100 1010000 1000000 0 1000000 1110 1111000 1000011 111011

Color Harmonies of #4FDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDC50

Black with #4FDC50

Text Example


Text Example

White with #4FDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,220,80); }

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

background-color css

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

 a { background-color: rgb(79,220,80); }

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

border-color css

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

 span { border-color: rgb(79,220,80); }

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