Html Css Color HEX #4FDA42 Lime Green

📋 copy color: '#4FDA42'

red 79 ◦ green 218 ◦ blue 66

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

Shades of Lime Green #4FDA42

Tints of Lime Green #4FDA42

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.06%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 21.76%
G = 60.06%
B = 18.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#4FDA42 (or 0x4FDA42) is known color: Lime Green. HEX triplet: 4F, DA and 42. RGB value is (79,218,66). Sum of RGB (Red+Green+Blue) = 79+218+66=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDA42 is #B025BD. Grayscale: #9F9F9F. Windows color (decimal): -11543998 or 4381263. OLE color: 4381263.

HSL color Cylindrical-coordinate representation of color #4FDA42: hue angle of 114.87º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FDA42 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 218 66 -
CMYK 0.64 0 0.70 0.15
HSL 114.87º 0.67% 0.56% -
HSV(B) 114.87º 0.7% 0.85% -
XYZ 29.28 52.2 13.69 -
YUV 159.11 75.45 70.86 -
System Red Green Blue C M Y K H S L
Decimal 79 218 66 0.64 0 0.70 0.15 114.87 0.67 0.56
Hex 4F DA 42 40 0 46 F 73 43 38
Octal 117 332 102 100 0 106 17 163 103 70
Binary 1001111 11011010 1000010 1000000 0 1000110 1111 1110011 1000011 111000

Color Harmonies of #4FDA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDA42

Black with #4FDA42

Text Example


Text Example

White with #4FDA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,218,66); }

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

background-color css

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

 a { background-color: rgb(79,218,66); }

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

border-color css

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

 span { border-color: rgb(79,218,66); }

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