#2ae61a

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

Shades of Lime Green #2AE61A

Tints of Lime Green #2AE61A

Color information

#2AE61A (or 0x2AE61A) is unknown color: approx Lime Green. HEX triplet: 2A, E6 and 1A. RGB value is (42,230,26). Sum of RGB (Red+Green+Blue) = 42+230+26=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 230 (90.23% from 255 or 77.18% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE61A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE61A is #D519E5. Grayscale: #979797. Windows color (decimal): -13965798 or 1762858. OLE color: 1762858.

HSL color Cylindrical-coordinate representation of color #2AE61A: hue angle of 115.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AE61A is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB4223026-
CMYK0.8200.890.10
HSL115.29º80.31%50.2%-
HSV(B)115.29º88.7%90.2%-
XYZ29.4457.1610.46-
YUV150.5357.7250.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.09%
GREEN value IS 230 (90.23% from 255) = 77.18%
BLUE value IS 26 (10.55% from 255) = 8.72%
R=14.09%
G=77.18%
B=8.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal42230260.8200.890.10115.2980.3150.2
Hex2AE61A52059A735032
Octal523463212201311216312062
Binary1010101110011011010101001001011001101011100111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ae61a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,230,26); }

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

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

 a { background-color: rgb(42,230,26); }

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

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

 span { border-color: rgb(42,230,26); }

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