#2AB223

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

Shades of Lime Green #2AB223

Tints of Lime Green #2AB223

Color information

#2AB223 (or 0x2AB223) is unknown color: approx Lime Green. HEX triplet: 2A, B2 and 23. RGB value is (42,178,35). Sum of RGB (Red+Green+Blue) = 42+178+35=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 178 (69.92% from 255 or 69.80% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB223 is #D54DDC. Grayscale: #797979. Windows color (decimal): -13979101 or 2339370. OLE color: 2339370.

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

Color convert

RGB4217835-
CMYK0.7600.800.30
HSL117.06º67.14%41.76%-
HSV(B)117.06º80.34%69.8%-
XYZ17.1832.456.95-
YUV121.0379.4471.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.47%
GREEN value IS 178 (69.92% from 255) = 69.80%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=16.47%
G=69.80%
B=13.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42178350.7600.800.30117.0667.1441.76
Hex2AB2234C0501E75432a
Octal522624311401203616510352
Binary101010101100101000111001100010100001111011101011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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