Html Css Color HEX #4AD74D Lime Green

📋 copy color: '#4AD74D'

red 74 ◦ green 215 ◦ blue 77

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

Shades of Lime Green #4AD74D

Tints of Lime Green #4AD74D

RGB

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

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

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

R = 20.22%
G = 58.74%
B = 21.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#4AD74D (or 0x4AD74D) is known color: Lime Green. HEX triplet: 4A, D7 and 4D. RGB value is (74,215,77). Sum of RGB (Red+Green+Blue) = 74+215+77=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 215 (84.38% from 255 or 58.74% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD74D is #B528B2. Grayscale: #9D9D9D. Windows color (decimal): -11872435 or 5101386. OLE color: 5101386.

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

Color convert

RGB 74 215 77 -
CMYK 0.66 0 0.64 0.16
HSL 121.28º 0.64% 0.57% -
HSV(B) 121.28º 0.66% 0.84% -
XYZ 28.46 50.59 15.29 -
YUV 157.11 82.79 68.72 -
System Red Green Blue C M Y K H S L
Decimal 74 215 77 0.66 0 0.64 0.16 121.28 0.64 0.57
Hex 4A D7 4D 42 0 40 10 79 40 39
Octal 112 327 115 102 0 100 20 171 100 71
Binary 1001010 11010111 1001101 1000010 0 1000000 10000 1111001 1000000 111001

Color Harmonies of #4AD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD74D

Black with #4AD74D

Text Example


Text Example

White with #4AD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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