#2AC327

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

Shades of Lime Green #2AC327

Tints of Lime Green #2AC327

Color information

#2AC327 (or 0x2AC327) is unknown color: approx Lime Green. HEX triplet: 2A, C3 and 27. RGB value is (42,195,39). Sum of RGB (Red+Green+Blue) = 42+195+39=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC327 is #D53CD8. Grayscale: #838383. Windows color (decimal): -13974745 or 2605866. OLE color: 2605866.

HSL color Cylindrical-coordinate representation of color #2AC327: hue angle of 118.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AC327 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB4219539-
CMYK0.7800.800.24
HSL118.85º66.67%45.88%-
HSV(B)118.85º80%76.47%-
XYZ20.8439.678.48-
YUV131.4775.8164.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 195 (76.56% from 255) = 70.65%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=15.22%
G=70.65%
B=14.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42195390.7800.800.24118.8566.6745.88
Hex2AC3274E0501877432e
Octal523034711601203016710356
Binary101010110000111001111001110010100001100011101111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,195,39); }

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

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

 a { background-color: rgb(42,195,39); }

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

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

 span { border-color: rgb(42,195,39); }

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