#2ac825

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

Shades of Lime Green #2AC825

Tints of Lime Green #2AC825

Color information

#2AC825 (or 0x2AC825) is unknown color: approx Lime Green. HEX triplet: 2A, C8 and 25. RGB value is (42,200,37). Sum of RGB (Red+Green+Blue) = 42+200+37=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 200 (78.52% from 255 or 71.68% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC825 is #D537DA. Grayscale: #868686. Windows color (decimal): -13973467 or 2476074. OLE color: 2476074.

HSL color Cylindrical-coordinate representation of color #2AC825: hue angle of 118.16º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AC825 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB4220037-
CMYK0.7900.820.22
HSL118.16º68.78%46.47%-
HSV(B)118.16º81.5%78.43%-
XYZ21.9441.938.69-
YUV134.1873.1562.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 200 (78.52% from 255) = 71.68%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=15.05%
G=71.68%
B=13.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42200370.7900.820.22118.1668.7846.47
Hex2AC8254F0521676452e
Octal523104511701222616610556
Binary101010110010001001011001111010100101011011101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ac825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,200,37); }

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

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

 a { background-color: rgb(42,200,37); }

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

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

 span { border-color: rgb(42,200,37); }

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