#4AE540

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

Shades of Lime Green #4AE540

Tints of Lime Green #4AE540

Color information

#4AE540 (or 0x4AE540) is unknown color: approx Lime Green. HEX triplet: 4A, E5 and 40. RGB value is (74,229,64). Sum of RGB (Red+Green+Blue) = 74+229+64=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 229 (89.84% from 255 or 62.40% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE540 is #B51ABF. Grayscale: #A4A4A4. Windows color (decimal): -11868864 or 4253002. OLE color: 4253002.

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

Color convert

RGB7422964-
CMYK0.6800.720.10
HSL116.36º76.04%57.45%-
HSV(B)116.36º72.05%89.8%-
XYZ31.7757.8614.35-
YUV163.8471.6563.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.16%
GREEN value IS 229 (89.84% from 255) = 62.40%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=20.16%
G=62.40%
B=17.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal74229640.6800.720.10116.3676.0457.45
Hex4AE54044048A744c39
Octal11234510010401101216411471
Binary1001010111001011000000100010001001000101011101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,229,64); }

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

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

 a { background-color: rgb(74,229,64); }

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

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

 span { border-color: rgb(74,229,64); }

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