#4ad34c

Color #4AD34C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4AD34C

Tints of Lime Green #4AD34C

Color information

#4AD34C (or 0x4AD34C) is unknown color: approx Lime Green. HEX triplet: 4A, D3 and 4C. RGB value is (74,211,76). Sum of RGB (Red+Green+Blue) = 74+211+76=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD34C is #B52CB3. Grayscale: #9B9B9B. Windows color (decimal): -11873460 or 5034826. OLE color: 5034826.

HSL color Cylindrical-coordinate representation of color #4AD34C: hue angle of 120.88º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD34C is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB7421176-
CMYK0.6500.640.17
HSL120.88º60.89%55.88%-
HSV(B)120.88º64.93%82.75%-
XYZ27.4248.5714.77-
YUV154.6583.6170.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.50%
GREEN value IS 211 (82.81% from 255) = 58.45%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=20.50%
G=58.45%
B=21.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal74211760.6500.640.17120.8860.8955.88
Hex4AD34C4104011793d38
Octal1123231141010100211717570
Binary1001010110100111001100100000101000000100011111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ad34c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ad34c;
 }
 .AnyTagClassName
 {
   color: #4ad34c;
 }
</style>
background-color css

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

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

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

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

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

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