#2AC43A

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

Shades of Lime Green #2AC43A

Tints of Lime Green #2AC43A

Color information

#2AC43A (or 0x2AC43A) is unknown color: approx Lime Green. HEX triplet: 2A, C4 and 3A. RGB value is (42,196,58). Sum of RGB (Red+Green+Blue) = 42+196+58=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC43A is #D53BC5. Grayscale: #868686. Windows color (decimal): -13974470 or 3851306. OLE color: 3851306.

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

Color convert

RGB4219658-
CMYK0.7900.700.23
HSL126.23º64.71%46.67%-
HSV(B)126.23º78.57%76.86%-
XYZ21.4640.2810.65-
YUV134.2284.9862.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.19%
GREEN value IS 196 (76.95% from 255) = 66.22%
BLUE value IS 58 (23.05% from 255) = 19.59%
R=14.19%
G=66.22%
B=19.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal42196580.7900.700.23126.2364.7146.67
Hex2AC43A4F046177e412f
Octal523047211701062717610157
Binary101010110001001110101001111010001101011111111101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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