Html Css Color HEX #4ADD2C Lime Green

📋 copy color: '#4ADD2C'

red 74 ◦ green 221 ◦ blue 44

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

Shades of Lime Green #4ADD2C

Tints of Lime Green #4ADD2C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.19%

 BLUE value IS 44 (17.58% from 255) = 12.98%

R = 21.83%
G = 65.19%
B = 12.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#4ADD2C (or 0x4ADD2C) is known color: Lime Green. HEX triplet: 4A, DD and 2C. RGB value is (74,221,44). Sum of RGB (Red+Green+Blue) = 74+221+44=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD2C is #B522D3. Grayscale: #9D9D9D. Windows color (decimal): -11870932 or 2940234. OLE color: 2940234.

HSL color Cylindrical-coordinate representation of color #4ADD2C: hue angle of 109.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4ADD2C is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 44 -
CMYK 0.67 0 0.80 0.13
HSL 109.83º 0.72% 0.52% -
HSV(B) 109.83º 0.8% 0.87% -
XYZ 29.14 53.35 11.14 -
YUV 156.87 64.3 68.89 -
System Red Green Blue C M Y K H S L
Decimal 74 221 44 0.67 0 0.80 0.13 109.83 0.72 0.52
Hex 4A DD 2C 43 0 50 D 6E 48 34
Octal 112 335 54 103 0 120 15 156 110 64
Binary 1001010 11011101 101100 1000011 0 1010000 1101 1101110 1001000 110100

Color Harmonies of #4ADD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD2C

Black with #4ADD2C

Text Example


Text Example

White with #4ADD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,221,44); }

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

background-color css

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

 a { background-color: rgb(74,221,44); }

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

border-color css

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

 span { border-color: rgb(74,221,44); }

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