Html Css Color HEX #4AD64C Lime Green

📋 copy color: '#4AD64C'

red 74 ◦ green 214 ◦ blue 76

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

Shades of Lime Green #4AD64C

Tints of Lime Green #4AD64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 20.33%
G = 58.79%
B = 20.88%

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

#4AD64C (or 0x4AD64C) is known color: Lime Green. HEX triplet: 4A, D6 and 4C. RGB value is (74,214,76). Sum of RGB (Red+Green+Blue) = 74+214+76=364 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.33% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD64C is #B529B3. Grayscale: #9C9C9C. Windows color (decimal): -11872692 or 5035594. OLE color: 5035594.

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

Color convert

RGB 74 214 76 -
CMYK 0.65 0 0.64 0.16
HSL 120.86º 0.63% 0.56% -
HSV(B) 120.86º 0.65% 0.84% -
XYZ 28.18 50.07 15.02 -
YUV 156.41 82.62 69.22 -
System Red Green Blue C M Y K H S L
Decimal 74 214 76 0.65 0 0.64 0.16 120.86 0.63 0.56
Hex 4A D6 4C 41 0 40 10 79 3F 38
Octal 112 326 114 101 0 100 20 171 77 70
Binary 1001010 11010110 1001100 1000001 0 1000000 10000 1111001 111111 111000

Color Harmonies of #4AD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD64C

Black with #4AD64C

Text Example


Text Example

White with #4AD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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