Html Css Color HEX #4FD049 Lime Green

📋 copy color: '#4FD049'

red 79 ◦ green 208 ◦ blue 73

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

Shades of Lime Green #4FD049

Tints of Lime Green #4FD049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 21.94%
G = 57.78%
B = 20.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#4FD049 (or 0x4FD049) is known color: Lime Green. HEX triplet: 4F, D0 and 49. RGB value is (79,208,73). Sum of RGB (Red+Green+Blue) = 79+208+73=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #4FD049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD049 is #B02FB6. Grayscale: #9A9A9A. Windows color (decimal): -11546551 or 4837455. OLE color: 4837455.

HSL color Cylindrical-coordinate representation of color #4FD049: hue angle of 117.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FD049 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 208 73 -
CMYK 0.62 0 0.65 0.18
HSL 117.33º 0.59% 0.55% -
HSV(B) 117.33º 0.65% 0.82% -
XYZ 26.98 47.26 14 -
YUV 154.04 82.26 74.48 -
System Red Green Blue C M Y K H S L
Decimal 79 208 73 0.62 0 0.65 0.18 117.33 0.59 0.55
Hex 4F D0 49 3E 0 41 12 75 3B 37
Octal 117 320 111 76 0 101 22 165 73 67
Binary 1001111 11010000 1001001 111110 0 1000001 10010 1110101 111011 110111

Color Harmonies of #4FD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD049

Black with #4FD049

Text Example


Text Example

White with #4FD049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,208,73); }

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

background-color css

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

 a { background-color: rgb(79,208,73); }

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

border-color css

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

 span { border-color: rgb(79,208,73); }

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