#2acc11

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

Shades of Lime Green #2ACC11

Tints of Lime Green #2ACC11

Color information

#2ACC11 (or 0x2ACC11) is unknown color: approx Lime Green. HEX triplet: 2A, CC and 11. RGB value is (42,204,17). Sum of RGB (Red+Green+Blue) = 42+204+17=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 204 (80.08% from 255 or 77.57% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACC11 is #D533EE. Grayscale: #868686. Windows color (decimal): -13972463 or 1166378. OLE color: 1166378.

HSL color Cylindrical-coordinate representation of color #2ACC11: hue angle of 111.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ACC11 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB4220417-
CMYK0.7900.920.2
HSL111.98º84.62%43.33%-
HSV(B)111.98º91.67%80%-
XYZ22.6543.727.78-
YUV134.2461.8362.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.97%
GREEN value IS 204 (80.08% from 255) = 77.57%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=15.97%
G=77.57%
B=6.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42204170.7900.920.2111.9884.6243.33
Hex2ACC114F05C1470552b
Octal523142111701342416012553
Binary10101011001100100011001111010111001010011100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2acc11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,204,17); }

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

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

 a { background-color: rgb(42,204,17); }

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

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

 span { border-color: rgb(42,204,17); }

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