#2AB740

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

Shades of Lime Green #2AB740

Tints of Lime Green #2AB740

Color information

#2AB740 (or 0x2AB740) is unknown color: approx Lime Green. HEX triplet: 2A, B7 and 40. RGB value is (42,183,64). Sum of RGB (Red+Green+Blue) = 42+183+64=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 183 (71.88% from 255 or 63.32% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB740 is #D548BF. Grayscale: #7F7F7F. Windows color (decimal): -13977792 or 4241194. OLE color: 4241194.

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

Color convert

RGB4218364-
CMYK0.7700.650.28
HSL129.36º62.67%44.12%-
HSV(B)129.36º77.05%71.76%-
XYZ18.8134.7310.56-
YUV127.2892.2967.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.53%
GREEN value IS 183 (71.88% from 255) = 63.32%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=14.53%
G=63.32%
B=22.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42183640.7700.650.28129.3662.6744.12
Hex2AB7404D0411C813f2c
Octal522671001150101342017754
Binary1010101011011110000001001101010000011110010000001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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