#2AB728

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

Shades of Lime Green #2AB728

Tints of Lime Green #2AB728

Color information

#2AB728 (or 0x2AB728) is unknown color: approx Lime Green. HEX triplet: 2A, B7 and 28. RGB value is (42,183,40). Sum of RGB (Red+Green+Blue) = 42+183+40=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 183 (71.88% from 255 or 69.06% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB728 is #D548D7. Grayscale: #7C7C7C. Windows color (decimal): -13977816 or 2668330. OLE color: 2668330.

HSL color Cylindrical-coordinate representation of color #2AB728: hue angle of 119.16º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB728 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB4218340-
CMYK0.7700.780.28
HSL119.16º64.13%43.73%-
HSV(B)119.16º78.14%71.76%-
XYZ18.2734.517.71-
YUV124.5480.2969.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 183 (71.88% from 255) = 69.06%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=15.85%
G=69.06%
B=15.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42183400.7700.780.28119.1664.1343.73
Hex2AB7284D04E1C77402c
Octal522675011501163416710054
Binary101010101101111010001001101010011101110011101111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,183,40); }

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

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

 a { background-color: rgb(42,183,40); }

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

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

 span { border-color: rgb(42,183,40); }

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