#4ABC3F

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

Shades of Lime Green #4ABC3F

Tints of Lime Green #4ABC3F

Color information

#4ABC3F (or 0x4ABC3F) is unknown color: approx Lime Green. HEX triplet: 4A, BC and 3F. RGB value is (74,188,63). Sum of RGB (Red+Green+Blue) = 74+188+63=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC3F is #B543C0. Grayscale: #8C8C8C. Windows color (decimal): -11879361 or 4176970. OLE color: 4176970.

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

Color convert

RGB7418863-
CMYK0.6100.660.26
HSL114.72º49.8%49.22%-
HSV(B)114.72º66.49%73.73%-
XYZ21.737.7810.85-
YUV139.6684.7381.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 188 (73.83% from 255) = 57.85%
BLUE value IS 63 (25% from 255) = 19.38%
R=22.77%
G=57.85%
B=19.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74188630.6100.660.26114.7249.849.22
Hex4ABC3F3D0421A733231
Octal11227477750102321636261
Binary10010101011110011111111110101000010110101110011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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