#2AC423

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

Shades of Lime Green #2AC423

Tints of Lime Green #2AC423

Color information

#2AC423 (or 0x2AC423) is unknown color: approx Lime Green. HEX triplet: 2A, C4 and 23. RGB value is (42,196,35). Sum of RGB (Red+Green+Blue) = 42+196+35=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC423 is #D53BDC. Grayscale: #848484. Windows color (decimal): -13974493 or 2343978. OLE color: 2343978.

HSL color Cylindrical-coordinate representation of color #2AC423: hue angle of 117.39º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AC423 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB4219635-
CMYK0.7900.820.23
HSL117.39º69.7%45.29%-
HSV(B)117.39º82.14%76.86%-
XYZ2140.098.22-
YUV131.673.4864.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 196 (76.95% from 255) = 71.79%
BLUE value IS 35 (14.06% from 255) = 12.82%
R=15.38%
G=71.79%
B=12.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal42196350.7900.820.23117.3969.745.29
Hex2AC4234F0521775462d
Octal523044311701222716510655
Binary101010110001001000111001111010100101011111101011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,196,35); }

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

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

 a { background-color: rgb(42,196,35); }

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

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

 span { border-color: rgb(42,196,35); }

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