#2AC441

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

Shades of Lime Green #2AC441

Tints of Lime Green #2AC441

Color information

#2AC441 (or 0x2AC441) is unknown color: approx Lime Green. HEX triplet: 2A, C4 and 41. RGB value is (42,196,65). Sum of RGB (Red+Green+Blue) = 42+196+65=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 196 (76.95% from 255 or 64.69% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC441 is #D53BBE. Grayscale: #878787. Windows color (decimal): -13974463 or 4310058. OLE color: 4310058.

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

Color convert

RGB4219665-
CMYK0.7900.670.23
HSL128.96º64.71%46.67%-
HSV(B)128.96º78.57%76.86%-
XYZ21.6540.3511.65-
YUV135.0288.4861.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.86%
GREEN value IS 196 (76.95% from 255) = 64.69%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=13.86%
G=64.69%
B=21.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal42196650.7900.670.23128.9664.7146.67
Hex2AC4414F0431781412f
Octal5230410111701032720110157
Binary10101011000100100000110011110100001110111100000011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,196,65); }

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

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

 a { background-color: rgb(42,196,65); }

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

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

 span { border-color: rgb(42,196,65); }

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