#2AEC45

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

Shades of Lime Green #2AEC45

Tints of Lime Green #2AEC45

Color information

#2AEC45 (or 0x2AEC45) is unknown color: approx Lime Green. HEX triplet: 2A, EC and 45. RGB value is (42,236,69). Sum of RGB (Red+Green+Blue) = 42+236+69=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 236 (92.58% from 255 or 68.01% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEC45 is #D513BA. Grayscale: #9F9F9F. Windows color (decimal): -13964219 or 4582442. OLE color: 4582442.

HSL color Cylindrical-coordinate representation of color #2AEC45: hue angle of 128.35º 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 #2AEC45 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB4223669-
CMYK0.8200.710.07
HSL128.35º83.62%54.51%-
HSV(B)128.35º82.2%92.55%-
XYZ32.0260.9115.7-
YUV158.9677.2344.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.10%
GREEN value IS 236 (92.58% from 255) = 68.01%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=12.10%
G=68.01%
B=19.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42236690.8200.710.07128.3583.6254.51
Hex2AEC45520477805437
Octal523541051220107720012467
Binary101010111011001000101101001001000111111100000001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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