#4ABE40

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

Shades of Lime Green #4ABE40

Tints of Lime Green #4ABE40

Color information

#4ABE40 (or 0x4ABE40) is unknown color: approx Lime Green. HEX triplet: 4A, BE and 40. RGB value is (74,190,64). Sum of RGB (Red+Green+Blue) = 74+190+64=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABE40 is #B541BF. Grayscale: #8D8D8D. Windows color (decimal): -11878848 or 4243018. OLE color: 4243018.

HSL color Cylindrical-coordinate representation of color #4ABE40: hue angle of 115.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABE40 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB7419064-
CMYK0.6100.660.25
HSL115.24º49.61%49.8%-
HSV(B)115.24º66.32%74.51%-
XYZ22.1638.6511.14-
YUV140.9584.5780.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.56%
GREEN value IS 190 (74.61% from 255) = 57.93%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=22.56%
G=57.93%
B=19.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74190640.6100.660.25115.2449.6149.8
Hex4ABE403D04219733232
Octal112276100750102311636262
Binary100101010111110100000011110101000010110011110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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