#2AE52D

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

Shades of Lime Green #2AE52D

Tints of Lime Green #2AE52D

Color information

#2AE52D (or 0x2AE52D) is unknown color: approx Lime Green. HEX triplet: 2A, E5 and 2D. RGB value is (42,229,45). Sum of RGB (Red+Green+Blue) = 42+229+45=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 229 (89.84% from 255 or 72.47% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE52D is #D51AD2. Grayscale: #989898. Windows color (decimal): -13966035 or 3007786. OLE color: 3007786.

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

Color convert

RGB4222945-
CMYK0.8200.800.10
HSL120.96º78.24%53.14%-
HSV(B)120.96º81.66%89.8%-
XYZ29.4556.7211.88-
YUV152.1167.5549.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.29%
GREEN value IS 229 (89.84% from 255) = 72.47%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=13.29%
G=72.47%
B=14.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal42229450.8200.800.10120.9678.2453.14
Hex2AE52D52050A794e35
Octal523455512201201217111665
Binary10101011100101101101101001001010000101011110011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,229,45); }

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

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

 a { background-color: rgb(42,229,45); }

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

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

 span { border-color: rgb(42,229,45); }

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