#2AB62E

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

Shades of Lime Green #2AB62E

Tints of Lime Green #2AB62E

Color information

#2AB62E (or 0x2AB62E) is unknown color: approx Lime Green. HEX triplet: 2A, B6 and 2E. RGB value is (42,182,46). Sum of RGB (Red+Green+Blue) = 42+182+46=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB62E is #D549D1. Grayscale: #7D7D7D. Windows color (decimal): -13978066 or 3061290. OLE color: 3061290.

HSL color Cylindrical-coordinate representation of color #2AB62E: hue angle of 121.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB62E is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB4218246-
CMYK0.7700.750.29
HSL121.71º62.5%43.92%-
HSV(B)121.71º76.92%71.37%-
XYZ18.1834.158.22-
YUV124.6483.6269.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 182 (71.48% from 255) = 67.41%
BLUE value IS 46 (18.36% from 255) = 17.04%
R=15.56%
G=67.41%
B=17.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42182460.7700.750.29121.7162.543.92
Hex2AB62E4D04B1D7a3e2c
Octal52266561150113351727654
Binary10101010110110101110100110101001011111011111010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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