#2CAC39

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

Shades of Lime Green #2CAC39

Tints of Lime Green #2CAC39

Color information

#2CAC39 (or 0x2CAC39) is unknown color: approx Lime Green. HEX triplet: 2C, AC and 39. RGB value is (44,172,57). Sum of RGB (Red+Green+Blue) = 44+172+57=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC39 is #D353C6. Grayscale: #787878. Windows color (decimal): -13849543 or 3779628. OLE color: 3779628.

HSL color Cylindrical-coordinate representation of color #2CAC39: hue angle of 126.09º 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 #2CAC39 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB4417257-
CMYK0.7400.670.33
HSL126.09º59.26%42.35%-
HSV(B)126.09º74.42%67.45%-
XYZ16.5330.348.86-
YUV120.6292.0973.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.12%
GREEN value IS 172 (67.58% from 255) = 63.00%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=16.12%
G=63.00%
B=20.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44172570.7400.670.33126.0959.2642.35
Hex2CAC394A043217e3b2a
Octal54254711120103411767352
Binary101100101011001110011001010010000111000011111110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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