#4ABF3F

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

Shades of Lime Green #4ABF3F

Tints of Lime Green #4ABF3F

Color information

#4ABF3F (or 0x4ABF3F) is unknown color: approx Lime Green. HEX triplet: 4A, BF and 3F. RGB value is (74,191,63). Sum of RGB (Red+Green+Blue) = 74+191+63=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABF3F is #B540C0. Grayscale: #8D8D8D. Windows color (decimal): -11878593 or 4177738. OLE color: 4177738.

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

Color convert

RGB7419163-
CMYK0.6100.670.25
HSL114.84º50.39%49.8%-
HSV(B)114.84º67.02%74.9%-
XYZ22.3539.0811.07-
YUV141.4283.7479.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.56%
GREEN value IS 191 (75% from 255) = 58.23%
BLUE value IS 63 (25% from 255) = 19.21%
R=22.56%
G=58.23%
B=19.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74191630.6100.670.25114.8450.3949.8
Hex4ABF3F3D04319733232
Octal11227777750103311636262
Binary10010101011111111111111110101000011110011110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,191,63); }

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

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

 a { background-color: rgb(74,191,63); }

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

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

 span { border-color: rgb(74,191,63); }

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