Html Css Color HEX #4AD64F Lime Green

📋 copy color: '#4AD64F'

red 74 ◦ green 214 ◦ blue 79

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

Shades of Lime Green #4AD64F

Tints of Lime Green #4AD64F

RGB

 RED value IS 74 (29.3% from 255) = 20.16%

 GREEN value IS 214 (83.98% from 255) = 58.31%

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 20.16%
G = 58.31%
B = 21.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#4AD64F (or 0x4AD64F) is known color: Lime Green. HEX triplet: 4A, D6 and 4F. RGB value is (74,214,79). Sum of RGB (Red+Green+Blue) = 74+214+79=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD64F is #B529B0. Grayscale: #9D9D9D. Windows color (decimal): -11872689 or 5232202. OLE color: 5232202.

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

Color convert

RGB 74 214 79 -
CMYK 0.65 0 0.63 0.16
HSL 122.14º 0.63% 0.56% -
HSV(B) 122.14º 0.65% 0.84% -
XYZ 28.28 50.11 15.58 -
YUV 156.75 84.12 68.98 -
System Red Green Blue C M Y K H S L
Decimal 74 214 79 0.65 0 0.63 0.16 122.14 0.63 0.56
Hex 4A D6 4F 41 0 3F 10 7A 3F 38
Octal 112 326 117 101 0 77 20 172 77 70
Binary 1001010 11010110 1001111 1000001 0 111111 10000 1111010 111111 111000

Color Harmonies of #4AD64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD64F

Black with #4AD64F

Text Example


Text Example

White with #4AD64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,214,79); }

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

background-color css

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

 a { background-color: rgb(74,214,79); }

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

border-color css

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

 span { border-color: rgb(74,214,79); }

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