#4AE734

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

Shades of Lime Green #4AE734

Tints of Lime Green #4AE734

Color information

#4AE734 (or 0x4AE734) is unknown color: approx Lime Green. HEX triplet: 4A, E7 and 34. RGB value is (74,231,52). Sum of RGB (Red+Green+Blue) = 74+231+52=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 231 (90.62% from 255 or 64.71% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 231 - color contains mainly: green. Hex color #4AE734 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE734 is #B518CB. Grayscale: #A4A4A4. Windows color (decimal): -11868364 or 3467082. OLE color: 3467082.

HSL color Cylindrical-coordinate representation of color #4AE734: hue angle of 112.63º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AE734 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB7423152-
CMYK0.6800.770.09
HSL112.63º78.85%55.49%-
HSV(B)112.63º77.49%90.59%-
XYZ32.0258.8612.92-
YUV163.6564.9964.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.73%
GREEN value IS 231 (90.62% from 255) = 64.71%
BLUE value IS 52 (20.70% from 255) = 14.57%
R=20.73%
G=64.71%
B=14.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal74231520.6800.770.09112.6378.8555.49
Hex4AE7344404D9714f37
Octal1123476410401151116111767
Binary100101011100111110100100010001001101100111100011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,231,52); }

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

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

 a { background-color: rgb(74,231,52); }

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

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

 span { border-color: rgb(74,231,52); }

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