#4AE32E

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

Shades of Lime Green #4AE32E

Tints of Lime Green #4AE32E

Color information

#4AE32E (or 0x4AE32E) is unknown color: approx Lime Green. HEX triplet: 4A, E3 and 2E. RGB value is (74,227,46). Sum of RGB (Red+Green+Blue) = 74+227+46=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 227 (89.06% from 255 or 65.42% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE32E is #B51CD1. Grayscale: #A1A1A1. Windows color (decimal): -11869394 or 3072842. OLE color: 3072842.

HSL color Cylindrical-coordinate representation of color #4AE32E: hue angle of 110.72º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AE32E is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB7422746-
CMYK0.6700.800.11
HSL110.72º76.37%53.53%-
HSV(B)110.72º79.74%89.02%-
XYZ30.7956.5911.89-
YUV160.6263.3166.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 227 (89.06% from 255) = 65.42%
BLUE value IS 46 (18.36% from 255) = 13.26%
R=21.33%
G=65.42%
B=13.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal74227460.6700.800.11110.7276.3753.53
Hex4AE32E43050B6f4c36
Octal1123435610301201315711466
Binary100101011100011101110100001101010000101111011111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,227,46); }

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

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

 a { background-color: rgb(74,227,46); }

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

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

 span { border-color: rgb(74,227,46); }

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