#2ACC32

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

Shades of Lime Green #2ACC32

Tints of Lime Green #2ACC32

Color information

#2ACC32 (or 0x2ACC32) is unknown color: approx Lime Green. HEX triplet: 2A, CC and 32. RGB value is (42,204,50). Sum of RGB (Red+Green+Blue) = 42+204+50=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC32 is #D533CD. Grayscale: #8A8A8A. Windows color (decimal): -13972430 or 3329066. OLE color: 3329066.

HSL color Cylindrical-coordinate representation of color #2ACC32: hue angle of 122.96º 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 #2ACC32 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB4220450-
CMYK0.7900.750.2
HSL122.96º65.85%48.24%-
HSV(B)122.96º79.41%80%-
XYZ23.1243.9110.27-
YUV138.0178.3359.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.19%
GREEN value IS 204 (80.08% from 255) = 68.92%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=14.19%
G=68.92%
B=16.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42204500.7900.750.2122.9665.8548.24
Hex2ACC324F04B147b4230
Octal523146211701132417310260
Binary101010110011001100101001111010010111010011110111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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