#4AD545

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

Shades of Lime Green #4AD545

Tints of Lime Green #4AD545

Color information

#4AD545 (or 0x4AD545) is unknown color: approx Lime Green. HEX triplet: 4A, D5 and 45. RGB value is (74,213,69). Sum of RGB (Red+Green+Blue) = 74+213+69=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD545 is #B52ABA. Grayscale: #9B9B9B. Windows color (decimal): -11872955 or 4576586. OLE color: 4576586.

HSL color Cylindrical-coordinate representation of color #4AD545: hue angle of 117.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AD545 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB7421369-
CMYK0.6500.680.16
HSL117.92º63.16%55.29%-
HSV(B)117.92º67.61%83.53%-
XYZ27.6949.4713.72-
YUV155.0279.4570.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.79%
GREEN value IS 213 (83.59% from 255) = 59.83%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=20.79%
G=59.83%
B=19.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74213690.6500.680.16117.9263.1655.29
Hex4AD5454104410763f37
Octal1123251051010104201667767
Binary1001010110101011000101100000101000100100001110110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,213,69); }

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

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

 a { background-color: rgb(74,213,69); }

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

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

 span { border-color: rgb(74,213,69); }

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