#2AB32E

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

Shades of Lime Green #2AB32E

Tints of Lime Green #2AB32E

Color information

#2AB32E (or 0x2AB32E) is unknown color: approx Lime Green. HEX triplet: 2A, B3 and 2E. RGB value is (42,179,46). Sum of RGB (Red+Green+Blue) = 42+179+46=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 179 (70.31% from 255 or 67.04% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB32E is #D54CD1. Grayscale: #7B7B7B. Windows color (decimal): -13978834 or 3060522. OLE color: 3060522.

HSL color Cylindrical-coordinate representation of color #2AB32E: hue angle of 121.75º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB32E is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB4217946-
CMYK0.7700.740.30
HSL121.75º61.99%43.33%-
HSV(B)121.75º76.54%70.2%-
XYZ17.5732.938.01-
YUV122.8884.6170.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 179 (70.31% from 255) = 67.04%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=15.73%
G=67.04%
B=17.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42179460.7700.740.30121.7561.9943.33
Hex2AB32E4D04A1E7a3e2b
Octal52263561150112361727653
Binary10101010110011101110100110101001010111101111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,179,46); }

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

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

 a { background-color: rgb(42,179,46); }

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

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

 span { border-color: rgb(42,179,46); }

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