#2AEC3E

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

Shades of Lime Green #2AEC3E

Tints of Lime Green #2AEC3E

Color information

#2AEC3E (or 0x2AEC3E) is unknown color: approx Lime Green. HEX triplet: 2A, EC and 3E. RGB value is (42,236,62). Sum of RGB (Red+Green+Blue) = 42+236+62=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 236 (92.58% from 255 or 69.41% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEC3E is #D513C1. Grayscale: #9E9E9E. Windows color (decimal): -13964226 or 4123690. OLE color: 4123690.

HSL color Cylindrical-coordinate representation of color #2AEC3E: hue angle of 126.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEC3E is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB4223662-
CMYK0.8200.740.07
HSL126.19º83.62%54.51%-
HSV(B)126.19º82.2%92.55%-
XYZ31.8260.8314.62-
YUV158.1673.7345.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.35%
GREEN value IS 236 (92.58% from 255) = 69.41%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=12.35%
G=69.41%
B=18.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42236620.8200.740.07126.1983.6254.51
Hex2AEC3E5204A77e5437
Octal52354761220112717612467
Binary1010101110110011111010100100100101011111111101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,236,62); }

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

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

 a { background-color: rgb(42,236,62); }

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

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

 span { border-color: rgb(42,236,62); }

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