#4AE64D

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

Shades of Lime Green #4AE64D

Tints of Lime Green #4AE64D

Color information

#4AE64D (or 0x4AE64D) is unknown color: approx Lime Green. HEX triplet: 4A, E6 and 4D. RGB value is (74,230,77). Sum of RGB (Red+Green+Blue) = 74+230+77=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 230 (90.23% from 255 or 60.37% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE64D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AE64D is #B519B2. Grayscale: #A6A6A6. Windows color (decimal): -11868595 or 5105226. OLE color: 5105226.

HSL color Cylindrical-coordinate representation of color #4AE64D: hue angle of 121.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE64D is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB7423077-
CMYK0.6800.670.10
HSL121.15º75.73%59.61%-
HSV(B)121.15º67.83%90.2%-
XYZ32.4658.5916.62-
YUV165.9177.8262.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.42%
GREEN value IS 230 (90.23% from 255) = 60.37%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=19.42%
G=60.37%
B=20.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal74230770.6800.670.10121.1575.7359.61
Hex4AE64D44043A794c3c
Octal11234611510401031217111474
Binary1001010111001101001101100010001000011101011110011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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