#2AC84D

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

Shades of Lime Green #2AC84D

Tints of Lime Green #2AC84D

Color information

#2AC84D (or 0x2AC84D) is unknown color: approx Lime Green. HEX triplet: 2A, C8 and 4D. RGB value is (42,200,77). Sum of RGB (Red+Green+Blue) = 42+200+77=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC84D is #D537B2. Grayscale: #8B8B8B. Windows color (decimal): -13973427 or 5097514. OLE color: 5097514.

HSL color Cylindrical-coordinate representation of color #2AC84D: hue angle of 133.29º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC84D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB4220077-
CMYK0.7900.620.22
HSL133.29º65.29%47.45%-
HSV(B)133.29º79%78.43%-
XYZ22.9542.3413.98-
YUV138.7493.1559-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 200 (78.52% from 255) = 62.70%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=13.17%
G=62.70%
B=24.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42200770.7900.620.22133.2965.2947.45
Hex2AC84D4F03E1685412f
Octal523101151170762620510157
Binary1010101100100010011011001111011111010110100001011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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