#4ABE3D

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

Shades of Lime Green #4ABE3D

Tints of Lime Green #4ABE3D

Color information

#4ABE3D (or 0x4ABE3D) is unknown color: approx Lime Green. HEX triplet: 4A, BE and 3D. RGB value is (74,190,61). Sum of RGB (Red+Green+Blue) = 74+190+61=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABE3D is #B541C2. Grayscale: #8D8D8D. Windows color (decimal): -11878851 or 4046410. OLE color: 4046410.

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

Color convert

RGB7419061-
CMYK0.6100.680.25
HSL113.95º51.39%49.22%-
HSV(B)113.95º67.89%74.51%-
XYZ22.0838.6210.71-
YUV140.6183.0780.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 190 (74.61% from 255) = 58.46%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=22.77%
G=58.46%
B=18.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74190610.6100.680.25113.9551.3949.22
Hex4ABE3D3D04419723331
Octal11227675750104311626361
Binary10010101011111011110111110101000100110011110010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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