#2CAC3C

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

Shades of Lime Green #2CAC3C

Tints of Lime Green #2CAC3C

Color information

#2CAC3C (or 0x2CAC3C) is unknown color: approx Lime Green. HEX triplet: 2C, AC and 3C. RGB value is (44,172,60). Sum of RGB (Red+Green+Blue) = 44+172+60=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC3C is #D353C3. Grayscale: #797979. Windows color (decimal): -13849540 or 3976236. OLE color: 3976236.

HSL color Cylindrical-coordinate representation of color #2CAC3C: hue angle of 127.5º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC3C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB4417260-
CMYK0.7400.650.33
HSL127.5º59.26%42.35%-
HSV(B)127.5º74.42%67.45%-
XYZ16.6130.379.26-
YUV120.9693.5973.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.94%
GREEN value IS 172 (67.58% from 255) = 62.32%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=15.94%
G=62.32%
B=21.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44172600.7400.650.33127.559.2642.35
Hex2CAC3C4A04121803b2a
Octal54254741120101412007352
Binary1011001010110011110010010100100000110000110000000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,172,60); }

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

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

 a { background-color: rgb(44,172,60); }

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

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

 span { border-color: rgb(44,172,60); }

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