#4AC23F

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

Shades of Lime Green #4AC23F

Tints of Lime Green #4AC23F

Color information

#4AC23F (or 0x4AC23F) is unknown color: approx Lime Green. HEX triplet: 4A, C2 and 3F. RGB value is (74,194,63). Sum of RGB (Red+Green+Blue) = 74+194+63=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC23F is #B53DC0. Grayscale: #8F8F8F. Windows color (decimal): -11877825 or 4178506. OLE color: 4178506.

HSL color Cylindrical-coordinate representation of color #4AC23F: hue angle of 114.96º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AC23F is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB7419463-
CMYK0.6200.680.24
HSL114.96º51.78%50.39%-
HSV(B)114.96º67.53%76.08%-
XYZ23.0140.411.29-
YUV143.1982.7478.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 194 (76.17% from 255) = 58.61%
BLUE value IS 63 (25% from 255) = 19.03%
R=22.36%
G=58.61%
B=19.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74194630.6200.680.24114.9651.7850.39
Hex4AC23F3E04418733432
Octal11230277760104301636462
Binary10010101100001011111111111001000100110001110011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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