#2AAE38

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

Shades of Lime Green #2AAE38

Tints of Lime Green #2AAE38

Color information

#2AAE38 (or 0x2AAE38) is unknown color: approx Lime Green. HEX triplet: 2A, AE and 38. RGB value is (42,174,56). Sum of RGB (Red+Green+Blue) = 42+174+56=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE38 is #D551C7. Grayscale: #797979. Windows color (decimal): -13980104 or 3714602. OLE color: 3714602.

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

Color convert

RGB4217456-
CMYK0.7600.680.32
HSL126.36º61.11%42.35%-
HSV(B)126.36º75.86%68.24%-
XYZ16.831.058.85-
YUV121.0891.2771.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.44%
GREEN value IS 174 (68.36% from 255) = 63.97%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=15.44%
G=63.97%
B=20.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42174560.7600.680.32126.3661.1142.35
Hex2AAE384C044207e3d2a
Octal52256701140104401767552
Binary101010101011101110001001100010001001000001111110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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