Html Css Color HEX #4AD64D Lime Green

📋 copy color: '#4AD64D'

red 74 ◦ green 214 ◦ blue 77

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

Shades of Lime Green #4AD64D

Tints of Lime Green #4AD64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 20.27%
G = 58.63%
B = 21.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#4AD64D (or 0x4AD64D) is known color: Lime Green. HEX triplet: 4A, D6 and 4D. RGB value is (74,214,77). Sum of RGB (Red+Green+Blue) = 74+214+77=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD64D is #B529B2. Grayscale: #9C9C9C. Windows color (decimal): -11872691 or 5101130. OLE color: 5101130.

HSL color Cylindrical-coordinate representation of color #4AD64D: hue angle of 121.29º 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 #4AD64D is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 214 77 -
CMYK 0.65 0 0.64 0.16
HSL 121.29º 0.63% 0.56% -
HSV(B) 121.29º 0.65% 0.84% -
XYZ 28.21 50.08 15.2 -
YUV 156.52 83.12 69.14 -
System Red Green Blue C M Y K H S L
Decimal 74 214 77 0.65 0 0.64 0.16 121.29 0.63 0.56
Hex 4A D6 4D 41 0 40 10 79 3F 38
Octal 112 326 115 101 0 100 20 171 77 70
Binary 1001010 11010110 1001101 1000001 0 1000000 10000 1111001 111111 111000

Color Harmonies of #4AD64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD64D

Black with #4AD64D

Text Example


Text Example

White with #4AD64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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