Html Css Color HEX #4ADC4D Lime Green

📋 copy color: '#4ADC4D'

red 74 ◦ green 220 ◦ blue 77

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

Shades of Lime Green #4ADC4D

Tints of Lime Green #4ADC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.3%

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

R = 19.95%
G = 59.3%
B = 20.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#4ADC4D (or 0x4ADC4D) is known color: Lime Green. HEX triplet: 4A, DC and 4D. RGB value is (74,220,77). Sum of RGB (Red+Green+Blue) = 74+220+77=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC4D is #B523B2. Grayscale: #A0A0A0. Windows color (decimal): -11871155 or 5102666. OLE color: 5102666.

HSL color Cylindrical-coordinate representation of color #4ADC4D: hue angle of 121.23º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC4D is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 77 -
CMYK 0.66 0 0.65 0.14
HSL 121.23º 0.68% 0.58% -
HSV(B) 121.23º 0.66% 0.86% -
XYZ 29.76 53.18 15.72 -
YUV 160.04 81.13 66.63 -
System Red Green Blue C M Y K H S L
Decimal 74 220 77 0.66 0 0.65 0.14 121.23 0.68 0.58
Hex 4A DC 4D 42 0 41 E 79 44 3A
Octal 112 334 115 102 0 101 16 171 104 72
Binary 1001010 11011100 1001101 1000010 0 1000001 1110 1111001 1000100 111010

Color Harmonies of #4ADC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC4D

Black with #4ADC4D

Text Example


Text Example

White with #4ADC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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