#2AC048

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

Shades of Lime Green #2AC048

Tints of Lime Green #2AC048

Color information

#2AC048 (or 0x2AC048) is unknown color: approx Lime Green. HEX triplet: 2A, C0 and 48. RGB value is (42,192,72). Sum of RGB (Red+Green+Blue) = 42+192+72=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC048 is #D53FB7. Grayscale: #858585. Windows color (decimal): -13975480 or 4767786. OLE color: 4767786.

HSL color Cylindrical-coordinate representation of color #2AC048: hue angle of 132º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC048 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB4219272-
CMYK0.7800.630.25
HSL132º64.1%45.88%-
HSV(B)132º78.12%75.29%-
XYZ20.9738.6612.49-
YUV133.4793.362.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.73%
GREEN value IS 192 (75.39% from 255) = 62.75%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=13.73%
G=62.75%
B=23.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42192720.7800.630.2513264.145.88
Hex2AC0484E03F1984402e
Octal523001101160773120410056
Binary1010101100000010010001001110011111111001100001001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AC048; }

 p { color: rgb(42,192,72); }

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

<style>
 a { background-color: #2AC048; }

 a { background-color: rgb(42,192,72); }

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

<style>
 span { border-color: #2AC048; }

 span { border-color: rgb(42,192,72); }

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