Html Css Color HEX #4FD742 Lime Green

📋 copy color: '#4FD742'

red 79 ◦ green 215 ◦ blue 66

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

Shades of Lime Green #4FD742

Tints of Lime Green #4FD742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.72%

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

R = 21.94%
G = 59.72%
B = 18.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#4FD742 (or 0x4FD742) is known color: Lime Green. HEX triplet: 4F, D7 and 42. RGB value is (79,215,66). Sum of RGB (Red+Green+Blue) = 79+215+66=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #4FD742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD742 is #B028BD. Grayscale: #9D9D9D. Windows color (decimal): -11544766 or 4380495. OLE color: 4380495.

HSL color Cylindrical-coordinate representation of color #4FD742: hue angle of 114.77º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FD742 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 79 215 66 -
CMYK 0.63 0 0.69 0.16
HSL 114.77º 0.65% 0.55% -
HSV(B) 114.77º 0.69% 0.84% -
XYZ 28.51 50.66 13.43 -
YUV 157.35 76.44 72.12 -
System Red Green Blue C M Y K H S L
Decimal 79 215 66 0.63 0 0.69 0.16 114.77 0.65 0.55
Hex 4F D7 42 3F 0 45 10 73 41 37
Octal 117 327 102 77 0 105 20 163 101 67
Binary 1001111 11010111 1000010 111111 0 1000101 10000 1110011 1000001 110111

Color Harmonies of #4FD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD742

Black with #4FD742

Text Example


Text Example

White with #4FD742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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