Html Css Color HEX #4ADC2D Lime Green

📋 copy color: '#4ADC2D'

red 74 ◦ green 220 ◦ blue 45

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

Shades of Lime Green #4ADC2D

Tints of Lime Green #4ADC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 21.83%
G = 64.9%
B = 13.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#4ADC2D (or 0x4ADC2D) is known color: Lime Green. HEX triplet: 4A, DC and 2D. RGB value is (74,220,45). Sum of RGB (Red+Green+Blue) = 74+220+45=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADC2D is #B523D2. Grayscale: #9C9C9C. Windows color (decimal): -11871187 or 3005514. OLE color: 3005514.

HSL color Cylindrical-coordinate representation of color #4ADC2D: hue angle of 110.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4ADC2D is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 45 -
CMYK 0.66 0 0.80 0.14
HSL 110.06º 0.71% 0.52% -
HSV(B) 110.06º 0.8% 0.86% -
XYZ 28.89 52.83 11.16 -
YUV 156.4 65.13 69.23 -
System Red Green Blue C M Y K H S L
Decimal 74 220 45 0.66 0 0.80 0.14 110.06 0.71 0.52
Hex 4A DC 2D 42 0 50 E 6E 47 34
Octal 112 334 55 102 0 120 16 156 107 64
Binary 1001010 11011100 101101 1000010 0 1010000 1110 1101110 1000111 110100

Color Harmonies of #4ADC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC2D

Black with #4ADC2D

Text Example


Text Example

White with #4ADC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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