#2AAB38

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

Shades of Lime Green #2AAB38

Tints of Lime Green #2AAB38

Color information

#2AAB38 (or 0x2AAB38) is unknown color: approx Lime Green. HEX triplet: 2A, AB and 38. RGB value is (42,171,56). Sum of RGB (Red+Green+Blue) = 42+171+56=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 171 (67.19% from 255 or 63.57% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB38 is #D554C7. Grayscale: #777777. Windows color (decimal): -13980872 or 3713834. OLE color: 3713834.

HSL color Cylindrical-coordinate representation of color #2AAB38: hue angle of 126.51º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB38 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB4217156-
CMYK0.7500.670.33
HSL126.51º60.56%41.76%-
HSV(B)126.51º75.44%67.06%-
XYZ16.2329.98.66-
YUV119.3292.2672.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.61%
GREEN value IS 171 (67.19% from 255) = 63.57%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=15.61%
G=63.57%
B=20.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171560.7500.670.33126.5160.5641.76
Hex2AAB384B043217f3d2a
Octal52253701130103411777552
Binary101010101010111110001001011010000111000011111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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