#2AE645

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

Shades of Lime Green #2AE645

Tints of Lime Green #2AE645

Color information

#2AE645 (or 0x2AE645) is unknown color: approx Lime Green. HEX triplet: 2A, E6 and 45. RGB value is (42,230,69). Sum of RGB (Red+Green+Blue) = 42+230+69=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 230 (90.23% from 255 or 67.45% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE645 is #D519BA. Grayscale: #9B9B9B. Windows color (decimal): -13965755 or 4580906. OLE color: 4580906.

HSL color Cylindrical-coordinate representation of color #2AE645: hue angle of 128.62º degrees, saturation: 0.79, 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 #2AE645 is Cyan = 0.82, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB4223069-
CMYK0.8200.70.10
HSL128.62º78.99%53.33%-
HSV(B)128.62º81.74%90.2%-
XYZ30.3357.5215.13-
YUV155.4379.2247.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.32%
GREEN value IS 230 (90.23% from 255) = 67.45%
BLUE value IS 69 (27.34% from 255) = 20.23%
R=12.32%
G=67.45%
B=20.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal42230690.8200.70.10128.6278.9953.33
Hex2AE64552046A814f35
Octal5234610512201061220111765
Binary1010101110011010001011010010010001101010100000011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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