#4AEA35

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

Shades of Lime Green #4AEA35

Tints of Lime Green #4AEA35

Color information

#4AEA35 (or 0x4AEA35) is unknown color: approx Lime Green. HEX triplet: 4A, EA and 35. RGB value is (74,234,53). Sum of RGB (Red+Green+Blue) = 74+234+53=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 234 (91.80% from 255 or 64.82% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEA35 is #B515CA. Grayscale: #A6A6A6. Windows color (decimal): -11867595 or 3533386. OLE color: 3533386.

HSL color Cylindrical-coordinate representation of color #4AEA35: hue angle of 113.04º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AEA35 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB7423453-
CMYK0.6800.770.08
HSL113.04º81.17%56.27%-
HSV(B)113.04º77.35%91.76%-
XYZ32.8960.5613.32-
YUV165.5364.4962.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.50%
GREEN value IS 234 (91.80% from 255) = 64.82%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=20.50%
G=64.82%
B=14.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal74234530.6800.770.08113.0481.1756.27
Hex4AEA354404D8715138
Octal1123526510401151016112170
Binary100101011101010110101100010001001101100011100011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,234,53); }

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

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

 a { background-color: rgb(74,234,53); }

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

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

 span { border-color: rgb(74,234,53); }

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