#2AC613

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

Shades of Lime Green #2AC613

Tints of Lime Green #2AC613

Color information

#2AC613 (or 0x2AC613) is unknown color: approx Lime Green. HEX triplet: 2A, C6 and 13. RGB value is (42,198,19). Sum of RGB (Red+Green+Blue) = 42+198+19=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 198 (77.73% from 255 or 76.45% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 198 - color contains mainly: green. Hex color #2AC613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC613 is #D539EC. Grayscale: #838383. Windows color (decimal): -13973997 or 1295914. OLE color: 1295914.

HSL color Cylindrical-coordinate representation of color #2AC613: hue angle of 112.29º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AC613 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB4219819-
CMYK0.7900.900.22
HSL112.29º82.49%42.55%-
HSV(B)112.29º90.4%77.65%-
XYZ21.2740.937.4-
YUV130.9564.8264.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 198 (77.73% from 255) = 76.45%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=16.22%
G=76.45%
B=7.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42198190.7900.900.22112.2982.4942.55
Hex2AC6134F05A1670522b
Octal523062311701322616012253
Binary10101011000110100111001111010110101011011100001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,198,19); }

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

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

 a { background-color: rgb(42,198,19); }

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

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

 span { border-color: rgb(42,198,19); }

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