#2AC838

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

Shades of Lime Green #2AC838

Tints of Lime Green #2AC838

Color information

#2AC838 (or 0x2AC838) is unknown color: approx Lime Green. HEX triplet: 2A, C8 and 38. RGB value is (42,200,56). Sum of RGB (Red+Green+Blue) = 42+200+56=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC838 is #D537C7. Grayscale: #888888. Windows color (decimal): -13973448 or 3721258. OLE color: 3721258.

HSL color Cylindrical-coordinate representation of color #2AC838: hue angle of 125.32º 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 #2AC838 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB4220056-
CMYK0.7900.720.22
HSL125.32º65.29%47.45%-
HSV(B)125.32º79%78.43%-
XYZ22.3242.0910.69-
YUV136.3482.6560.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.09%
GREEN value IS 200 (78.52% from 255) = 67.11%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=14.09%
G=67.11%
B=18.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42200560.7900.720.22125.3265.2947.45
Hex2AC8384F048167d412f
Octal523107011701102617510157
Binary101010110010001110001001111010010001011011111011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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