Html Css Color HEX #4FDC2C Lime Green

📋 copy color: '#4FDC2C'

red 79 ◦ green 220 ◦ blue 44

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

Shades of Lime Green #4FDC2C

Tints of Lime Green #4FDC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 23.03%
G = 64.14%
B = 12.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#4FDC2C (or 0x4FDC2C) is known color: Lime Green. HEX triplet: 4F, DC and 2C. RGB value is (79,220,44). Sum of RGB (Red+Green+Blue) = 79+220+44=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDC2C is #B023D3. Grayscale: #9E9E9E. Windows color (decimal): -11543508 or 2939983. OLE color: 2939983.

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

Color convert

RGB 79 220 44 -
CMYK 0.64 0 0.8 0.14
HSL 108.07º 0.72% 0.52% -
HSV(B) 108.07º 0.8% 0.86% -
XYZ 29.27 53.03 11.08 -
YUV 157.78 63.79 71.81 -
System Red Green Blue C M Y K H S L
Decimal 79 220 44 0.64 0 0.8 0.14 108.07 0.72 0.52
Hex 4F DC 2C 40 0 50 E 6C 48 34
Octal 117 334 54 100 0 120 16 154 110 64
Binary 1001111 11011100 101100 1000000 0 1010000 1110 1101100 1001000 110100

Color Harmonies of #4FDC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDC2C

Black with #4FDC2C

Text Example


Text Example

White with #4FDC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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