#2AEA47

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

Shades of Lime Green #2AEA47

Tints of Lime Green #2AEA47

Color information

#2AEA47 (or 0x2AEA47) is unknown color: approx Lime Green. HEX triplet: 2A, EA and 47. RGB value is (42,234,71). Sum of RGB (Red+Green+Blue) = 42+234+71=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 234 (91.80% from 255 or 67.44% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEA47 is #D515B8. Grayscale: #9E9E9E. Windows color (decimal): -13964729 or 4713002. OLE color: 4713002.

HSL color Cylindrical-coordinate representation of color #2AEA47: hue angle of 129.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEA47 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB4223471-
CMYK0.8200.700.08
HSL129.06º82.05%54.12%-
HSV(B)129.06º82.05%91.76%-
XYZ31.5159.7915.84-
YUV158.0178.8945.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.10%
GREEN value IS 234 (91.80% from 255) = 67.44%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=12.10%
G=67.44%
B=20.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal42234710.8200.700.08129.0682.0554.12
Hex2AEA47520468815236
Octal5235210712201061020112266
Binary1010101110101010001111010010010001101000100000011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,234,71); }

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

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

 a { background-color: rgb(42,234,71); }

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

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

 span { border-color: rgb(42,234,71); }

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