#2ab638

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

Shades of Lime Green #2AB638

Tints of Lime Green #2AB638

Color information

#2AB638 (or 0x2AB638) is unknown color: approx Lime Green. HEX triplet: 2A, B6 and 38. RGB value is (42,182,56). Sum of RGB (Red+Green+Blue) = 42+182+56=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 182 (71.48% from 255 or 65% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB638 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB638 is #D549C7. Grayscale: #7E7E7E. Windows color (decimal): -13978056 or 3716650. OLE color: 3716650.

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

Color convert

RGB4218256-
CMYK0.7700.690.29
HSL126º62.5%43.92%-
HSV(B)126º76.92%71.37%-
XYZ18.434.239.38-
YUV125.7888.6268.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 182 (71.48% from 255) = 65%
BLUE value IS 56 (22.27% from 255) = 20%
R=15%
G=65%
B=20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42182560.7700.690.2912662.543.92
Hex2AB6384D0451D7e3e2c
Octal52266701150105351767654
Binary10101010110110111000100110101000101111011111110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ab638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,182,56); }

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

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

 a { background-color: rgb(42,182,56); }

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

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

 span { border-color: rgb(42,182,56); }

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