#2AB22E

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

Shades of Lime Green #2AB22E

Tints of Lime Green #2AB22E

Color information

#2AB22E (or 0x2AB22E) is unknown color: approx Lime Green. HEX triplet: 2A, B2 and 2E. RGB value is (42,178,46). Sum of RGB (Red+Green+Blue) = 42+178+46=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB22E is #D54DD1. Grayscale: #7A7A7A. Windows color (decimal): -13979090 or 3060266. OLE color: 3060266.

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

Color convert

RGB4217846-
CMYK0.7600.740.30
HSL121.76º61.82%43.14%-
HSV(B)121.76º76.4%69.8%-
XYZ17.3732.537.95-
YUV122.2984.9470.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 178 (69.92% from 255) = 66.92%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=15.79%
G=66.92%
B=17.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42178460.7600.740.30121.7661.8243.14
Hex2AB22E4C04A1E7a3e2b
Octal52262561140112361727653
Binary10101010110010101110100110001001010111101111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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