#2ab420

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

Shades of Lime Green #2AB420

Tints of Lime Green #2AB420

Color information

#2AB420 (or 0x2AB420) is unknown color: approx Lime Green. HEX triplet: 2A, B4 and 20. RGB value is (42,180,32). Sum of RGB (Red+Green+Blue) = 42+180+32=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB420 is #D54BDF. Grayscale: #7A7A7A. Windows color (decimal): -13978592 or 2143274. OLE color: 2143274.

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

Color convert

RGB4218032-
CMYK0.7700.820.29
HSL115.95º69.81%41.57%-
HSV(B)115.95º82.22%70.59%-
XYZ17.5433.246.86-
YUV121.8777.2871.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 180 (70.70% from 255) = 70.87%
BLUE value IS 32 (12.89% from 255) = 12.60%
R=16.54%
G=70.87%
B=12.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180320.7700.820.29115.9569.8141.57
Hex2AB4204D0521D74462a
Octal522644011501223516410652
Binary101010101101001000001001101010100101110111101001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ab420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,32); }

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

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

 a { background-color: rgb(42,180,32); }

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

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

 span { border-color: rgb(42,180,32); }

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