#2AE146

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

Shades of Lime Green #2AE146

Tints of Lime Green #2AE146

Color information

#2AE146 (or 0x2AE146) is unknown color: approx Lime Green. HEX triplet: 2A, E1 and 46. RGB value is (42,225,70). Sum of RGB (Red+Green+Blue) = 42+225+70=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE146 is #D51EB9. Grayscale: #999999. Windows color (decimal): -13967034 or 4645162. OLE color: 4645162.

HSL color Cylindrical-coordinate representation of color #2AE146: hue angle of 129.18º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE146 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB4222570-
CMYK0.8100.690.12
HSL129.18º75.31%52.35%-
HSV(B)129.18º81.33%88.24%-
XYZ28.9954.7814.84-
YUV152.6181.3749.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 225 (88.28% from 255) = 66.77%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=12.46%
G=66.77%
B=20.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42225700.8100.690.12129.1875.3152.35
Hex2AE14651045C814b34
Octal5234110612101051420111364
Binary1010101110000110001101010001010001011100100000011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,225,70); }

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

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

 a { background-color: rgb(42,225,70); }

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

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

 span { border-color: rgb(42,225,70); }

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