#4ac548

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

Shades of Lime Green #4AC548

Tints of Lime Green #4AC548

Color information

#4AC548 (or 0x4AC548) is unknown color: approx Lime Green. HEX triplet: 4A, C5 and 48. RGB value is (74,197,72). Sum of RGB (Red+Green+Blue) = 74+197+72=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC548 is #B53AB7. Grayscale: #929292. Windows color (decimal): -11877048 or 4769098. OLE color: 4769098.

HSL color Cylindrical-coordinate representation of color #4AC548: hue angle of 119.04º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC548 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB7419772-
CMYK0.6200.630.23
HSL119.04º51.87%52.75%-
HSV(B)119.04º63.45%77.25%-
XYZ23.9641.8612.95-
YUV145.9786.2576.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.57%
GREEN value IS 197 (77.34% from 255) = 57.43%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=21.57%
G=57.43%
B=20.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal74197720.6200.630.23119.0451.8752.75
Hex4AC5483E03F17773435
Octal11230511076077271676465
Binary10010101100010110010001111100111111101111110111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ac548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,197,72); }

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

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

 a { background-color: rgb(74,197,72); }

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

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

 span { border-color: rgb(74,197,72); }

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