#2ACC2C

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

Shades of Lime Green #2ACC2C

Tints of Lime Green #2ACC2C

Color information

#2ACC2C (or 0x2ACC2C) is unknown color: approx Lime Green. HEX triplet: 2A, CC and 2C. RGB value is (42,204,44). Sum of RGB (Red+Green+Blue) = 42+204+44=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 204 (80.08% from 255 or 70.34% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC2C is #D533D3. Grayscale: #898989. Windows color (decimal): -13972436 or 2935850. OLE color: 2935850.

HSL color Cylindrical-coordinate representation of color #2ACC2C: hue angle of 120.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC2C is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB4220444-
CMYK0.7900.780.2
HSL120.74º65.85%48.24%-
HSV(B)120.74º79.41%80%-
XYZ2343.869.64-
YUV137.3275.3360.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.48%
GREEN value IS 204 (80.08% from 255) = 70.34%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=14.48%
G=70.34%
B=15.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42204440.7900.780.2120.7465.8548.24
Hex2ACC2C4F04E14794230
Octal523145411701162417110260
Binary101010110011001011001001111010011101010011110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,204,44); }

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

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

 a { background-color: rgb(42,204,44); }

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

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

 span { border-color: rgb(42,204,44); }

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